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

/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c2485 IRTemp termL = newTemp(Ity_I32); local
2507 termL is a sequence cooked up by GNU superopt. It converts ix
2514 the final correct value, we subtract termR from termL.
2528 termL,
2547 assign(nzcv, binop(Iop_Sub32, mkexpr(termL), mkexpr(termR)));
18418 UInt termL = (((((ix ^ 1) << 30) - 1) >> 29) + 1);
18420 return termL - termR;

Completed in 95 milliseconds