Searched refs:SE_IM5 (Results 1 – 1 of 1) sorted by relevance
/linux/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 718 /* The IMM field in an SE_IM5 instruction. */ 2512 /* An SE_IM5 form instruction. This is a 16-bit instruction. */ 2513 #define SE_IM5(op, xop) (((((unsigned long)(op)) & 0x3f) << 10) | (((xop) & 0x1) << 9)) 2514 #define SE_IM5_MASK SE_IM5(0x3f, 1) 7062 {"se_addi", SE_IM5(8,0), SE_IM5_MASK, PPCVLE, 0, {RX, OIMM5}}, 7063 {"se_cmpli", SE_IM5(8,1), SE_IM5_MASK, PPCVLE, 0, {RX, OIMM5}}, 7064 {"se_subi", SE_IM5(9,0), SE_IM5_MASK, PPCVLE, 0, {RX, OIMM5}}, 7065 {"se_subi.", SE_IM5(9,1), SE_IM5_MASK, PPCVLE, 0, {RX, OIMM5}}, 7066 {"se_cmpi", SE_IM5(10,1), SE_IM5_MASK, PPCVLE, 0, {RX, UI5}}, 7067 {"se_bmaski", SE_IM5(1 2510 #define SE_IM5( global() macro [all...] |