Searched refs:I16A (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | ppc-opc.c | 2245 #define I16A(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x1f) << 11) macro 2246 #define I16A_MASK I16A(0x3f, 0x1f) 6537 {"e_cmpl16i", I16A(28,21), I16A_MASK, PPCVLE, PPCNONE, {RA, VLEUIMM}}, 6538 {"e_cmplwi", I16A(28,21), I16A_MASK, PPCVLE, PPCNONE, {RA, VLESIMM}}, 6539 {"e_mull2i", I16A(28,20), I16A_MASK, PPCVLE, PPCNONE, {RA, VLESIMM}}, 6542 {"e_sub2is", I16A(28,18), I16A_MASK, PPCVLE, PPCNONE, {RA, VLENSIMM}}, 6543 {"e_add2is", I16A(28,18), I16A_MASK, PPCVLE, PPCNONE, {RA, VLESIMM}}, 6544 {"e_sub2i.", I16A(28,17), I16A_MASK, PPCVLE, PPCNONE, {RA, VLENSIMM}}, 6545 {"e_add2i.", I16A(28,17), I16A_MASK, PPCVLE, PPCNONE, {RA, VLESIMM}},
|
D | ChangeLog-2012 | 814 (IA16, IA16_MASK, I16A, I16A_MASK, I16L, I16L_MASK): New.
|