/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 | 436 && st->Ist.WrTmp.tmp == look_for 437 && st->Ist.WrTmp.data->tag == Iex_Binop 438 && st->Ist.WrTmp.data->Iex.Binop.op == Iop_Or32 439 && isU32(st->Ist.WrTmp.data->Iex.Binop.arg2, (ARMCondAL << 4)))
|
ir_defs.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 | 363 e = st->Ist.WrTmp.data; 367 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP ); 368 add_SP_alias(st->Ist.WrTmp.tmp, 0); 375 e = st->Ist.WrTmp.data; 382 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP ); 384 add_SP_alias(st->Ist.WrTmp.tmp, delta + con); 386 add_SP_alias(st->Ist.WrTmp.tmp, delta - con); 394 e = st->Ist.WrTmp.data; 397 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP ); 398 add_SP_alias(st->Ist.WrTmp.tmp, delta) [all...] |
/external/valgrind/main/drd/ |
drd_load_store.c | 295 && bb->stmts[i]->Ist.WrTmp.tmp == addr_expr->Iex.RdTmp.tmp) 297 IRExpr* e = bb->stmts[i]->Ist.WrTmp.data; 506 const IRExpr* const data = st->Ist.WrTmp.data;
|
/external/valgrind/main/lackey/ |
lk_main.c | 723 IRExpr* data = st->Ist.WrTmp.data; 730 IRExpr* expr = st->Ist.WrTmp.data; [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/exp-ptrcheck/ |
h_main.c | [all...] |
sg_main.c | [all...] |
/external/valgrind/main/cachegrind/ |
cg_main.c | [all...] |
/external/valgrind/main/callgrind/ |
main.c | 1000 IRExpr* data = st->Ist.WrTmp.data; [all...] |
/external/valgrind/main/helgrind/ |
hg_main.c | [all...] |