Searched refs:PPC_OPERAND_NEXT (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
H A D | ppc.h | 370 #define PPC_OPERAND_NEXT (0x800) 369 #define PPC_OPERAND_NEXT global() macro
|
H A D | ppc-dis.c | 67 if ((operand->flags & PPC_OPERAND_NEXT) != 0 in skip_optional_operands()
|
H A D | ppc-opc.c | 468 is a two operand form using PPC_OPERAND_NEXT. See the 471 { 0x1f, 6, NULL, NULL, PPC_OPERAND_OPTIONAL | PPC_OPERAND_NEXT },
|
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | ppc.h | 370 #define PPC_OPERAND_NEXT (0x800) 369 #define PPC_OPERAND_NEXT global() macro
|
H A D | ppc-dis.c | 67 if ((operand->flags & PPC_OPERAND_NEXT) != 0 in skip_optional_operands()
|
H A D | ppc-opc.c | 468 is a two operand form using PPC_OPERAND_NEXT. See the 471 { 0x1f, 6, NULL, NULL, PPC_OPERAND_OPTIONAL | PPC_OPERAND_NEXT },
|
Completed in 23 milliseconds