D | tc-arm.c | 18923 #define TCE(mnem, aop, top, nops, ops, ae, te) \ argument 18924 TxCE (mnem, aop, 0x##top, nops, ops, ae, te) 18925 #define tCE(mnem, aop, top, nops, ops, ae, te) \ argument 18926 TxCE (mnem, aop, T_MNEM##top, nops, ops, ae, te) 18936 #define TC3(mnem, aop, top, nops, ops, ae, te) \ argument 18937 TxC3 (mnem, aop, 0x##top, nops, ops, ae, te) 18938 #define TC3w(mnem, aop, top, nops, ops, ae, te) \ argument 18939 TxC3w (mnem, aop, 0x##top, nops, ops, ae, te) 18940 #define tC3(mnem, aop, top, nops, ops, ae, te) \ argument 18941 TxC3 (mnem, aop, T_MNEM##top, nops, ops, ae, te) [all …]
|