Searched refs:TIC80_OPERAND_PARENS (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | tic80.h | 164 #define TIC80_OPERAND_PARENS (1 << 4) macro
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | tic80-dis.c | 226 if ((operand->flags & TIC80_OPERAND_PARENS) == 0) in print_one_instruction()
|
D | tic80-opc.c | 469 { 5, 22, NULL, NULL, TIC80_OPERAND_GPR | TIC80_OPERAND_PARENS }, 475 { 5, 22, NULL, NULL, TIC80_OPERAND_GPR | TIC80_OPERAND_PARENS | TIC80_OPERAND_M_SI }, 481 { 5, 22, NULL, NULL, TIC80_OPERAND_GPR | TIC80_OPERAND_PARENS | TIC80_OPERAND_M_LI },
|