Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dguest_s390_toIR.c1465 assign(op4addr, binop(Iop_Add64, mkU64(d4), b4 != 0 ? get_gpr_dw0(b4) : in s390_format_RIS_RURDI()
1483 assign(op4addr, binop(Iop_Add64, mkU64(d4), b4 != 0 ? get_gpr_dw0(b4) : in s390_format_RIS_RURDU()
1644 assign(op4addr, binop(Iop_Add64, mkU64(d4), b4 != 0 ? get_gpr_dw0(b4) : in s390_format_RRS()
1661 assign(op2addr, binop(Iop_Add64, mkU64(d2), b2 != 0 ? get_gpr_dw0(b2) : in s390_format_RS_R0RD()
1677 assign(op2addr, binop(Iop_Add64, mkU64(d2), b2 != 0 ? get_gpr_dw0(b2) : in s390_format_RS_RRRD()
1693 assign(op2addr, binop(Iop_Add64, mkU64(d2), b2 != 0 ? get_gpr_dw0(b2) : in s390_format_RS_RURD()
1709 assign(op2addr, binop(Iop_Add64, mkU64(d2), b2 != 0 ? get_gpr_dw0(b2) : in s390_format_RS_AARD()
1737 assign(op2addr, binop(Iop_Add64, mkexpr(d2), b2 != 0 ? get_gpr_dw0(b2) : in s390_format_RSY_RRRD()
1755 assign(op2addr, binop(Iop_Add64, mkexpr(d2), b2 != 0 ? get_gpr_dw0(b2) : in s390_format_RSY_AARD()
1773 assign(op2addr, binop(Iop_Add64, mkexpr(d2), b2 != 0 ? get_gpr_dw0(b2) : in s390_format_RSY_RURD()
[all …]
Dguest_ppc_toIR.c1345 binop( Iop_Add64, in gen_POPCOUNT()
6612 irx_addr = binop( Iop_Add64, mkexpr(addr), mkU64(i*8) ); in dis_cache_manage()
8104 assign( EA_lo, binop(Iop_Add64, mkexpr(EA_hi), mkU64(8)) ); in dis_fp_pair()
10867 IROp addOp = ty == Ity_I64 ? Iop_Add64 : Iop_Add32; in dis_vx_load()
11661 assign( z3, binop(Iop_Add64, mkexpr(b3), in dis_av_arith()
11662 binop(Iop_Add64, in dis_av_arith()
11663 binop(Iop_Add64, mkexpr(a15), mkexpr(a14)), in dis_av_arith()
11664 binop(Iop_Add64, mkexpr(a13), mkexpr(a12)))) ); in dis_av_arith()
11665 assign( z2, binop(Iop_Add64, mkexpr(b2), in dis_av_arith()
11666 binop(Iop_Add64, in dis_av_arith()
[all …]
Dguest_s390_helpers.c1169 binop(Iop_Add64, cc_dep1, cc_dep2), in guest_s390x_spechelper()
1174 binop(Iop_Add64, cc_dep1, cc_dep2), in guest_s390x_spechelper()
Dguest_amd64_toIR.c2167 virtual = binop(Iop_Add64, virtual, in handleAddrOverrides()
2179 virtual = binop(Iop_Add64, virtual, in handleAddrOverrides()
2328 binop(Iop_Add64,getIRegRexB(8,pfx,rm),mkU64(d)))); in disAMode()
2342 binop(Iop_Add64,getIRegRexB(8,pfx,rm),mkU64(d)))); in disAMode()
2367 binop(Iop_Add64, mkU64(guest_RIP_next_assumed), in disAMode()
2411 binop(Iop_Add64, in disAMode()
2425 binop(Iop_Add64, in disAMode()
2471 binop(Iop_Add64, getIRegRexB(8,pfx,base_r), mkU64(d)) )); in disAMode()
2486 binop(Iop_Add64, in disAMode()
2487 binop(Iop_Add64, in disAMode()
[all …]
Dhost_amd64_isel.c925 case Iop_Add8: case Iop_Add16: case Iop_Add32: case Iop_Add64: in iselIntExpr_R_wrk()
1885 binop( Iop_Add64, in iselIntExpr_AMode_wrk()
1886 binop( Iop_Add64, in iselIntExpr_AMode_wrk()
1916 && e->Iex.Binop.op == Iop_Add64 in iselIntExpr_AMode_wrk()
1931 && e->Iex.Binop.op == Iop_Add64 in iselIntExpr_AMode_wrk()
3943 && stmt->Ist.WrTmp.data->Iex.Binop.op == Iop_Add64) { in iselStmt()
Dhost_s390_isel.c211 if (expr->tag == Iex_Binop && expr->Iex.Binop.op == Iop_Add64) { in s390_isel_amode_wrk()
914 case Iop_Add64: in s390_isel_int_expr_wrk()
1403 addr_lo = IRExpr_Binop(Iop_Add64, addr_hi, mkU64(8)); in s390_isel_float128_expr_wrk()
Dhost_ppc_isel.c1193 case Iop_Add8: case Iop_Add16: case Iop_Add32: case Iop_Add64: in iselWordExpr_R_wrk()
2077 && e->Iex.Binop.op == Iop_Add64 in iselWordExpr_AMode_wrk()
2091 && e->Iex.Binop.op == Iop_Add64) { in iselWordExpr_AMode_wrk()
2742 case Iop_Add64: { in iselInt64Expr_wrk()
Dguest_arm_toIR.c3148 op2 = Iop_Add64; in dis_neon_data_3same()
3852 op_add = Q ? Iop_Add64x2 : Iop_Add64; in dis_neon_data_3same()
3881 op_add = Q ? Iop_Add64x2 : Iop_Add64; in dis_neon_data_3same()
3993 op_add = Q ? Iop_Add64x2 : Iop_Add64; in dis_neon_data_3same()
4026 op_add = Q ? Iop_Add64x2 : Iop_Add64; in dis_neon_data_3same()
4321 case 3: op = Q ? Iop_Add64x2 : Iop_Add64; break; in dis_neon_data_3same()
5987 add = Iop_Add64; in dis_neon_data_2reg_and_shift()
6083 add = Iop_Add64; in dis_neon_data_2reg_and_shift()
6808 add_op = Iop_Add64; in dis_neon_data_2reg_misc()
13276 assign( res, binop(Iop_Add64, in disInstr_ARM_WRK()
[all …]
Dir_opt.c1340 case Iop_Add64: in fold_Expr()
1643 if (e->Iex.Binop.op == Iop_Add64 in fold_Expr()
1667 if (e->Iex.Binop.op == Iop_Add64 || e->Iex.Binop.op == Iop_Or64) { in fold_Expr()
Dir_defs.c119 case Iop_Add8 ... Iop_Add64: in ppIROp()
2029 case Iop_Add64: case Iop_Sub64: case Iop_Mul64: in typeOfPrimop()
Dhost_x86_isel.c2138 case Iop_Add64: in iselInt64Expr_wrk()
2166 if (e->Iex.Binop.op==Iop_Add64) { in iselInt64Expr_wrk()
Dguest_amd64_helpers.c913 binop(Iop_Add64, cc_dep1, cc_dep2), in guest_amd64_spechelper()
Dhost_arm_isel.c1898 case Iop_Add64: { in iselInt64Expr_wrk()
2148 case Iop_Add64: { in iselNeon64Expr_wrk()
2157 case Iop_Add64: size = 3; break; in iselNeon64Expr_wrk()
Dguest_x86_toIR.c5504 case 0xD4: op = Iop_Add64; break; in dis_MMXop_regmem_to_reg()
/external/valgrind/main/coregrind/
Dm_translate.c293 # define IS_ADD(op) (sizeof_SP==4 ? ((op)==Iop_Add32) : ((op)==Iop_Add64)) in vg_SP_update_pass()
913 IROp op_Add = Iop_Add64; in gen_PUSH()
/external/valgrind/main/memcheck/
Dmc_translate.c1656 opADD = Iop_Add64; in expensiveAddSub()
3154 case Iop_Add64: in expr2vbits_Binop()
3623 mkAdd = tyAddr==Ity_I32 ? Iop_Add32 : Iop_Add64; in expr2vbits_Load_WRK()
3837 mkAdd = tyAddr==Ity_I32 ? Iop_Add32 : Iop_Add64; in do_shadow_Store()
5341 IROp opAdd = aTy == Ity_I32 ? Iop_Add32 : Iop_Add64; in gen_load_b()
5398 IROp opAdd = aTy == Ity_I32 ? Iop_Add32 : Iop_Add64; in gen_store_b()
/external/valgrind/main/VEX/pub/
Dlibvex_ir.h408 Iop_Add8, Iop_Add16, Iop_Add32, Iop_Add64, enumerator
/external/valgrind/main/exp-dhat/
Ddh_main.c791 IRStmt* st2 = assign(t2, binop(Iop_Add64, mkexpr(t1), mkU64(n))); in add_counter_update()
/external/valgrind/main/VEX/
Dtest_main.c2049 mkAdd = tyAddr==Ity_I32 ? Iop_Add32 : Iop_Add64; in expr2vbits_LDle_WRK()
2217 mkAdd = tyAddr==Ity_I32 ? Iop_Add32 : Iop_Add64; in do_shadow_STle()
/external/valgrind/tsan/
Dts_valgrind.cc1062 sizeof(uintptr_t) == 8 ? Iop_Add64 : Iop_Add32, in gen_store_to_tleb()
/external/valgrind/main/massif/
Dms_main.c2057 IRExpr_Binop(Iop_Add64, IRExpr_RdTmp(t1), in add_counter_update()
/external/valgrind/main/helgrind/
Dhg_main.c4241 : binop(Iop_Add64, mkexpr(addr_minus_sp), mkU64(rz_szB))) in instrument_mem_access()