Searched refs:PPC_OPERAND_FPR (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | ppc.h | 345 #define PPC_OPERAND_FPR (0x80) macro
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | ppc-dis.c | 695 else if ((operand->flags & PPC_OPERAND_FPR) != 0) in print_insn_powerpc()
|
D | ppc-opc.c | 383 { 0x1f, 16, NULL, NULL, PPC_OPERAND_FPR }, 387 { 0x1e, 16, NULL, NULL, PPC_OPERAND_FPR }, 392 { 0x1f, 11, NULL, NULL, PPC_OPERAND_FPR }, 396 { 0x1e, 11, NULL, NULL, PPC_OPERAND_FPR }, 401 { 0x1f, 6, NULL, NULL, PPC_OPERAND_FPR }, 407 { 0x1f, 21, NULL, NULL, PPC_OPERAND_FPR }, 413 { 0x1e, 21, NULL, NULL, PPC_OPERAND_FPR },
|