Searched refs:MMBME_MASK (Results 1 – 1 of 1) sorted by relevance
/external/qemu/ |
D | ppc-dis.c | 1686 #define MMBME_MASK (M_MASK | MB_MASK | ME_MASK) macro 3325 { "rotlwi", MME(21,31,0), MMBME_MASK, PPCCOM, { RA, RS, SH } }, 3329 { "rotlwi.", MME(21,31,1), MMBME_MASK, PPCCOM, { RA,RS,SH } }, 3342 { "rotlw", MME(23,31,0), MMBME_MASK, PPCCOM, { RA, RS, RB } }, 3345 { "rotlw.", MME(23,31,1), MMBME_MASK, PPCCOM, { RA, RS, RB } },
|