Searched refs:SE_R (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/arch/powerpc/xmon/ | 
| D | ppc-opc.c | 2514 #define SE_R(op, xop) (((((unsigned long)(op)) & 0x3f) << 10) | (((xop) & 0x3f) << 4))  macro 2515 #define SE_R_MASK SE_R(0x3f, 0x3f) 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}}, [all …] 
 |