Searched refs:XX2 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 917 /* The XB field in an XX2 or XX3 form instruction. This is split. */ 940 /* The UIM field in an XX2 form instruction. */ 2590 /* An XX2 form instruction. */ 2591 #define XX2(op, xop) (OP (op) | ((((unsigned long)(xop)) & 0x1ff) << 2)) 2593 /* A XX2 form instruction with the VA bits specified. */ 2594 #define XX2VA(op, xop, vaop) (XX2(op,xop) | (((vaop) & 0x1f) << 16)) 2635 /* The mask for an XX2 form instruction. */ 2636 #define XX2_MASK (XX2 (0x3f, 0x1ff) | (0x1f << 16)) 2638 /* The mask for an XX2 form instruction with the UIM bits specified. */ 2639 #define XX2UIM_MASK (XX2 ( 2588 #define XX2 global() macro [all...] |
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 917 /* The XB field in an XX2 or XX3 form instruction. This is split. */ 940 /* The UIM field in an XX2 form instruction. */ 2590 /* An XX2 form instruction. */ 2591 #define XX2(op, xop) (OP (op) | ((((unsigned long)(xop)) & 0x1ff) << 2)) 2593 /* A XX2 form instruction with the VA bits specified. */ 2594 #define XX2VA(op, xop, vaop) (XX2(op,xop) | (((vaop) & 0x1f) << 16)) 2635 /* The mask for an XX2 form instruction. */ 2636 #define XX2_MASK (XX2 (0x3f, 0x1ff) | (0x1f << 16)) 2638 /* The mask for an XX2 form instruction with the UIM bits specified. */ 2639 #define XX2UIM_MASK (XX2 ( 2588 #define XX2 global() macro [all...] |
Completed in 11 milliseconds