Searched refs:REG_IVTP (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | tic4x-dis.c | 562 val = EXTRU (instruction, 4, 0) + REG_IVTP; in tic4x_print_op() 563 if (val < REG_IVTP || val > REG_TVTP) in tic4x_print_op() 578 val = EXTRU (instruction, 20, 16) + REG_IVTP; in tic4x_print_op() 579 if (val < REG_IVTP || val > REG_TVTP) in tic4x_print_op()
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-tic4x.c | 2252 if (reg >= REG_IVTP && reg <= REG_TVTP) in tic4x_operands_match() 2253 INSERTU (opcode, reg - REG_IVTP, 4, 0); in tic4x_operands_match() 2280 if (reg >= REG_IVTP && reg <= REG_TVTP) in tic4x_operands_match() 2281 INSERTU (opcode, reg - REG_IVTP, 20, 16); in tic4x_operands_match()
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | tic4x.h | 43 REG_IVTP, REG_TVTP enumerator 125 {"ivtp", REG_IVTP},
|