Searched refs:SE_R (Results 1 – 1 of 1) sorted by relevance
/linux/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 2516 /* An SE_R form instruction. This is a 16-bit instruction. */ 2517 #define SE_R(op, xop) (((((unsigned long)(op)) & 0x3f) << 10) | (((xop) & 0x3f) << 4)) 2518 #define SE_R_MASK SE_R(0x3f, 0x3f) 6996 {"se_not", SE_R(0,2), SE_R_MASK, PPCVLE, 0, {RX}}, 6997 {"se_neg", SE_R(0,3), SE_R_MASK, PPCVLE, 0, {RX}}, 6998 {"se_mflr", SE_R(0,8), SE_R_MASK, PPCVLE, 0, {RX}}, 6999 {"se_mtlr", SE_R(0,9), SE_R_MASK, PPCVLE, 0, {RX}}, 7000 {"se_mfctr", SE_R(0,10), SE_R_MASK, PPCVLE, 0, {RX}}, 7001 {"se_mtctr", SE_R(0,11), SE_R_MASK, PPCVLE, 0, {RX}}, 7002 {"se_extzb", SE_R( 2514 #define SE_R( global() macro [all...] |