Home | History | Annotate | Download | only in coregrind

Lines Matching defs:offset_SP

279    Int         i, j, k, minoff_ST, maxoff_ST, sizeof_SP, offset_SP;
302 offset_SP = layout->offset_SP;
349 dcall->fxState[0].offset = layout->offset_SP; \
379 dcall->fxState[0].offset = layout->offset_SP; \
410 if (e->Iex.Get.offset != offset_SP) goto case2;
453 first_SP = offset_SP;
471 at exactly offset_SP of size typeof_SP. Each call to
530 IRStmt_WrTmp( old_SP, IRExpr_Get(offset_SP, typeof_SP) )
577 IRStmt_WrTmp( new_SP, IRExpr_Get(offset_SP, typeof_SP) )
580 addStmtToIRSB( bb, IRStmt_Put(offset_SP, IRExpr_RdTmp(old_SP) ));
602 addStmtToIRSB( bb, IRStmt_Put(offset_SP, IRExpr_RdTmp(new_SP) ));
629 if (!(offset_SP > maxoff_ST
630 || (offset_SP + sizeof_SP - 1) < minoff_ST))
642 if (!(offset_SP > maxoff_ST
643 || (offset_SP + sizeof_SP - 1) < minoff_ST))