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

/freebsd-11-stable/contrib/binutils/opcodes/
H A Dppc-opc.c1356 #define MD_MASK MD (0x3f, 0x7, 1)
1358 /* An MD_MASK with the MB field fixed. */
1359 #define MDMB_MASK (MD_MASK | MB6_MASK)
1361 /* An MD_MASK with the SH field fixed. */
1362 #define MDSH_MASK (MD_MASK | SH6_MASK)
3035 { "rldicl", MD(30,0,0), MD_MASK, PPC64, { RA, RS, SH6, MB6 } },
3038 { "rldicl.", MD(30,0,1), MD_MASK, PPC64, { RA, RS, SH6, MB6 } },
3040 { "rldicr", MD(30,1,0), MD_MASK, PPC64, { RA, RS, SH6, ME6 } },
3041 { "rldicr.", MD(30,1,1), MD_MASK, PPC64, { RA, RS, SH6, ME6 } },
3043 { "rldic", MD(30,2,0), MD_MASK, PPC6
1353 #define MD_MASK macro
[all...]

Completed in 114 milliseconds