Searched refs:PPC_OPERAND_FPR (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/binutils/include/opcode/ |
| H A D | ppc.h | 254 #define PPC_OPERAND_FPR (0x80) macro
|
| /freebsd-12.1/contrib/binutils/opcodes/ |
| H A D | ppc-dis.c | 295 else if ((operand->flags & PPC_OPERAND_FPR) != 0) in print_insn_powerpc()
|
| H A D | ppc-opc.c | 261 { 0x1f, 16, NULL, NULL, PPC_OPERAND_FPR }, 266 { 0x1f, 11, NULL, NULL, PPC_OPERAND_FPR }, 271 { 0x1f, 6, NULL, NULL, PPC_OPERAND_FPR }, 277 { 0x1f, 21, NULL, NULL, PPC_OPERAND_FPR },
|