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

/external/qemu/
H A Dppc-dis.c1698 #define MD_MASK MD (0x3f, 0x7, 1)
1700 /* An MD_MASK with the MB field fixed. */
1701 #define MDMB_MASK (MD_MASK | MB6_MASK)
1703 /* An MD_MASK with the SH field fixed. */
1704 #define MDSH_MASK (MD_MASK | SH6_MASK)
3377 { "rldicl", MD(30,0,0), MD_MASK, PPC64, { RA, RS, SH6, MB6 } },
3380 { "rldicl.", MD(30,0,1), MD_MASK, PPC64, { RA, RS, SH6, MB6 } },
3382 { "rldicr", MD(30,1,0), MD_MASK, PPC64, { RA, RS, SH6, ME6 } },
3383 { "rldicr.", MD(30,1,1), MD_MASK, PPC64, { RA, RS, SH6, ME6 } },
3385 { "rldic", MD(30,2,0), MD_MASK, PPC6
1693 #define MD_MASK macro
[all...]

Completed in 43 milliseconds