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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/xmon/
H A Dppc-opc.c1626 #define MD_MASK MD (0x3f, 0x7, 1)
1628 /* An MD_MASK with the MB field fixed. */
1629 #define MDMB_MASK (MD_MASK | MB6_MASK)
1631 /* An MD_MASK with the SH field fixed. */
1632 #define MDSH_MASK (MD_MASK | SH6_MASK)
3301 { "rldicl", MD(30,0,0), MD_MASK, PPC64, { RA, RS, SH6, MB6 } },
3304 { "rldicl.", MD(30,0,1), MD_MASK, PPC64, { RA, RS, SH6, MB6 } },
3306 { "rldicr", MD(30,1,0), MD_MASK, PPC64, { RA, RS, SH6, ME6 } },
3307 { "rldicr.", MD(30,1,1), MD_MASK, PPC64, { RA, RS, SH6, ME6 } },
3309 { "rldic", MD(30,2,0), MD_MASK, PPC6
1623 #define MD_MASK macro
[all...]

Completed in 106 milliseconds