Home
last modified time | relevance | path

Searched refs:REG_IVTP (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/opcodes/
Dtic4x-dis.c562 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/
Dtc-tic4x.c2252 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/
Dtic4x.h43 REG_IVTP, REG_TVTP enumerator
125 {"ivtp", REG_IVTP},