Searched refs:OPL (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.c1537 #define OPL(x,l) (OP (x) | ((((unsigned long)(l)) & 1) << 21))
1538 #define OPL_MASK OPL (0x3f,1)
2525 { "cmplwi", OPL(10,0), OPL_MASK, PPCCOM, { OBF, RA, UI } },
2526 { "cmpldi", OPL(10,1), OPL_MASK, PPC64, { OBF, RA, UI } },
2530 { "cmpwi", OPL(11,0), OPL_MASK, PPCCOM, { OBF, RA, SI } },
2531 { "cmpdi", OPL(11,1), OPL_MASK, PPC64, { OBF, RA, SI } },
1534 #define OPL macro

Completed in 52 milliseconds