Home
last modified time | relevance | path

Searched refs:Iop_Mul32 (Results 1 – 15 of 15) sorted by relevance

/external/valgrind/VEX/priv/
Dguest_mips_toIR.c6539 binop(Iop_Mul32, in disDSPInstr_MIPS_WRK()
6580 binop(Iop_Mul32, in disDSPInstr_MIPS_WRK()
6712 binop(Iop_Mul32, in disDSPInstr_MIPS_WRK()
6747 binop(Iop_Mul32, in disDSPInstr_MIPS_WRK()
10102 binop(Iop_Mul32, in disDSPInstr_MIPS_WRK()
10126 binop(Iop_Mul32, in disDSPInstr_MIPS_WRK()
10167 binop(Iop_Mul32, in disDSPInstr_MIPS_WRK()
10204 assign(t2, binop(Iop_Mul32, in disDSPInstr_MIPS_WRK()
10400 binop(Iop_Mul32, in disDSPInstr_MIPS_WRK()
10407 binop(Iop_Mul32, in disDSPInstr_MIPS_WRK()
[all …]
Dguest_arm_toIR.c9050 assign( res, binop(Iop_Mul32, mkexpr(srcN), mkexpr(srcM)) ); in decode_V6MEDIA_instruction()
10487 binop( Iop_Mul32, in decode_V6MEDIA_instruction()
10494 assign( irt_prod_hi, binop(Iop_Mul32, in decode_V6MEDIA_instruction()
10571 binop(Iop_Mul32, in decode_V6MEDIA_instruction()
10579 binop( Iop_Mul32, in decode_V6MEDIA_instruction()
10649 binop(Iop_Mul32, in decode_V6MEDIA_instruction()
17189 assign( res, binop(Iop_Mul32, mkexpr(argL), mkexpr(argR)) ); in disInstr_ARM_WRK()
17285 binop(Iop_Mul32, mkexpr(argL), mkexpr(argR)) )); in disInstr_ARM_WRK()
19488 anOp = Iop_Mul32; anOpNm = "mul"; goto and_orr_eor_mul; in disInstr_THUMB_WRK()
22421 assign(res, binop(Iop_Mul32, getIRegT(rN), getIRegT(rM))); in disInstr_THUMB_WRK()
[all …]
Dguest_ppc_toIR.c22481 binop( Iop_Mul32, in dis_vx_permute_misc()
24312 binop( Iop_Mul32, in dis_av_permute()
24340 binop( Iop_Mul32, in dis_av_permute()
24415 binop( Iop_Mul32, in dis_av_permute()
24436 binop( Iop_Mul32, in dis_av_permute()
24458 binop( Iop_Mul32, in dis_av_permute()
24480 binop( Iop_Mul32, in dis_av_permute()
24502 binop( Iop_Mul32, in dis_av_permute()
24539 binop( Iop_Mul32, in dis_av_permute()
24576 binop( Iop_Mul32, in dis_av_permute()
[all …]
Dhost_mips_isel.c1061 if (e->Iex.Binop.op == Iop_Mul32 || e->Iex.Binop.op == Iop_Mul64) { in iselWordExpr_R_wrk()
1062 Bool sz32 = (e->Iex.Binop.op == Iop_Mul32); in iselWordExpr_R_wrk()
Dhost_arm64_isel.c1594 if (e->Iex.Binop.op == Iop_Mul64 || e->Iex.Binop.op == Iop_Mul32) { in iselIntExpr_R_wrk()
Dir_defs.c2584 case Iop_Add32: case Iop_Sub32: case Iop_Mul32: in typeOfPrimop()
Dhost_x86_isel.c945 case Iop_Mul16: case Iop_Mul32: in iselIntExpr_R_wrk()
Dhost_amd64_isel.c993 case Iop_Mul16: case Iop_Mul32: case Iop_Mul64: in iselIntExpr_R_wrk()
Dir_opt.c1829 case Iop_Mul32: in fold_Expr()
Dhost_ppc_isel.c1589 if (e->Iex.Binop.op == Iop_Mul32 in iselWordExpr_R_wrk()
Dhost_arm_isel.c1447 if (e->Iex.Binop.op == Iop_Mul32) { in iselIntExpr_R_wrk()
Dguest_arm64_toIR.c3011 binop(Iop_Mul32, getIReg32orZR(mm), getIReg32orZR(nn)))); in dis_ARM64_data_processing_register()
/external/valgrind/VEX/pub/
Dlibvex_ir.h424 Iop_Mul8, Iop_Mul16, Iop_Mul32, Iop_Mul64, enumerator
/external/valgrind/memcheck/tests/vbit-test/
Dirops.c49 …{ DEFOP(Iop_Mul32, UNDEF_LEFT), .s390x = 0, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 =…
/external/valgrind/memcheck/
Dmc_translate.c4041 case Iop_Mul32: in expr2vbits_Binop()