Home | History | Annotate | Download | only in priv

Lines Matching refs:ta1

1934 /* Given ta1, ta2 and tres, compute tres = ADC(ta1,ta2) and set flags
1956 IRTemp tres, IRTemp ta1, IRTemp ta2,
1985 binop(plus,mkexpr(ta1),mkexpr(ta2)),
2003 stmt( IRStmt_Put( OFFB_CC_DEP1, widenUto64(mkexpr(ta1)) ));
2010 /* Given ta1, ta2 and tres, compute tres = SBB(ta1,ta2) and set flags
2015 IRTemp tres, IRTemp ta1, IRTemp ta2,
2044 binop(minus,mkexpr(ta1),mkexpr(ta2)),
2062 stmt( IRStmt_Put( OFFB_CC_DEP1, widenUto64(mkexpr(ta1) )) );