Searched refs:PPC_OPERAND_VR (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/binutils/include/opcode/ |
| HD | ppc.h | 289 #define PPC_OPERAND_VR (0x2000) macro
|
| HD | ChangeLog-9103 | 906 (PPC_OPERAND_VR): New operand flag for vector registers.
|
| /trueos/contrib/binutils/opcodes/ |
| HD | ppc-dis.c | 297 else if ((operand->flags & PPC_OPERAND_VR) != 0) in print_insn_powerpc()
|
| HD | ppc-opc.c | 478 { 0x1f, 16, NULL, NULL, PPC_OPERAND_VR }, 482 { 0x1f, 11, NULL, NULL, PPC_OPERAND_VR }, 486 { 0x1f, 6, NULL, NULL, PPC_OPERAND_VR }, 491 { 0x1f, 21, NULL, NULL, PPC_OPERAND_VR },
|