Searched refs:IA16 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 2446 /* An IA16 form instruction. */ 2447 #define IA16(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x1f) << 11) 2448 #define IA16_MASK IA16(0x3f, 0x1f) 7102 {"e_cmphl16i", IA16(28,23), IA16_MASK, PPCVLE, 0, {RA, VLEUIMM}}, 7103 {"e_cmph16i", IA16(28,22), IA16_MASK, PPCVLE, 0, {RA, VLESIMM}}, 7106 {"e_cmp16i", IA16(28,19), IA16_MASK, PPCVLE, 0, {RA, VLESIMM}}, 2444 #define IA16 global() macro
|
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 2446 /* An IA16 form instruction. */ 2447 #define IA16(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x1f) << 11) 2448 #define IA16_MASK IA16(0x3f, 0x1f) 7102 {"e_cmphl16i", IA16(28,23), IA16_MASK, PPCVLE, 0, {RA, VLEUIMM}}, 7103 {"e_cmph16i", IA16(28,22), IA16_MASK, PPCVLE, 0, {RA, VLESIMM}}, 7106 {"e_cmp16i", IA16(28,19), IA16_MASK, PPCVLE, 0, {RA, VLESIMM}}, 2444 #define IA16 global() macro
|
Completed in 23 milliseconds