Searched refs:PPC_OPERAND_VR (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
H A D | ppc.h | 381 #define PPC_OPERAND_VR (0x2000) 380 #define PPC_OPERAND_VR global() macro
|
H A D | ppc-dis.c | 219 else if ((operand->flags & PPC_OPERAND_VR) != 0) in print_insn_powerpc()
|
H A D | ppc-opc.c | 732 { 0x1f, 16, NULL, NULL, PPC_OPERAND_VR }, 736 { 0x1f, 11, NULL, NULL, PPC_OPERAND_VR }, 740 { 0x1f, 6, NULL, NULL, PPC_OPERAND_VR }, 745 { 0x1f, 21, NULL, NULL, PPC_OPERAND_VR },
|
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | ppc.h | 381 #define PPC_OPERAND_VR (0x2000) 380 #define PPC_OPERAND_VR global() macro
|
H A D | ppc-dis.c | 219 else if ((operand->flags & PPC_OPERAND_VR) != 0) in print_insn_powerpc()
|
H A D | ppc-opc.c | 732 { 0x1f, 16, NULL, NULL, PPC_OPERAND_VR }, 736 { 0x1f, 11, NULL, NULL, PPC_OPERAND_VR }, 740 { 0x1f, 6, NULL, NULL, PPC_OPERAND_VR }, 745 { 0x1f, 21, NULL, NULL, PPC_OPERAND_VR },
|
Completed in 24 milliseconds