Lines Matching defs:opcode
46 Instruction::Code opcode; member
55 #define DEF_CONST(opcode, reg, value) \ argument
57 #define DEF_CONST_WIDE(opcode, reg, value) \ argument
59 #define DEF_CONST_STRING(opcode, reg, index) \ argument
61 #define DEF_IGET(opcode, reg, obj, field_info) \ argument
63 #define DEF_IGET_WIDE(opcode, reg, obj, field_info) \ argument
65 #define DEF_IPUT(opcode, reg, obj, field_info) \ argument
67 #define DEF_IPUT_WIDE(opcode, reg, obj, field_info) \ argument
69 #define DEF_SGET(opcode, reg, field_info) \ argument
71 #define DEF_SGET_WIDE(opcode, reg, field_info) \ argument
73 #define DEF_SPUT(opcode, reg, field_info) \ argument
75 #define DEF_SPUT_WIDE(opcode, reg, field_info) \ argument
77 #define DEF_AGET(opcode, reg, obj, idx) \ argument
79 #define DEF_AGET_WIDE(opcode, reg, obj, idx) \ argument
81 #define DEF_APUT(opcode, reg, obj, idx) \ argument
83 #define DEF_APUT_WIDE(opcode, reg, obj, idx) \ argument
85 #define DEF_INVOKE1(opcode, reg) \ argument
87 #define DEF_UNIQUE_REF(opcode, reg) \ argument
89 #define DEF_DIV_REM(opcode, result, dividend, divisor) \ argument
91 #define DEF_DIV_REM_WIDE(opcode, result, dividend, divisor) \ argument