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

/external/qemu/disas/
H A Dppc.c623 /* The FXM field in an XFX instruction. */
624 #define FXM FRS + 1
628 #define FXM4 FXM + 1
1174 /* FXM mask in mfcr and mtcrf instructions. */
1200 /* If only one bit of the FXM field is set, we can use the new form
1871 /* A mask for the FXM version of an XFX form instruction. */
1874 /* An XFX form instruction with the FXM field filled in. */
3469 { "mfocrf", XFXM(31,19,0,1), XFXFXM_MASK, COM, { RT, FXM } },
3628 { "mtocrf", XFXM(31,144,0,1), XFXFXM_MASK, COM, { FXM, RS } },
3630 { "mtcrf", X(31,144), XFXFXM_MASK, COM, { FXM, R
620 #define FXM macro
[all...]

Completed in 117 milliseconds