/external/valgrind/VEX/priv/ |
D | guest_tilegx_toIR.c | 1463 assign(t1, binop(Iop_MullU32, in disInstr_TILEGX_WRK() 1466 assign(t3, binop(Iop_MullU32, in disInstr_TILEGX_WRK() 1498 assign(t1, binop(Iop_MullU32, in disInstr_TILEGX_WRK() 1501 assign(t3, binop(Iop_MullU32, in disInstr_TILEGX_WRK() 1515 assign(t2, binop(Iop_MullU32, in disInstr_TILEGX_WRK() 1536 assign(t1, binop(Iop_MullU32, in disInstr_TILEGX_WRK() 1539 assign(t3, binop(Iop_MullU32, in disInstr_TILEGX_WRK() 1553 assign(t2, binop(Iop_MullU32, in disInstr_TILEGX_WRK() 1577 assign(t1, binop(Iop_MullU32, in disInstr_TILEGX_WRK() 1580 assign(t3, binop(Iop_MullU32, in disInstr_TILEGX_WRK() [all …]
|
D | guest_mips_toIR.c | 2781 assign(t1, binop(Iop_MullU32, mkNarrowTo32(Ity_I32, getIReg(rs)), in disDSPInstr_MIPS_WRK() 2812 assign(t2, binop(Iop_MullU32, getIReg(rs), getIReg(rt))); in disDSPInstr_MIPS_WRK() 2838 assign(t2, binop(Iop_MullU32, getIReg(rs), getIReg(rt))); in disDSPInstr_MIPS_WRK() 5619 binop(Iop_MullU32, in disDSPInstr_MIPS_WRK() 5628 binop(Iop_MullU32, in disDSPInstr_MIPS_WRK() 5674 binop(Iop_MullU32, in disDSPInstr_MIPS_WRK() 5683 binop(Iop_MullU32, in disDSPInstr_MIPS_WRK() 14554 assign(t3, binop(Iop_MullU32, mkNarrowTo32(ty, getIReg(rs)), in disInstr_MIPS_WRK() 14586 assign(t3, binop(Iop_MullU32, getIReg(rs), getIReg(rt))); in disInstr_MIPS_WRK() 14682 assign(t3, binop(Iop_MullU32, mkNarrowTo32(ty, getIReg(rs)), in disInstr_MIPS_WRK() [all …]
|
D | host_mips_isel.c | 1079 if (e->Iex.Binop.op == Iop_MullU32 || e->Iex.Binop.op == Iop_MullS32) { in iselWordExpr_R_wrk() 1089 || toBool(e->Iex.Binop.op == Iop_MullU32); in iselWordExpr_R_wrk() 2434 case Iop_MullU32: in iselInt64Expr_wrk()
|
D | host_tilegx_isel.c | 746 if (e->Iex.Binop.op == Iop_MullS32 || e->Iex.Binop.op == Iop_MullU32) { in iselWordExpr_R_wrk()
|
D | host_s390_isel.c | 1128 case Iop_MullU32: in s390_isel_int_expr_wrk() 1561 (binop == Iop_MullS32 || binop == Iop_MullU32)) || in s390_isel_int_expr_wrk()
|
D | ir_defs.c | 189 case Iop_MullU32: vex_printf("MullU32"); return; in ppIROp() 2678 case Iop_MullU32: case Iop_MullS32: in typeOfPrimop()
|
D | host_amd64_isel.c | 1320 || e->Iex.Binop.op == Iop_MullU32 in iselIntExpr_R_wrk() 1333 case Iop_MullU32: shr_op = Ash_SHR; shift = 32; break; in iselIntExpr_R_wrk()
|
D | guest_x86_toIR.c | 2756 IROp mulOp = syned ? Iop_MullS32 : Iop_MullU32; in codegen_mulL_A_D() 11144 binop( Iop_MullU32, mkexpr(t0), mkexpr(t1) ) ); in disInstr_X86_WRK() 11180 assign( t0, binop( Iop_MullU32, mkexpr(d0), mkexpr(s0)) ); in disInstr_X86_WRK() 11182 assign( t1, binop( Iop_MullU32, mkexpr(d2), mkexpr(s2)) ); in disInstr_X86_WRK()
|
D | host_ppc_isel.c | 1584 && (e->Iex.Binop.op == Iop_MullU32 in iselWordExpr_R_wrk() 3251 case Iop_MullU32: in iselInt64Expr_wrk()
|
D | guest_arm_toIR.c | 15865 IROp mulOp = isS ? Iop_MullS32 : Iop_MullU32; in disInstr_ARM_WRK() 15915 IROp mulOp = isS ? Iop_MullS32 : Iop_MullU32; in disInstr_ARM_WRK() 15971 binop(Iop_MullU32, mkexpr(argN), mkexpr(argM)), in disInstr_ARM_WRK() 20989 assign(res, binop(isU ? Iop_MullU32 : Iop_MullS32, in disInstr_THUMB_WRK() 21057 IROp mulOp = isS ? Iop_MullS32 : Iop_MullU32; in disInstr_THUMB_WRK() 21096 binop(Iop_MullU32, mkexpr(argN), mkexpr(argM)), in disInstr_THUMB_WRK()
|
D | host_arm_isel.c | 1996 case Iop_MullU32: { in iselInt64Expr_wrk() 2232 case Iop_MullU32: { in iselNeon64Expr_wrk()
|
D | host_arm64_isel.c | 1575 if (e->Iex.Binop.op == Iop_MullU32 || e->Iex.Binop.op == Iop_MullS32) { in iselIntExpr_R_wrk()
|
D | host_x86_isel.c | 2187 case Iop_MullU32: in iselInt64Expr_wrk()
|
D | guest_amd64_toIR.c | 3948 IROp mulOp = syned ? Iop_MullS32 : Iop_MullU32; in codegen_mulL_A_D() 11149 binop( Iop_MullU32, mkexpr(d2), mkexpr(s2)), in math_PMULUDQ_128() 11150 binop( Iop_MullU32, mkexpr(d0), mkexpr(s0)) )); in math_PMULUDQ_128() 14924 binop( Iop_MullU32, mkexpr(t0), mkexpr(t1) ) ); in dis_ESC_0F__SSE2() 29964 assign( res, binop(size == 8 ? Iop_MullU64 : Iop_MullU32, in dis_ESC_0F38__VEX()
|
D | guest_ppc_toIR.c | 3768 binop(Iop_MullU32, in dis_int_arith() 3790 binop(Iop_MullU32, in dis_int_arith()
|
D | guest_s390_toIR.c | 6700 assign(result, binop(Iop_MullU32, mkexpr(op1), mkexpr(op2))); in s390_irgen_MLR() 6732 assign(result, binop(Iop_MullU32, mkexpr(op1), mkexpr(op2))); in s390_irgen_ML()
|
D | guest_arm64_toIR.c | 3490 assign(muld, binop(isU ? Iop_MullU32 : Iop_MullS32, in dis_ARM64_data_processing_register()
|
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 453 Iop_MullU8, Iop_MullU16, Iop_MullU32, Iop_MullU64, enumerator
|
/external/valgrind/VEX/useful/ |
D | test_main.c | 1832 case Iop_MullU32: { in expr2vbits_Binop()
|
/external/valgrind/memcheck/tests/vbit-test/ |
D | irops.c | 107 …{ DEFOP(Iop_MullU32, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc3…
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 3929 case Iop_MullU32: { in expr2vbits_Binop()
|