Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/opcode/
Dtic80.h221 #define TIC80_OPERAND_FPA ( 1 << 28) macro
246 #define TIC80_OPERAND_MASK (TIC80_OPERAND_GPR | TIC80_OPERAND_FPA | TIC80_OPERAND_CR | TIC80_OPERAN…
/toolchain/binutils/binutils-2.27/opcodes/
Dtic80-dis.c115 else if ((operand->flags & TIC80_OPERAND_FPA) != 0) in print_operand()
Dtic80-opc.c54 { "a0", TIC80_OPERAND_FPA | 0 },
55 { "a1", TIC80_OPERAND_FPA | 1 },
418 { 0, 0, NULL, NULL, TIC80_OPERAND_FPA },