Searched refs:PPC_OPERAND_GPR_0 (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/binutils/include/opcode/ |
| H A D | ppc.h | 250 #define PPC_OPERAND_GPR_0 (0x40) macro
|
| H A D | ChangeLog | 657 * ppc.h (PPC_OPERAND_GPR_0): Define. Bump other operand defines.
|
| /freebsd-12.1/contrib/binutils/opcodes/ |
| H A D | ppc-dis.c | 293 || ((operand->flags & PPC_OPERAND_GPR_0) != 0 && value != 0)) in print_insn_powerpc()
|
| H A D | ppc-opc.c | 351 { 0x1f, 16, NULL, NULL, PPC_OPERAND_GPR_0 }, 356 { 0x1f, 16, insert_raq, NULL, PPC_OPERAND_GPR_0 }, 362 { 0x1f, 16, insert_ral, NULL, PPC_OPERAND_GPR_0 }, 367 { 0x1f, 16, insert_ram, NULL, PPC_OPERAND_GPR_0 }, 373 { 0x1f, 16, insert_ras, NULL, PPC_OPERAND_GPR_0 }, 402 { 0x1e, 21, NULL, NULL, PPC_OPERAND_GPR_0 },
|