Searched defs:oldRnT (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c12605 IRTemp oldRnT = newTemp(Ity_I32); local
12606 assign(oldRnT, arm ? getIRegA(rN) : getIRegT(rN));
12613 /* assign(anchorT, binop(Iop_And32, mkexpr(oldRnT), mkU32(~3U))); */
12615 assign(anchorT, mkexpr(oldRnT));
12634 IRExpr* e = binop(opADDorSUB, mkexpr(oldRnT), mkU32(4*nRegs));
12750 r == rN ? mkexpr(oldRnT)
12758 IRExpr* e = binop(opADDorSUB, mkexpr(oldRnT), mkU32(4*nRegs));

Completed in 190 milliseconds