Home | History | Annotate | Download | only in coregrind

Lines Matching refs:offset_SP

270    Int         i, j, k, minoff_ST, maxoff_ST, sizeof_SP, offset_SP;
293 offset_SP = layout->offset_SP;
340 dcall->fxState[0].offset = layout->offset_SP; \
370 dcall->fxState[0].offset = layout->offset_SP; \
401 if (e->Iex.Get.offset != offset_SP) goto case2;
444 first_SP = offset_SP;
462 at exactly offset_SP of size typeof_SP. Each call to
521 IRStmt_WrTmp( old_SP, IRExpr_Get(offset_SP, typeof_SP) )
568 IRStmt_WrTmp( new_SP, IRExpr_Get(offset_SP, typeof_SP) )
571 addStmtToIRSB( bb, IRStmt_Put(offset_SP, IRExpr_RdTmp(old_SP) ));
593 addStmtToIRSB( bb, IRStmt_Put(offset_SP, IRExpr_RdTmp(new_SP) ));
620 if (!(offset_SP > maxoff_ST
621 || (offset_SP + sizeof_SP - 1) < minoff_ST))
633 if (!(offset_SP > maxoff_ST
634 || (offset_SP + sizeof_SP - 1) < minoff_ST))