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 420 if (isFlat(st->Ist.WrTmp.data)) {
426 e1 = flatten_Expr(bb, st->Ist.WrTmp.data);
427 addStmtToIRSB(bb, IRStmt_WrTmp(st->Ist.WrTmp.tmp, e1));
602 && st->Ist.WrTmp.data->tag == Iex_Get) {
605 IRExpr* get = st->Ist.WrTmp.data;
617 == st->Ist.WrTmp.data->Iex.Get.ty );
624 bb->stmts[i] = IRStmt_WrTmp(st->Ist.WrTmp.tmp, valE);
630 (HWord)(void*)(IRExpr_RdTmp(st->Ist.WrTmp.tmp)) );
706 e = st->Ist.WrTmp.data;
    [all...]
guest_arm_helpers.c 749 && st->Ist.WrTmp.tmp == look_for
750 && st->Ist.WrTmp.data->tag == Iex_Binop
751 && st->Ist.WrTmp.data->Iex.Binop.op == Iop_Or32
752 && 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_mips_isel.c     [all...]
host_arm_isel.c     [all...]
  /external/valgrind/main/coregrind/
m_translate.c 394 e = st->Ist.WrTmp.data;
398 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP );
399 add_SP_alias(st->Ist.WrTmp.tmp, 0);
406 e = st->Ist.WrTmp.data;
413 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP );
415 add_SP_alias(st->Ist.WrTmp.tmp, delta + con);
417 add_SP_alias(st->Ist.WrTmp.tmp, delta - con);
425 e = st->Ist.WrTmp.data;
428 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP );
429 add_SP_alias(st->Ist.WrTmp.tmp, delta)
    [all...]
  /external/valgrind/main/drd/
drd_load_store.c 319 && bb->stmts[i]->Ist.WrTmp.tmp == addr_expr->Iex.RdTmp.tmp)
321 IRExpr* e = bb->stmts[i]->Ist.WrTmp.data;
639 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/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)))
921 IRExpr* data = st->Ist.WrTmp.data;
    [all...]
  /external/valgrind/main/cachegrind/
cg_main.c     [all...]
  /external/valgrind/main/callgrind/
main.c 1005 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 265 milliseconds