Searched refs:DISP_REQUIRED (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | tic30.h | 144 #define DISP_REQUIRED 0x02 macro 156 { "*+ar()", PreDisp_Add, DISP_REQUIRED }, 157 { "*-ar()", PreDisp_Sub, DISP_REQUIRED }, 158 { "*++ar()", PreDisp_Add_Mod, DISP_REQUIRED }, 159 { "*--ar()", PreDisp_Sub_Mod, DISP_REQUIRED }, 160 { "*ar++()", PostDisp_Add_Mod, DISP_REQUIRED }, 161 { "*ar--()", PostDisp_Sub_Mod, DISP_REQUIRED }, 162 { "*ar++()%", PostDisp_Add_Circ, DISP_REQUIRED }, 163 { "*ar--()%", PostDisp_Sub_Circ, DISP_REQUIRED },
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | tic30-dis.c | 259 && current_ind->displacement == DISP_REQUIRED) in get_indirect_operand()
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-tic30.c | 550 else if ((ind_addr_op->displacement == DISP_REQUIRED) && !found_disp) in tic30_operand()
|