Home | History | Annotate | Download | only in coregrind

Lines Matching defs:new_SP

537                2. Get the new SP value into a tmp, new_SP
540 5. Put new_SP
542 IRTemp new_SP;
546 new_SP = newIRTemp(bb->tyenv, typeof_SP);
549 IRStmt_WrTmp( new_SP, IRExpr_Get(offset_SP, typeof_SP) )
560 IRExpr_RdTmp(new_SP),
565 addStmtToIRSB( bb, IRStmt_Put(offset_SP, IRExpr_RdTmp(new_SP) ));