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

/freebsd-11-stable/contrib/binutils/opcodes/
H A Dppc-opc.c1482 #define XLLK(op, xop, lk) (XL ((op), (xop)) | ((lk) & 1))
1485 #define XL_MASK XLLK (0x3f, 0x3ff, 1)
1489 (XLLK ((op), (xop), (lk)) | ((((unsigned long)(bo)) & 0x1f) << 21))
1494 #define XLYLK(op, xop, y, lk) (XLLK ((op), (xop), (lk)) | ((((unsigned long)(y)) & 1) << 21))
2784 { "bclr", XLLK(19,16,0), XLBH_MASK, PPCCOM, { BO, BI, BH } },
2785 { "bclrl", XLLK(19,16,1), XLBH_MASK, PPCCOM, { BO, BI, BH } },
2786 { "bcr", XLLK(19,16,0), XLBB_MASK, PWRCOM, { BO, BI } },
2787 { "bcrl", XLLK(19,16,1), XLBB_MASK, PWRCOM, { BO, BI } },
2788 { "bclre", XLLK(19,17,0), XLBB_MASK, BOOKE64, { BO, BI } },
2789 { "bclrel", XLLK(1
1479 #define XLLK macro
[all...]

Completed in 178 milliseconds