Searched refs:M_MASK (Results 1 – 1 of 1) sorted by relevance
/arch/powerpc/xmon/ |
D | ppc-opc.c | 1611 #define M_MASK M (0x3f, 1) macro 1617 #define MMBME_MASK (M_MASK | MB_MASK | ME_MASK) 1620 #define MSHME_MASK (M_MASK | SH_MASK | ME_MASK) 3246 { "rlwimi", M(20,0), M_MASK, PPCCOM, { RA,RS,SH,MBE,ME } }, 3247 { "rlimi", M(20,0), M_MASK, PWRCOM, { RA,RS,SH,MBE,ME } }, 3249 { "rlwimi.", M(20,1), M_MASK, PPCCOM, { RA,RS,SH,MBE,ME } }, 3250 { "rlimi.", M(20,1), M_MASK, PWRCOM, { RA,RS,SH,MBE,ME } }, 3254 { "rlwinm", M(21,0), M_MASK, PPCCOM, { RA,RS,SH,MBE,ME } }, 3255 { "rlinm", M(21,0), M_MASK, PWRCOM, { RA,RS,SH,MBE,ME } }, 3258 { "rlwinm.", M(21,1), M_MASK, PPCCOM, { RA,RS,SH,MBE,ME } }, [all …]
|