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

/freebsd-11-stable/contrib/binutils/opcodes/
H A Dppc-opc.c1267 #define OPL(x,l) (OP (x) | ((((unsigned long)(l)) & 1) << 21))
1268 #define OPL_MASK OPL (0x3f,1)
2259 { "cmplwi", OPL(10,0), OPL_MASK, PPCCOM, { OBF, RA, UI } },
2260 { "cmpldi", OPL(10,1), OPL_MASK, PPC64, { OBF, RA, UI } },
2264 { "cmpwi", OPL(11,0), OPL_MASK, PPCCOM, { OBF, RA, SI } },
2265 { "cmpdi", OPL(11,1), OPL_MASK, PPC64, { OBF, RA, SI } },
1264 #define OPL macro

Completed in 304 milliseconds