Searched refs:RL78_Operand_Indirect (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | rl78-dis.c | 75 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()
|
D | rl78-decode.opc | 111 #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:
|
D | rl78-decode.c | 112 #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/ |
D | rl78.h | 89 RL78_Operand_Indirect, /* [reg + reg2 + addend] */ enumerator
|