Searched refs:LI20 (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/arch/powerpc/xmon/ |
D | ppc-opc.c | 2464 #define LI20(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x1) << 15) macro 2465 #define LI20_MASK LI20(0x3f, 0x1) 7105 {"e_li", LI20(28,0), LI20_MASK, PPCVLE, 0, {RT, IMM20}},
|