Definition at line 21 of file arm64.py.
◆ _fields_
tuple capstone.arm64.Arm64OpValue._fields_ |
|
staticprivate |
Initial value:= (
('reg', ctypes.c_uint),
('imm', ctypes.c_int64),
('fp', ctypes.c_double),
('mem', Arm64OpMem),
('pstate', ctypes.c_int),
('sys', ctypes.c_uint),
('prefetch', ctypes.c_int),
('barrier', ctypes.c_int),
)
Definition at line 22 of file arm64.py.
The documentation for this class was generated from the following file:
- subprojects/capstone-bundled/bindings/python/capstone/arm64.py