Searched refs:PPC_OPERAND_FCR (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
H A D | ppc.h | 394 #define PPC_OPERAND_FCR (0x40000) 393 #define PPC_OPERAND_FCR global() macro
|
H A D | ppc-dis.c | 229 else if ((operand->flags & PPC_OPERAND_FCR) != 0) in print_insn_powerpc()
|
H A D | ppc-opc.c | 865 { 0x1f, 21, 0, 0, PPC_OPERAND_FCR },
|
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | ppc.h | 394 #define PPC_OPERAND_FCR (0x40000) 393 #define PPC_OPERAND_FCR global() macro
|
H A D | ppc-dis.c | 229 else if ((operand->flags & PPC_OPERAND_FCR) != 0) in print_insn_powerpc()
|
H A D | ppc-opc.c | 865 { 0x1f, 21, 0, 0, PPC_OPERAND_FCR },
|
Completed in 24 milliseconds