Home | History | Annotate | Download | only in coregrind

Lines Matching refs:offset_SP

265    Int         i, j, k, minoff_ST, maxoff_ST, sizeof_SP, offset_SP;
288 offset_SP = layout->offset_SP;
335 dcall->fxState[0].offset = layout->offset_SP; \
365 dcall->fxState[0].offset = layout->offset_SP; \
396 if (e->Iex.Get.offset != offset_SP) goto case2;
439 first_SP = offset_SP;
457 at exactly offset_SP of size typeof_SP. Each call to
516 IRStmt_WrTmp( old_SP, IRExpr_Get(offset_SP, typeof_SP) )
554 IRStmt_WrTmp( new_SP, IRExpr_Get(offset_SP, typeof_SP) )
557 addStmtToIRSB( bb, IRStmt_Put(offset_SP, IRExpr_RdTmp(old_SP) ));
570 addStmtToIRSB( bb, IRStmt_Put(offset_SP, IRExpr_RdTmp(new_SP) ));
597 if (!(offset_SP > maxoff_ST
598 || (offset_SP + sizeof_SP - 1) < minoff_ST))
610 if (!(offset_SP > maxoff_ST
611 || (offset_SP + sizeof_SP - 1) < minoff_ST))