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

  /external/valgrind/main/VEX/priv/
ir_opt.c 404 if (isFlat(st->Ist.WrTmp.data)) {
410 e1 = flatten_Expr(bb, st->Ist.WrTmp.data);
411 addStmtToIRSB(bb, IRStmt_WrTmp(st->Ist.WrTmp.tmp, e1));
584 && st->Ist.WrTmp.data->tag == Iex_Get) {
587 IRExpr* get = st->Ist.WrTmp.data;
599 == st->Ist.WrTmp.data->Iex.Get.ty );
606 bb->stmts[i] = IRStmt_WrTmp(st->Ist.WrTmp.tmp, valE);
612 (HWord)(void*)(IRExpr_RdTmp(st->Ist.WrTmp.tmp)) );
688 e = st->Ist.WrTmp.data;
    [all...]
guest_arm_helpers.c 731 && st->Ist.WrTmp.tmp == look_for
732 && st->Ist.WrTmp.data->tag == Iex_Binop
733 && st->Ist.WrTmp.data->Iex.Binop.op == Iop_Or32
734 && isU32(st->Ist.WrTmp.data->Iex.Binop.arg2, (ARMCondAL << 4)))
    [all...]
ir_defs.c     [all...]
host_s390_isel.c     [all...]
host_amd64_isel.c     [all...]
host_x86_isel.c     [all...]
host_ppc_isel.c     [all...]
host_arm_isel.c     [all...]
  /external/valgrind/main/coregrind/
m_translate.c 389 e = st->Ist.WrTmp.data;
393 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP );
394 add_SP_alias(st->Ist.WrTmp.tmp, 0);
401 e = st->Ist.WrTmp.data;
408 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP );
410 add_SP_alias(st->Ist.WrTmp.tmp, delta + con);
412 add_SP_alias(st->Ist.WrTmp.tmp, delta - con);
420 e = st->Ist.WrTmp.data;
423 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP );
424 add_SP_alias(st->Ist.WrTmp.tmp, delta)
    [all...]
  /external/valgrind/main/drd/
drd_load_store.c 286 && bb->stmts[i]->Ist.WrTmp.tmp == addr_expr->Iex.RdTmp.tmp)
288 IRExpr* e = bb->stmts[i]->Ist.WrTmp.data;
497 const IRExpr* const data = st->Ist.WrTmp.data;
  /external/valgrind/main/lackey/
lk_main.c 725 IRExpr* data = st->Ist.WrTmp.data;
732 IRExpr* expr = st->Ist.WrTmp.data;
    [all...]
  /external/valgrind/main/VEX/
test_main.c     [all...]
  /external/valgrind/main/memcheck/
mc_translate.c     [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h     [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)))
921 IRExpr* data = st->Ist.WrTmp.data;
    [all...]
  /external/valgrind/tsan/
ts_valgrind.cc     [all...]
  /external/valgrind/main/cachegrind/
cg_main.c     [all...]
  /external/valgrind/main/callgrind/
main.c 1001 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 255 milliseconds