Home | History | Annotate | Download | only in priv

Lines Matching refs:ta1

1101 /* Given ta1, ta2 and tres, compute tres = ADC(ta1,ta2) and set flags
1122 IRTemp tres, IRTemp ta1, IRTemp ta2,
1146 binop(plus,mkexpr(ta1),mkexpr(ta2)),
1164 stmt( IRStmt_Put( OFFB_CC_DEP1, widenUto32(mkexpr(ta1)) ));
1171 /* Given ta1, ta2 and tres, compute tres = SBB(ta1,ta2) and set flags
1176 IRTemp tres, IRTemp ta1, IRTemp ta2,
1200 binop(minus,mkexpr(ta1),mkexpr(ta2)),
1218 stmt( IRStmt_Put( OFFB_CC_DEP1, widenUto32(mkexpr(ta1) )) );