Searched refs:PPC_OPERAND_FPR (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | ppc.h | 326 #define PPC_OPERAND_FPR (0x80) macro
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | ppc-dis.c | 669 else if ((operand->flags & PPC_OPERAND_FPR) != 0) in print_insn_powerpc()
|
D | ppc-opc.c | 347 { 0x1f, 16, NULL, NULL, PPC_OPERAND_FPR }, 351 { 0x1e, 16, NULL, NULL, PPC_OPERAND_FPR }, 356 { 0x1f, 11, NULL, NULL, PPC_OPERAND_FPR }, 360 { 0x1e, 11, NULL, NULL, PPC_OPERAND_FPR }, 365 { 0x1f, 6, NULL, NULL, PPC_OPERAND_FPR }, 371 { 0x1f, 21, NULL, NULL, PPC_OPERAND_FPR }, 377 { 0x1e, 21, NULL, NULL, PPC_OPERAND_FPR },
|