D | tc-arm.c | 18226 #define TxCE(mnem, op, top, nops, ops, ae, te) \ argument 18228 THUMB_VARIANT, do_##ae, do_##te } 18232 #define TCE(mnem, aop, top, nops, ops, ae, te) \ argument 18233 TxCE (mnem, aop, 0x##top, nops, ops, ae, te) 18234 #define tCE(mnem, aop, top, nops, ops, ae, te) \ argument 18235 TxCE (mnem, aop, T_MNEM##top, nops, ops, ae, te) 18239 #define TxC3(mnem, op, top, nops, ops, ae, te) \ argument 18241 THUMB_VARIANT, do_##ae, do_##te } 18242 #define TxC3w(mnem, op, top, nops, ops, ae, te) \ argument 18244 THUMB_VARIANT, do_##ae, do_##te } [all …]
|