Searched refs:PPC_OPERAND_CR_BIT (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/powerpc/xmon/ |
D | ppc.h | 334 #define PPC_OPERAND_CR_BIT (0x10) macro
|
D | ppc-dis.c | 248 else if (((operand->flags & PPC_OPERAND_CR_BIT) != 0) in print_insn_powerpc()
|
D | ppc-opc.c | 155 { 0x1f, 16, NULL, NULL, PPC_OPERAND_CR_BIT }, 165 { 0x1f, 11, NULL, NULL, PPC_OPERAND_CR_BIT }, 250 { 0x1f, 21, NULL, NULL, PPC_OPERAND_CR_BIT }, 254 { 0x3, 8, NULL, NULL, PPC_OPERAND_CR_BIT }, 258 { 0xf, 16, NULL, NULL, PPC_OPERAND_CR_BIT },
|