HomeSort by relevance Sort by last modified time
    Searched refs:Ist (Results 1 - 25 of 25) sorted by null

  /external/valgrind/main/VEX/priv/
ir_opt.c 411 if (isIRAtom(st->Ist.Put.data)) {
417 e1 = flatten_Expr(bb, st->Ist.Put.data);
418 addStmtToIRSB(bb, IRStmt_Put(st->Ist.Put.offset, e1));
422 puti = st->Ist.PutI.details;
429 if (isFlat(st->Ist.WrTmp.data)) {
435 e1 = flatten_Expr(bb, st->Ist.WrTmp.data);
436 addStmtToIRSB(bb, IRStmt_WrTmp(st->Ist.WrTmp.tmp, e1));
440 e1 = flatten_Expr(bb, st->Ist.Store.addr);
441 e2 = flatten_Expr(bb, st->Ist.Store.data);
442 addStmtToIRSB(bb, IRStmt_Store(st->Ist.Store.end, e1,e2))
    [all...]
ir_defs.c     [all...]
host_arm64_isel.c     [all...]
host_s390_isel.c     [all...]
host_x86_isel.c     [all...]
host_ppc_isel.c     [all...]
host_mips_isel.c     [all...]
host_amd64_isel.c     [all...]
host_arm_isel.c     [all...]
guest_arm_helpers.c 750 && st->Ist.WrTmp.tmp == look_for
751 && st->Ist.WrTmp.data->tag == Iex_Binop
752 && st->Ist.WrTmp.data->Iex.Binop.op == Iop_Or32
753 && isU32(st->Ist.WrTmp.data->Iex.Binop.arg2, (ARMCondAL << 4)))
    [all...]
guest_generic_bb_to_IR.c 388 vassert(imark->Ist.IMark.len == 0);
389 imark->Ist.IMark.len = toUInt(dres.len);
413 vassert(st->Ist.Put.offset == offB_GUEST_IP);
    [all...]
  /external/valgrind/main/lackey/
lk_main.c 724 iaddr = st->Ist.IMark.addr;
725 ilen = st->Ist.IMark.len;
747 if (VG_(get_fnname_if_entry)(st->Ist.IMark.addr,
761 addEvent_Ir( sbOut, mkIRExpr_HWord( (HWord)st->Ist.IMark.addr ),
762 st->Ist.IMark.len );
770 IRExpr* data = st->Ist.WrTmp.data;
777 IRExpr* expr = st->Ist.WrTmp.data;
799 IRExpr* data = st->Ist.Store.data;
803 addEvent_Dw( sbOut, st->Ist.Store.addr,
814 IRStoreG* sg = st->Ist.StoreG.details
    [all...]
  /external/valgrind/main/coregrind/
m_translate.c 394 curr_IP = st->Ist.IMark.addr;
399 e = st->Ist.WrTmp.data;
403 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP );
404 add_SP_alias(st->Ist.WrTmp.tmp, 0);
411 e = st->Ist.WrTmp.data;
418 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP );
420 add_SP_alias(st->Ist.WrTmp.tmp, delta + con);
422 add_SP_alias(st->Ist.WrTmp.tmp, delta - con);
430 e = st->Ist.WrTmp.data;
433 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP )
    [all...]
  /external/valgrind/main/drd/
drd_load_store.c 323 && bb->stmts[i]->Ist.WrTmp.tmp == addr_expr->Iex.RdTmp.tmp)
325 IRExpr* e = bb->stmts[i]->Ist.WrTmp.data;
627 instrument = VG_(DebugInfo_sect_kind)(NULL, 0, st->Ist.IMark.addr)
633 switch (st->Ist.MBE.event)
645 instrument_store(bb, st->Ist.Store.addr, st->Ist.Store.data,
651 IRStoreG* sg = st->Ist.StoreG.details;
661 IRLoadG* lg = st->Ist.LoadG.details;
679 const IRExpr* const data = st->Ist.WrTmp.data;
696 IRDirty* d = st->Ist.Dirty.details
    [all...]
  /external/valgrind/main/cachegrind/
cg_main.c     [all...]
  /external/valgrind/main/callgrind/
main.c 883 instrAddr = (Addr)ULong_to_Ptr(st->Ist.IMark.addr);
884 instrLen = st->Ist.IMark.len;
891 jumpDst = IRConst2Addr(st->Ist.Exit.dst);
997 origAddr = (Addr)st->Ist.IMark.addr + (Addr)st->Ist.IMark.delta;
998 CLG_ASSERT(origAddr == st->Ist.IMark.addr
999 + st->Ist.IMark.delta); // XXX: check no overflow
1029 Addr64 cia = st->Ist.IMark.addr + st->Ist.IMark.delta;
1030 Int isize = st->Ist.IMark.len
    [all...]
  /external/valgrind/main/VEX/
test_main.c 328 data = st->Ist.Tmp.data;
365 data = st->Ist.STle.data;
366 addr = st->Ist.STle.addr;
402 assert(isIRAtom(st->Ist.Put.data));
406 assert(isIRAtom(st->Ist.PutI.ix));
407 assert(isIRAtom(st->Ist.PutI.data));
411 assert(isIRAtom(st->Ist.Exit.guard));
417 if (st->Ist.Dirty.details->mFx == Ifx_None)
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c     [all...]
  /external/valgrind/main/exp-dhat/
dh_main.c 922 IRExpr* data = st->Ist.WrTmp.data;
935 IRExpr* data = st->Ist.Store.data;
936 IRExpr* aexpr = st->Ist.Store.addr;
945 IRDirty* d = st->Ist.Dirty.details;
975 IRCAS* cas = st->Ist.CAS.details;
990 if (st->Ist.LLSC.storedata == NULL) {
992 dataTy = typeOfIRTemp(tyenv, st->Ist.LLSC.result);
995 st->Ist.LLSC.addr, goff_sp );
998 dataTy = typeOfIRExpr(tyenv, st->Ist.LLSC.storedata);
1001 st->Ist.LLSC.addr, goff_sp )
    [all...]
  /external/valgrind/main/exp-bbv/
bbv_main.c 384 origAddr=st->Ist.IMark.addr;
427 ourAddr = st->Ist.IMark.addr;
429 opcode_type=get_inst_type(st->Ist.IMark.len,ourAddr);
  /external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c     [all...]
  /external/valgrind/main/helgrind/
hg_main.c     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
xdflong.asm 24 db 0 ; Ist
  /external/valgrind/main/exp-sgcheck/
sg_main.c     [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h     [all...]

Completed in 1196 milliseconds