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

  /external/valgrind/main/VEX/priv/
ir_opt.c 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));
629 && st->Ist.WrTmp.data->tag == Iex_Get) {
632 IRExpr* get = st->Ist.WrTmp.data;
644 == st->Ist.WrTmp.data->Iex.Get.ty );
651 bb->stmts[i] = IRStmt_WrTmp(st->Ist.WrTmp.tmp, valE);
657 (HWord)(void*)(IRExpr_RdTmp(st->Ist.WrTmp.tmp)) );
733 e = st->Ist.WrTmp.data;
    [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...]
ir_defs.c     [all...]
host_s390_isel.c     [all...]
host_x86_isel.c     [all...]
host_ppc_isel.c     [all...]
host_amd64_isel.c     [all...]
host_mips_isel.c     [all...]
host_arm64_isel.c     [all...]
host_arm_isel.c     [all...]
  /external/valgrind/main/coregrind/
m_translate.c 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 );
434 add_SP_alias(st->Ist.WrTmp.tmp, delta)
    [all...]
  /external/valgrind/main/lackey/
lk_main.c 770 IRExpr* data = st->Ist.WrTmp.data;
777 IRExpr* expr = st->Ist.WrTmp.data;
    [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;
679 const IRExpr* const data = st->Ist.WrTmp.data;
  /external/valgrind/main/VEX/
test_main.c     [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h     [all...]
  /external/valgrind/main/memcheck/
mc_translate.c     [all...]
  /external/valgrind/main/exp-dhat/
dh_main.c 783 // WrTmp(t1, Load64(&g_guest_instrs_executed))
784 // WrTmp(t2, Add64(RdTmp(t1), Const(n)))
922 IRExpr* data = st->Ist.WrTmp.data;
    [all...]
  /external/valgrind/main/cachegrind/
cg_main.c     [all...]
  /external/valgrind/main/callgrind/
main.c 1050 IRExpr* data = st->Ist.WrTmp.data;
    [all...]
  /external/valgrind/main/exp-sgcheck/
sg_main.c     [all...]
  /external/valgrind/main/helgrind/
hg_main.c     [all...]

Completed in 322 milliseconds