H A D | tc-arm.c | 8973 #define TCE(mnem, aop, top, nops, ops, ae, te) \ argument 8974 TxCE(mnem, aop, 0x##top, nops, ops, ae, te) 8975 #define tCE(mnem, aop, top, nops, ops, ae, te) \ argument 8976 TxCE(mnem, aop, T_MNEM_##top, nops, ops, ae, te) 8983 #define TC3(mnem, aop, top, nops, ops, ae, te) \ argument 8984 TxC3(mnem, aop, 0x##top, nops, ops, ae, te) 8985 #define tC3(mnem, aop, top, nops, ops, ae, te) \ argument 8986 TxC3(mnem, aop, T_MNEM_##top, nops, ops, ae, te) 9015 #define TCM(m1,m2, aop, top, nops, ops, ae, te) \ argument 9016 TxCM(m1,m2, aop, 0x##top, nops, ops, ae, te) [all …]
|