CACAO
|
Data Fields | |
ICMD | opc: 16 |
u2 | line |
flags_operand_t | flags |
s1_operand_t | s1 |
union { | |
struct { | |
s2_operand_t s2 | |
s3_operand_t s3 | |
} s23 | |
val_operand_t val | |
} | sx |
dst_operand_t | dst |
Definition at line 147 of file instruction.hpp.
dst_operand_t instruction::dst |
Definition at line 161 of file instruction.hpp.
flags_operand_t instruction::flags |
Definition at line 151 of file instruction.hpp.
u2 instruction::line |
Definition at line 149 of file instruction.hpp.
ICMD instruction::opc |
Definition at line 148 of file instruction.hpp.
s1_operand_t instruction::s1 |
Definition at line 153 of file instruction.hpp.
s2_operand_t instruction::s2 |
Definition at line 156 of file instruction.hpp.
struct { ... } instruction::s23 |
s3_operand_t instruction::s3 |
Definition at line 157 of file instruction.hpp.
union { ... } instruction::sx |
val_operand_t instruction::val |
Definition at line 159 of file instruction.hpp.