Searched refs:REG_IVTP (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | tic4x-dis.c | 559 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/ |
| D | tc-tic4x.c | 2368 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/ |
| D | tic4x.h | 43 REG_IVTP, REG_TVTP enumerator 125 {"ivtp", REG_IVTP},
|