Definition at line 23 of file arm.py.
◆ _fields_
tuple capstone.arm.ArmOpValue._fields_ |
|
staticprivate |
Initial value:= (
('reg', ctypes.c_uint),
('imm', ctypes.c_int32),
('fp', ctypes.c_double),
('mem', ArmOpMem),
('setend', ctypes.c_int),
)
Definition at line 24 of file arm.py.
The documentation for this class was generated from the following file:
- subprojects/capstone-bundled/bindings/python/capstone/arm.py