Searched refs:SE_R_MASK (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 2515 #define SE_R_MASK SE_R(0x3f, 0x3f) macro 6990 {"se_not", SE_R(0,2), SE_R_MASK, PPCVLE, 0, {RX}}, 6991 {"se_neg", SE_R(0,3), SE_R_MASK, PPCVLE, 0, {RX}}, 6992 {"se_mflr", SE_R(0,8), SE_R_MASK, PPCVLE, 0, {RX}}, 6993 {"se_mtlr", SE_R(0,9), SE_R_MASK, PPCVLE, 0, {RX}}, 6994 {"se_mfctr", SE_R(0,10), SE_R_MASK, PPCVLE, 0, {RX}}, 6995 {"se_mtctr", SE_R(0,11), SE_R_MASK, PPCVLE, 0, {RX}}, 6996 {"se_extzb", SE_R(0,12), SE_R_MASK, PPCVLE, 0, {RX}}, 6997 {"se_extsb", SE_R(0,13), SE_R_MASK, PPCVLE, 0, {RX}}, 6998 {"se_extzh", SE_R(0,14), SE_R_MASK, PPCVLE, 0, {RX}}, [all …]
|