Lines Matching defs:opcode
62 Instruction::Code opcode; member
94 #define DEF_CONST(bb, opcode, reg, value) \ argument
96 #define DEF_CONST_WIDE(bb, opcode, reg, value) \ argument
98 #define DEF_CONST_STRING(bb, opcode, reg, index) \ argument
100 #define DEF_IGET(bb, opcode, reg, obj, field_info) \ argument
102 #define DEF_IGET_WIDE(bb, opcode, reg, obj, field_info) \ argument
104 #define DEF_IPUT(bb, opcode, reg, obj, field_info) \ argument
106 #define DEF_IPUT_WIDE(bb, opcode, reg, obj, field_info) \ argument
108 #define DEF_SGET(bb, opcode, reg, field_info) \ argument
110 #define DEF_SGET_WIDE(bb, opcode, reg, field_info) \ argument
112 #define DEF_SPUT(bb, opcode, reg, field_info) \ argument
114 #define DEF_SPUT_WIDE(bb, opcode, reg, field_info) \ argument
116 #define DEF_AGET(bb, opcode, reg, obj, idx) \ argument
118 #define DEF_AGET_WIDE(bb, opcode, reg, obj, idx) \ argument
120 #define DEF_APUT(bb, opcode, reg, obj, idx) \ argument
122 #define DEF_APUT_WIDE(bb, opcode, reg, obj, idx) \ argument
124 #define DEF_INVOKE1(bb, opcode, reg) \ argument
126 #define DEF_UNIQUE_REF(bb, opcode, reg) \ argument
128 #define DEF_IFZ(bb, opcode, reg) \ argument
130 #define DEF_MOVE(bb, opcode, reg, src) \ argument
132 #define DEF_MOVE_WIDE(bb, opcode, reg, src) \ argument
136 #define DEF_UNOP(bb, opcode, result, src1) \ argument
138 #define DEF_BINOP(bb, opcode, result, src1, src2) \ argument
140 #define DEF_BINOP_WIDE(bb, opcode, result, src1, src2) \ argument