Searched refs:REG_R8 (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | tic4x.h | 42 REG_R8, REG_R9, REG_R10, REG_R11, enumerator 117 {"f8", REG_R8}, 118 {"r8", REG_R8},
|
D | nds32.h | 25 #define REG_R8 8 macro
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-tic4x.c | 1824 || (IS_CPU_TIC4X (tic4x_cpu) && reg >= REG_R8 && reg <= REG_R11) ) in tic4x_operands_match() 1864 || (IS_CPU_TIC4X (tic4x_cpu) && reg >= REG_R8 && reg <= REG_R11) ) in tic4x_operands_match() 2055 || (IS_CPU_TIC4X (tic4x_cpu) && reg >= REG_R8 && reg <= REG_R11) ) in tic4x_operands_match() 2077 || (IS_CPU_TIC4X (tic4x_cpu) && reg >= REG_R8 && reg <= REG_R11) ) in tic4x_operands_match()
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf32-nds32.c | 7288 else if (mach >= MACH_V2 && N32_IS_RT4 (insn) && N32_RA5 (insn) == REG_R8 in nds32_convert_32_to_16() 7674 insn = N32_TYPE2 (LWI, N16_RT4 (insn16), REG_R8, in nds32_convert_16_to_32()
|