Searched refs:LI20 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 2466 /* An LI20 form instruction. */ 2467 #define LI20(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x1) << 15) 2468 #define LI20_MASK LI20(0x3f, 0x1) 7111 {"e_li", LI20(28,0), LI20_MASK, PPCVLE, 0, {RT, IMM20}}, 2464 #define LI20 global() macro
|
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 2466 /* An LI20 form instruction. */ 2467 #define LI20(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x1) << 15) 2468 #define LI20_MASK LI20(0x3f, 0x1) 7111 {"e_li", LI20(28,0), LI20_MASK, PPCVLE, 0, {RT, IMM20}}, 2464 #define LI20 global() macro
|
Completed in 23 milliseconds