Searched refs:IA16 (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/powerpc/xmon/ |
D | ppc-opc.c | 2456 #define IA16(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x1f) << 11) macro 2457 #define IA16_MASK IA16(0x3f, 0x1f) 7108 {"e_cmphl16i", IA16(28,23), IA16_MASK, PPCVLE, 0, {RA, VLEUIMM}}, 7109 {"e_cmph16i", IA16(28,22), IA16_MASK, PPCVLE, 0, {RA, VLESIMM}}, 7112 {"e_cmp16i", IA16(28,19), IA16_MASK, PPCVLE, 0, {RA, VLESIMM}},
|