Home
last modified time | relevance | path

Searched refs:RL78_Operand_Indirect (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/opcodes/
Drl78-dis.c75 case RL78_Operand_Indirect: in indirect_type()
232 if ((oper->type == RL78_Operand_Indirect in print_insn_rl78_common()
270 case RL78_Operand_Indirect: in print_insn_rl78_common()
Drl78-decode.opc111 #define DM(r,a) OP (0, RL78_Operand_Indirect, RL78_Reg_##r, a)
112 #define DM2(r1,r2,a) OPX (0, RL78_Operand_Indirect, RL78_Reg_##r1, RL78_Reg_##r2, a)
122 #define SM(r,a) OP (1, RL78_Operand_Indirect, RL78_Reg_##r, a)
123 #define SM2(r1,r2,a) OPX (1, RL78_Operand_Indirect, RL78_Reg_##r1, RL78_Reg_##r2, a)
138 case RL78_Operand_Indirect:
Drl78-decode.c112 #define DM(r,a) OP (0, RL78_Operand_Indirect, RL78_Reg_##r, a)
113 #define DM2(r1,r2,a) OPX (0, RL78_Operand_Indirect, RL78_Reg_##r1, RL78_Reg_##r2, a)
123 #define SM(r,a) OP (1, RL78_Operand_Indirect, RL78_Reg_##r, a)
124 #define SM2(r1,r2,a) OPX (1, RL78_Operand_Indirect, RL78_Reg_##r1, RL78_Reg_##r2, a)
139 case RL78_Operand_Indirect: in set_bit()
/toolchain/binutils/binutils-2.27/include/opcode/
Drl78.h89 RL78_Operand_Indirect, /* [reg + reg2 + addend] */ enumerator