Lines Matching refs:Ist
884 instrAddr = st->Ist.IMark.addr; in CLG_()
885 instrLen = st->Ist.IMark.len; in CLG_()
892 jumpDst = IRConst2Addr(st->Ist.Exit.dst); in CLG_()
998 origAddr = st->Ist.IMark.addr + st->Ist.IMark.delta; in CLG_()
999 CLG_ASSERT(origAddr == st->Ist.IMark.addr in CLG_()
1000 + st->Ist.IMark.delta); // XXX: check no overflow in CLG_()
1030 Addr cia = st->Ist.IMark.addr + st->Ist.IMark.delta; in CLG_()
1031 UInt isize = st->Ist.IMark.len; in CLG_()
1051 IRExpr* data = st->Ist.WrTmp.data; in CLG_()
1063 IRExpr* data = st->Ist.Store.data; in CLG_()
1064 IRExpr* aexpr = st->Ist.Store.addr; in CLG_()
1071 IRStoreG* sg = st->Ist.StoreG.details; in CLG_()
1083 IRLoadG* lg = st->Ist.LoadG.details; in CLG_()
1097 IRDirty* d = st->Ist.Dirty.details; in CLG_()
1127 IRCAS* cas = st->Ist.CAS.details; in CLG_()
1141 if (st->Ist.LLSC.storedata == NULL) { in CLG_()
1143 dataTy = typeOfIRTemp(sbIn->tyenv, st->Ist.LLSC.result); in CLG_()
1145 sizeofIRType(dataTy), st->Ist.LLSC.addr ); in CLG_()
1150 dataTy = typeOfIRExpr(sbIn->tyenv, st->Ist.LLSC.storedata); in CLG_()
1152 sizeofIRType(dataTy), st->Ist.LLSC.addr ); in CLG_()
1186 guest_exit = (st->Ist.Exit.jk == Ijk_Boring) || in CLG_()
1187 (st->Ist.Exit.jk == Ijk_Call) || in CLG_()
1188 (st->Ist.Exit.jk == Ijk_Ret); in CLG_()
1205 IRStmt_WrTmp( guard1, st->Ist.Exit.guard )); in CLG_()
1230 if (st->Ist.Exit.jk == Ijk_Call) jk = jk_Call; in CLG_()
1231 else if (st->Ist.Exit.jk == Ijk_Ret) jk = jk_Return; in CLG_()
1233 if (IRConst2Addr(st->Ist.Exit.dst) == in CLG_()