Searched refs:Iop_Mul32 (Results 1 – 15 of 15) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_mips_toIR.c | 6539 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 …]
|
D | guest_arm_toIR.c | 9050 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 …]
|
D | guest_ppc_toIR.c | 22481 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 …]
|
D | host_mips_isel.c | 1061 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()
|
D | host_arm64_isel.c | 1594 if (e->Iex.Binop.op == Iop_Mul64 || e->Iex.Binop.op == Iop_Mul32) { in iselIntExpr_R_wrk()
|
D | ir_defs.c | 2584 case Iop_Add32: case Iop_Sub32: case Iop_Mul32: in typeOfPrimop()
|
D | host_x86_isel.c | 945 case Iop_Mul16: case Iop_Mul32: in iselIntExpr_R_wrk()
|
D | host_amd64_isel.c | 993 case Iop_Mul16: case Iop_Mul32: case Iop_Mul64: in iselIntExpr_R_wrk()
|
D | ir_opt.c | 1829 case Iop_Mul32: in fold_Expr()
|
D | host_ppc_isel.c | 1589 if (e->Iex.Binop.op == Iop_Mul32 in iselWordExpr_R_wrk()
|
D | host_arm_isel.c | 1447 if (e->Iex.Binop.op == Iop_Mul32) { in iselIntExpr_R_wrk()
|
D | guest_arm64_toIR.c | 3011 binop(Iop_Mul32, getIReg32orZR(mm), getIReg32orZR(nn)))); in dis_ARM64_data_processing_register()
|
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 424 Iop_Mul8, Iop_Mul16, Iop_Mul32, Iop_Mul64, enumerator
|
/external/valgrind/memcheck/tests/vbit-test/ |
D | irops.c | 49 …{ DEFOP(Iop_Mul32, UNDEF_LEFT), .s390x = 0, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 =…
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 4041 case Iop_Mul32: in expr2vbits_Binop()
|