Searched refs:PPC_OPERAND_GPR_0 (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | ppc.h | 322 #define PPC_OPERAND_GPR_0 (0x40) macro
|
D | ChangeLog | 2101 * ppc.h (PPC_OPERAND_GPR_0): Define. Bump other operand defines.
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | ppc-dis.c | 667 || ((operand->flags & PPC_OPERAND_GPR_0) != 0 && value != 0)) in print_insn_powerpc()
|
D | ChangeLog-2004 | 540 (RAQ, RAL, RAM, RAS, RSQ, RTQ, RSO): Use PPC_OPERAND_GPR_0.
|
D | ppc-opc.c | 463 { 0x1f, 16, NULL, NULL, PPC_OPERAND_GPR_0 }, 469 { 0x1f, 16, insert_raq, NULL, PPC_OPERAND_GPR_0 }, 475 { 0x1f, 16, insert_ral, NULL, PPC_OPERAND_GPR_0 }, 480 { 0x1f, 16, insert_ram, NULL, PPC_OPERAND_GPR_0 }, 486 { 0x1f, 16, insert_ras, NULL, PPC_OPERAND_GPR_0 },
|