Home | History | Annotate | Download | only in qemu

Lines Matching defs:M_MASK

1685 #define M_MASK M (0x3f, 1)
1690 /* An M_MASK with the MB and ME fields fixed. */
1691 #define MMBME_MASK (M_MASK | MB_MASK | ME_MASK)
1693 /* An M_MASK with the SH and ME fields fixed. */
1694 #define MSHME_MASK (M_MASK | SH_MASK | ME_MASK)
3326 { "rlwimi", M(20,0), M_MASK, PPCCOM, { RA,RS,SH,MBE,ME } },
3327 { "rlimi", M(20,0), M_MASK, PWRCOM, { RA,RS,SH,MBE,ME } },
3329 { "rlwimi.", M(20,1), M_MASK, PPCCOM, { RA,RS,SH,MBE,ME } },
3330 { "rlimi.", M(20,1), M_MASK, PWRCOM, { RA,RS,SH,MBE,ME } },
3334 { "rlwinm", M(21,0), M_MASK, PPCCOM, { RA,RS,SH,MBE,ME } },
3335 { "rlinm", M(21,0), M_MASK, PWRCOM, { RA,RS,SH,MBE,ME } },
3338 { "rlwinm.", M(21,1), M_MASK, PPCCOM, { RA,RS,SH,MBE,ME } },
3339 { "rlinm.", M(21,1), M_MASK, PWRCOM, { RA,RS,SH,MBE,ME } },
3341 { "rlmi", M(22,0), M_MASK, M601, { RA,RS,RB,MBE,ME } },
3342 { "rlmi.", M(22,1), M_MASK, M601, { RA,RS,RB,MBE,ME } },
3350 { "rlwnm", M(23,0), M_MASK, PPCCOM, { RA,RS,RB,MBE,ME } },
3351 { "rlnm", M(23,0), M_MASK, PWRCOM, { RA,RS,RB,MBE,ME } },
3353 { "rlwnm.", M(23,1), M_MASK, PPCCOM, { RA,RS,RB,MBE,ME } },
3354 { "rlnm.", M(23,1), M_MASK, PWRCOM, { RA,RS,RB,MBE,ME } },