Searched refs:PPC_OPERAND_FSL (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
H A D | ppc.h | 393 #define PPC_OPERAND_FSL (0x20000) 392 #define PPC_OPERAND_FSL global() macro
|
H A D | ppc-dis.c | 227 else if ((operand->flags & PPC_OPERAND_FSL) != 0) in print_insn_powerpc()
|
H A D | ppc-opc.c | 870 { 0x1f, 11, 0, 0, PPC_OPERAND_FSL },
|
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | ppc.h | 393 #define PPC_OPERAND_FSL (0x20000) 392 #define PPC_OPERAND_FSL global() macro
|
H A D | ppc-dis.c | 227 else if ((operand->flags & PPC_OPERAND_FSL) != 0) in print_insn_powerpc()
|
H A D | ppc-opc.c | 870 { 0x1f, 11, 0, 0, PPC_OPERAND_FSL },
|
Completed in 26 milliseconds