Searched refs:XX2 (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/powerpc/xmon/
H A Dppc-opc.c917 /* 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 macro
[all...]

Completed in 115 milliseconds