D | tc-arm.c | 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) 18245 #define TC3(mnem, aop, top, nops, ops, ae, te) \ argument 18246 TxC3 (mnem, aop, 0x##top, nops, ops, ae, te) 18247 #define TC3w(mnem, aop, top, nops, ops, ae, te) \ argument 18248 TxC3w (mnem, aop, 0x##top, nops, ops, ae, te) 18249 #define tC3(mnem, aop, top, nops, ops, ae, te) \ argument 18250 TxC3 (mnem, aop, T_MNEM##top, nops, ops, ae, te) [all …]
|