Searched refs:PPC_OPERAND_CR_BIT (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/arch/powerpc/xmon/ |
D | ppc.h | 334 #define PPC_OPERAND_CR_BIT (0x10) macro
|
D | ppc-dis.c | 237 else if (((operand->flags & PPC_OPERAND_CR_BIT) != 0) in print_insn_powerpc()
|
D | ppc-opc.c | 143 { 0x1f, 16, NULL, NULL, PPC_OPERAND_CR_BIT }, 153 { 0x1f, 11, NULL, NULL, PPC_OPERAND_CR_BIT }, 238 { 0x1f, 21, NULL, NULL, PPC_OPERAND_CR_BIT }, 242 { 0x3, 8, NULL, NULL, PPC_OPERAND_CR_BIT }, 246 { 0xf, 16, NULL, NULL, PPC_OPERAND_CR_BIT },
|