Home | History | Annotate | Download | only in lackey

Lines Matching refs:Ist

729                iaddr = st->Ist.IMark.addr;
730 ilen = st->Ist.IMark.len;
753 if (VG_(get_fnname_if_entry)(st->Ist.IMark.addr,
767 addEvent_Ir( sbOut, mkIRExpr_HWord( (HWord)st->Ist.IMark.addr ),
768 st->Ist.IMark.len );
776 IRExpr* data = st->Ist.WrTmp.data;
783 IRExpr* expr = st->Ist.WrTmp.data;
805 IRExpr* data = st->Ist.Store.data;
809 addEvent_Dw( sbOut, st->Ist.Store.addr,
820 IRStoreG* sg = st->Ist.StoreG.details;
836 IRLoadG* lg = st->Ist.LoadG.details;
855 IRDirty* d = st->Ist.Dirty.details;
882 IRCAS* cas = st->Ist.CAS.details;
907 if (st->Ist.LLSC.storedata == NULL) {
909 dataTy = typeOfIRTemp(tyenv, st->Ist.LLSC.result);
911 addEvent_Dr( sbOut, st->Ist.LLSC.addr,
920 dataTy = typeOfIRExpr(tyenv, st->Ist.LLSC.storedata);
922 addEvent_Dw( sbOut, st->Ist.LLSC.addr,
936 dst = (sizeof(Addr) == 4) ? st->Ist.Exit.dst->Ico.U32 :
937 st->Ist.Exit.dst->Ico.U64;