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

/linux-master/arch/powerpc/xmon/
H A Dppc-opc.c584 /* The RX field of the SE_RR form instruction. */
588 /* The ARX field of the SE_RR form instruction. */
592 /* The RY field of the SE_RR form instruction. */
597 /* The ARY field of the SE_RR form instruction. */
2520 /* An SE_RR form instruction. This is a 16-bit instruction. */
2521 #define SE_RR(op, xop) (((((unsigned long)(op)) & 0x3f) << 10) | (((xop) & 0x3) << 8))
2522 #define SE_RR_MASK SE_RR(0x3f, 3)
7006 {"se_mr", SE_RR(0,1), SE_RR_MASK, PPCVLE, 0, {RX, RY}},
7007 {"se_mtar", SE_RR(0,2), SE_RR_MASK, PPCVLE, 0, {ARX, RY}},
7008 {"se_mfar", SE_RR(
2518 #define SE_RR macro
[all...]

Completed in 192 milliseconds