Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dtic4x-dis.c559 val = EXTRU (instruction, 4, 0) + REG_IVTP; in tic4x_print_op()
560 if (val < REG_IVTP || val > REG_TVTP) in tic4x_print_op()
575 val = EXTRU (instruction, 20, 16) + REG_IVTP; in tic4x_print_op()
576 if (val < REG_IVTP || val > REG_TVTP) in tic4x_print_op()
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-tic4x.c2368 if (reg >= REG_IVTP && reg <= REG_TVTP)
2369 INSERTU (opcode, reg - REG_IVTP, 4, 0);
2396 if (reg >= REG_IVTP && reg <= REG_TVTP)
2397 INSERTU (opcode, reg - REG_IVTP, 20, 16);
/mirbsd/src/gnu/usr.bin/binutils/include/opcode/
Dtic4x.h43 REG_IVTP, REG_TVTP enumerator
125 {"ivtp", REG_IVTP},