Home
last modified time | relevance | path

Searched refs:WrTmp (Results 1 – 22 of 22) sorted by relevance

/external/valgrind/VEX/priv/
Dir_opt.c429 if (isFlat(st->Ist.WrTmp.data)) { in flatten_Stmt()
435 e1 = flatten_Expr(bb, st->Ist.WrTmp.data); in flatten_Stmt()
436 addStmtToIRSB(bb, IRStmt_WrTmp(st->Ist.WrTmp.tmp, e1)); in flatten_Stmt()
629 && st->Ist.WrTmp.data->tag == Iex_Get) { in redundant_get_removal_BB()
632 IRExpr* get = st->Ist.WrTmp.data; in redundant_get_removal_BB()
644 == st->Ist.WrTmp.data->Iex.Get.ty ); in redundant_get_removal_BB()
651 bb->stmts[i] = IRStmt_WrTmp(st->Ist.WrTmp.tmp, valE); in redundant_get_removal_BB()
657 (HWord)(void*)(IRExpr_RdTmp(st->Ist.WrTmp.tmp)) ); in redundant_get_removal_BB()
734 e = st->Ist.WrTmp.data; in handle_gets_Stmt()
2586 st->Ist.WrTmp.tmp, in subst_and_fold_Stmt()
[all …]
Dguest_arm_helpers.c800 && st->Ist.WrTmp.tmp == look_for in guest_arm_spechelper()
801 && st->Ist.WrTmp.data->tag == Iex_Binop in guest_arm_spechelper()
802 && st->Ist.WrTmp.data->Iex.Binop.op == Iop_Or32 in guest_arm_spechelper()
803 && isU32(st->Ist.WrTmp.data->Iex.Binop.arg2, (ARMCondAL << 4))) in guest_arm_spechelper()
Dir_defs.c1574 ppIRTemp(s->Ist.WrTmp.tmp); in ppIRStmt()
1576 ppIRExpr(s->Ist.WrTmp.data); in ppIRStmt()
2108 s->Ist.WrTmp.tmp = tmp; in IRStmt_WrTmp()
2109 s->Ist.WrTmp.data = data; in IRStmt_WrTmp()
2394 return IRStmt_WrTmp(s->Ist.WrTmp.tmp, in deepCopyIRStmt()
2395 deepCopyIRExpr(s->Ist.WrTmp.data)); in deepCopyIRStmt()
3656 e = st->Ist.WrTmp.data; in isFlatIRStmt()
3911 useBeforeDef_Expr(bb,stmt,stmt->Ist.WrTmp.data,def_counts); in useBeforeDef_Stmt()
4222 tcExpr( bb, stmt, stmt->Ist.WrTmp.data, gWordTy ); in tcStmt()
4223 if (typeOfIRTemp(tyenv, stmt->Ist.WrTmp.tmp) in tcStmt()
[all …]
Dhost_s390_isel.c3731 IRTemp tmp = stmt->Ist.WrTmp.tmp; in s390_isel_stmt()
3739 s390_isel_int128_expr(&res_hi, &res_lo, env, stmt->Ist.WrTmp.data); in s390_isel_stmt()
3751 src = s390_isel_int_expr(env, stmt->Ist.WrTmp.data); in s390_isel_stmt()
3756 s390_cc_t cond = s390_isel_cc(env, stmt->Ist.WrTmp.data); in s390_isel_stmt()
3764 src = s390_isel_float_expr(env, stmt->Ist.WrTmp.data); in s390_isel_stmt()
3771 s390_isel_float128_expr(&res_hi, &res_lo, env, stmt->Ist.WrTmp.data); in s390_isel_stmt()
3781 src = s390_isel_dfp_expr(env, stmt->Ist.WrTmp.data); in s390_isel_stmt()
3788 s390_isel_dfp128_expr(&res_hi, &res_lo, env, stmt->Ist.WrTmp.data); in s390_isel_stmt()
Dhost_x86_isel.c4017 IRTemp tmp = stmt->Ist.WrTmp.tmp; in iselStmt()
4027 && stmt->Ist.WrTmp.data->tag == Iex_Binop in iselStmt()
4028 && stmt->Ist.WrTmp.data->Iex.Binop.op == Iop_Add32) { in iselStmt()
4029 X86AMode* am = iselIntExpr_AMode(env, stmt->Ist.WrTmp.data); in iselStmt()
4044 X86RMI* rmi = iselIntExpr_RMI(env, stmt->Ist.WrTmp.data); in iselStmt()
4051 iselInt64Expr(&rHi,&rLo, env, stmt->Ist.WrTmp.data); in iselStmt()
4058 X86CondCode cond = iselCondCode(env, stmt->Ist.WrTmp.data); in iselStmt()
4065 HReg src = iselDblExpr(env, stmt->Ist.WrTmp.data); in iselStmt()
4071 HReg src = iselFltExpr(env, stmt->Ist.WrTmp.data); in iselStmt()
4077 HReg src = iselVecExpr(env, stmt->Ist.WrTmp.data); in iselStmt()
Dhost_amd64_isel.c4507 IRTemp tmp = stmt->Ist.WrTmp.tmp; in iselStmt()
4517 && stmt->Ist.WrTmp.data->tag == Iex_Binop in iselStmt()
4518 && stmt->Ist.WrTmp.data->Iex.Binop.op == Iop_Add64) { in iselStmt()
4519 AMD64AMode* am = iselIntExpr_AMode(env, stmt->Ist.WrTmp.data); in iselStmt()
4535 AMD64RMI* rmi = iselIntExpr_RMI(env, stmt->Ist.WrTmp.data); in iselStmt()
4542 iselInt128Expr(&rHi,&rLo, env, stmt->Ist.WrTmp.data); in iselStmt()
4549 AMD64CondCode cond = iselCondCode(env, stmt->Ist.WrTmp.data); in iselStmt()
4556 HReg src = iselDblExpr(env, stmt->Ist.WrTmp.data); in iselStmt()
4562 HReg src = iselFltExpr(env, stmt->Ist.WrTmp.data); in iselStmt()
4568 HReg src = iselVecExpr(env, stmt->Ist.WrTmp.data); in iselStmt()
[all …]
Dhost_ppc_isel.c5647 IRTemp tmp = stmt->Ist.WrTmp.tmp; in iselStmt()
5652 HReg r_src = iselWordExpr_R(env, stmt->Ist.WrTmp.data, IEndianess); in iselStmt()
5659 iselInt64Expr(&r_srcHi,&r_srcLo, env, stmt->Ist.WrTmp.data, in iselStmt()
5668 iselInt128Expr(&r_srcHi,&r_srcLo, env, stmt->Ist.WrTmp.data, in iselStmt()
5681 env, stmt->Ist.WrTmp.data, IEndianess); in iselStmt()
5693 PPCCondCode cond = iselCondCode(env, stmt->Ist.WrTmp.data, in iselStmt()
5701 HReg fr_src = iselDblExpr(env, stmt->Ist.WrTmp.data, IEndianess); in iselStmt()
5707 HReg fr_src = iselFltExpr(env, stmt->Ist.WrTmp.data, IEndianess); in iselStmt()
5713 HReg fr_src = iselDfp32Expr(env, stmt->Ist.WrTmp.data, IEndianess); in iselStmt()
5719 HReg v_src = iselVecExpr(env, stmt->Ist.WrTmp.data, IEndianess); in iselStmt()
[all …]
Dhost_mips_isel.c3747 IRTemp tmp = stmt->Ist.WrTmp.tmp; in iselStmt()
3752 HReg r_src = iselWordExpr_R(env, stmt->Ist.WrTmp.data); in iselStmt()
3760 HReg r_src = iselWordExpr_R(env, stmt->Ist.WrTmp.data); in iselStmt()
3765 iselInt64Expr(&rHi, &rLo, env, stmt->Ist.WrTmp.data); in iselStmt()
3775 iselInt128Expr(&rHi, &rLo, env, stmt->Ist.WrTmp.data); in iselStmt()
3784 HReg fr_src = iselFltExpr(env, stmt->Ist.WrTmp.data); in iselStmt()
3791 HReg src = iselFltExpr(env, stmt->Ist.WrTmp.data); in iselStmt()
3796 HReg src = iselDblExpr(env, stmt->Ist.WrTmp.data); in iselStmt()
Dhost_tilegx_isel.c1444 IRTemp tmp = stmt->Ist.WrTmp.tmp; in iselStmt()
1447 HReg r_src = iselWordExpr_R(env, stmt->Ist.WrTmp.data); in iselStmt()
1448 IRType dty = typeOfIRExpr(env->type_env, stmt->Ist.WrTmp.data); in iselStmt()
Dhost_arm64_isel.c3639 IRTemp tmp = stmt->Ist.WrTmp.tmp; in iselStmt()
3645 HReg rD = iselIntExpr_R(env, stmt->Ist.WrTmp.data); in iselStmt()
3665 ARM64CondCode cc = iselCondCode(env, stmt->Ist.WrTmp.data); in iselStmt()
3670 HReg src = iselDblExpr(env, stmt->Ist.WrTmp.data); in iselStmt()
3676 HReg src = iselFltExpr(env, stmt->Ist.WrTmp.data); in iselStmt()
3682 HReg src = iselV128Expr(env, stmt->Ist.WrTmp.data); in iselStmt()
3689 iselV256Expr(&srcHi,&srcLo, env, stmt->Ist.WrTmp.data); in iselStmt()
Dhost_arm_isel.c5904 IRTemp tmp = stmt->Ist.WrTmp.tmp; in iselStmt()
5909 env, stmt->Ist.WrTmp.data); in iselStmt()
5923 ARMCondCode cond = iselCondCode(env, stmt->Ist.WrTmp.data); in iselStmt()
5930 HReg src = iselNeon64Expr(env, stmt->Ist.WrTmp.data); in iselStmt()
5935 iselInt64Expr(&rHi,&rLo, env, stmt->Ist.WrTmp.data); in iselStmt()
5943 HReg src = iselDblExpr(env, stmt->Ist.WrTmp.data); in iselStmt()
5949 HReg src = iselFltExpr(env, stmt->Ist.WrTmp.data); in iselStmt()
5955 HReg src = iselNeonExpr(env, stmt->Ist.WrTmp.data); in iselStmt()
/external/valgrind/coregrind/
Dm_translate.c408 e = st->Ist.WrTmp.data; in vg_SP_update_pass()
412 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP ); in vg_SP_update_pass()
413 add_SP_alias(st->Ist.WrTmp.tmp, 0); in vg_SP_update_pass()
420 e = st->Ist.WrTmp.data; in vg_SP_update_pass()
427 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP ); in vg_SP_update_pass()
429 add_SP_alias(st->Ist.WrTmp.tmp, delta + con); in vg_SP_update_pass()
431 add_SP_alias(st->Ist.WrTmp.tmp, delta - con); in vg_SP_update_pass()
439 e = st->Ist.WrTmp.data; in vg_SP_update_pass()
442 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP ); in vg_SP_update_pass()
443 add_SP_alias(st->Ist.WrTmp.tmp, delta); in vg_SP_update_pass()
/external/valgrind/drd/
Ddrd_load_store.c325 && bb->stmts[i]->Ist.WrTmp.tmp == addr_expr->Iex.RdTmp.tmp) in is_stack_access()
327 IRExpr* e = bb->stmts[i]->Ist.WrTmp.data; in is_stack_access()
683 const IRExpr* const data = st->Ist.WrTmp.data; in DRD_()
/external/valgrind/lackey/
Dlk_main.c776 IRExpr* data = st->Ist.WrTmp.data; in lk_instrument()
783 IRExpr* expr = st->Ist.WrTmp.data; in lk_instrument()
/external/valgrind/VEX/useful/
Dtest_main.c2575 e = st->Ist.WrTmp.data; in checkForBogusLiterals()
2670 assign( bb, findShadowTmp(&mce, st->Ist.WrTmp.tmp), in mc_instrument()
2671 expr2vbits( &mce, st->Ist.WrTmp.data) ); in mc_instrument()
/external/valgrind/memcheck/
Dmc_translate.c6152 e = st->Ist.WrTmp.data; in checkForBogusLiterals()
6392 IRTemp tmp_o = sb_in->stmts[j]->Ist.WrTmp.tmp; in MC_()
6438 assign( 'V', &mce, findShadowTmpV(&mce, st->Ist.WrTmp.tmp), in MC_()
6439 expr2vbits( &mce, st->Ist.WrTmp.data) ); in MC_()
7444 assign( 'B', mce, findShadowTmpB(mce, st->Ist.WrTmp.tmp), in schemeS()
7445 schemeE(mce, st->Ist.WrTmp.data) ); in schemeS()
/external/valgrind/VEX/pub/
Dlibvex_ir.h2767 } WrTmp; member
/external/valgrind/exp-dhat/
Ddh_main.c921 IRExpr* data = st->Ist.WrTmp.data; in dh_instrument()
/external/valgrind/cachegrind/
Dcg_main.c1128 IRExpr* data = st->Ist.WrTmp.data; in cg_instrument()
/external/valgrind/callgrind/
Dmain.c1051 IRExpr* data = st->Ist.WrTmp.data; in CLG_()
/external/valgrind/exp-sgcheck/
Dsg_main.c2254 IRExpr* data = st->Ist.WrTmp.data; in sg_instrument_IRStmt()
/external/valgrind/helgrind/
Dhg_main.c4803 IRExpr* data = st->Ist.WrTmp.data; in hg_instrument()