Searched refs:TIC80_OPERAND_BASEREL (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/include/opcode/ |
| D | tic80.h | 201 #define TIC80_OPERAND_BASEREL (1 << 11) macro
|
| /mirbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | tic80-dis.c | 120 else if ((operand->flags & TIC80_OPERAND_BASEREL) != 0) in print_operand()
|
| D | tic80-opc.c | 438 { 15, 0, NULL, NULL, TIC80_OPERAND_BASEREL | TIC80_OPERAND_SIGNED }, 443 { 32, 0, NULL, NULL, TIC80_OPERAND_BASEREL | TIC80_OPERAND_SIGNED }, 449 { 32, 0, NULL, NULL, TIC80_OPERAND_BASEREL | TIC80_OPERAND_SIGNED | TIC80_OPERAND_SCALED },
|