Searched refs:termR (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_arm64_toIR.c1697 IRTemp termR = newTemp(Ity_I64); local
1724 termR is therefore a correction term, also computed from ix. It
1726 the final correct value, we subtract termR from termL.
1754 termR,
1761 assign(nzcv, binop(Iop_Sub64, mkexpr(termL), mkexpr(termR)));
H A Dguest_arm_toIR.c2498 IRTemp termR = newTemp(Ity_I32); local
2524 termR is therefore a correction term, also computed from ix. It
2526 the final correct value, we subtract termR from termL.
2552 termR,
2559 assign(nzcv, binop(Iop_Sub32, mkexpr(termL), mkexpr(termR)));
22021 UInt termR = (ix & (ix >> 1) & 1);
22022 return termL - termR;

Completed in 155 milliseconds