Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dtic4x-dis.c563 if (val < REG_IVTP || val > REG_TVTP) in tic4x_print_op()
579 if (val < REG_IVTP || val > REG_TVTP) in tic4x_print_op()
/toolchain/binutils/binutils-2.27/include/opcode/
Dtic4x.h43 REG_IVTP, REG_TVTP enumerator
54 #define TIC4X_REG_MAX REG_TVTP
126 {"tvtp", REG_TVTP},
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-tic4x.c2252 if (reg >= REG_IVTP && reg <= REG_TVTP) in tic4x_operands_match()
2280 if (reg >= REG_IVTP && reg <= REG_TVTP) in tic4x_operands_match()