Home | History | Annotate | Download | only in coregrind

Lines Matching refs:new_SP

565                2. Get the new SP value into a tmp, new_SP
568 5. Put new_SP
570 IRTemp new_SP;
574 new_SP = newIRTemp(bb->tyenv, typeof_SP);
577 IRStmt_WrTmp( new_SP, IRExpr_Get(offset_SP, typeof_SP) )
589 IRExpr_RdTmp(new_SP),
598 IRExpr_RdTmp(new_SP) )
602 addStmtToIRSB( bb, IRStmt_Put(offset_SP, IRExpr_RdTmp(new_SP) ));