Lines Matching defs:FXM
405 /* The FXM field in an XFX instruction. */
406 #define FXM FRSp + 1
410 #define FXM4 FXM + 1
1411 /* FXM mask in mfcr and mtcrf instructions. */
1430 /* If only one bit of the FXM field is set, we can use the new form
2846 /* A mask for the FXM version of an XFX form instruction. */
2849 /* An XFX form instruction with the FXM field filled in. */
4732 {"mfocrf", XFXM(31,19,0,1), XFXFXM_MASK, COM, 0, {RT, FXM}},
4922 {"mtcrf", XFXM(31,144,0,0), XFXFXM_MASK, COM, 0, {FXM, RS}},
4923 {"mtocrf", XFXM(31,144,0,1), XFXFXM_MASK, COM, 0, {FXM, RS}},