Searched refs:OPL_MASK (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/arch/powerpc/xmon/ |
| D | ppc-opc.c | 2324 #define OPL_MASK OPL (0x3f,1) macro 3845 {"cmplwi", OPL(10,0), OPL_MASK, PPCCOM, PPCVLE, {OBF, RA, UISIGNOPT}}, 3846 {"cmpldi", OPL(10,1), OPL_MASK, PPC64, PPCVLE, {OBF, RA, UISIGNOPT}}, 3850 {"cmpwi", OPL(11,0), OPL_MASK, PPCCOM, PPCVLE, {OBF, RA, SI}}, 3851 {"cmpdi", OPL(11,1), OPL_MASK, PPC64, PPCVLE, {OBF, RA, SI}},
|