Rizin
unix-like reverse engineering framework and cli tools
|
Public Member Functions | |
UnionOpInfo () | |
void | read () |
List | getFieldOrder () |
Public Attributes | |
boolean | usermode |
int | vector_size |
int | vector_data |
int | cps_mode |
int | cps_flag |
int | cc |
byte | update_flags |
byte | writeback |
int | mem_barrier |
byte | op_count |
Operand[] | op |
|
inline |
|
inline |
|
inline |
int capstone.Arm.UnionOpInfo.cc |
Definition at line 93 of file Arm.java.
Referenced by capstone.CsInsn.__gen_detail(), and capstone.Arm.OpInfo.OpInfo().
int capstone.Arm.UnionOpInfo.cps_flag |
Definition at line 92 of file Arm.java.
Referenced by capstone.CsInsn.__gen_detail(), and capstone.Arm.OpInfo.OpInfo().
int capstone.Arm.UnionOpInfo.cps_mode |
Definition at line 91 of file Arm.java.
Referenced by capstone.CsInsn.__gen_detail(), and capstone.Arm.OpInfo.OpInfo().
int capstone.Arm.UnionOpInfo.mem_barrier |
Definition at line 96 of file Arm.java.
Referenced by capstone.CsInsn.__gen_detail(), and capstone.Arm.OpInfo.OpInfo().
Operand [] capstone.Arm.UnionOpInfo.op |
Definition at line 99 of file Arm.java.
Referenced by capstone.Arm.OpInfo.OpInfo().
byte capstone.Arm.UnionOpInfo.op_count |
Definition at line 97 of file Arm.java.
Referenced by capstone.Arm.UnionOpInfo.read().
byte capstone.Arm.UnionOpInfo.update_flags |
Definition at line 94 of file Arm.java.
Referenced by capstone.CsInsn.__gen_detail(), and capstone.Arm.OpInfo.OpInfo().
boolean capstone.Arm.UnionOpInfo.usermode |
Definition at line 88 of file Arm.java.
Referenced by capstone.CsInsn.__gen_detail(), and capstone.Arm.OpInfo.OpInfo().
int capstone.Arm.UnionOpInfo.vector_data |
Definition at line 90 of file Arm.java.
Referenced by capstone.CsInsn.__gen_detail(), and capstone.Arm.OpInfo.OpInfo().
int capstone.Arm.UnionOpInfo.vector_size |
Definition at line 89 of file Arm.java.
Referenced by capstone.CsInsn.__gen_detail(), and capstone.Arm.OpInfo.OpInfo().
byte capstone.Arm.UnionOpInfo.writeback |
Definition at line 95 of file Arm.java.
Referenced by capstone.CsInsn.__gen_detail(), and capstone.Arm.OpInfo.OpInfo().