Searched refs:PPC_OPERAND_CR_BIT (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | ppc.h | 315 #define PPC_OPERAND_CR_BIT (0x10) macro
|
D | ChangeLog | 624 (PPC_OPERAND_CR_BIT): ...this and
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | ppc-dis.c | 689 else if (((operand->flags & PPC_OPERAND_CR_BIT) != 0) in print_insn_powerpc()
|
D | ChangeLog-2012 | 797 (BI_MASK, BB_MASK, BT): Use PPC_OPERAND_CR_BIT.
|
D | ppc-opc.c | 142 { 0x1f, 16, NULL, NULL, PPC_OPERAND_CR_BIT }, 152 { 0x1f, 11, NULL, NULL, PPC_OPERAND_CR_BIT }, 233 { 0x1f, 21, NULL, NULL, PPC_OPERAND_CR_BIT }, 237 { 0x3, 8, NULL, NULL, PPC_OPERAND_CR_BIT }, 241 { 0xf, 16, NULL, NULL, PPC_OPERAND_CR_BIT },
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-ppc.c | 2885 && (((operand->flags & PPC_OPERAND_CR_BIT) != 0) in md_assemble() 2892 || (operand->flags & PPC_OPERAND_CR_BIT) != 0) in md_assemble()
|