Home
last modified time | relevance | path

Searched refs:Iop_MullU32 (Results 1 – 21 of 21) sorted by relevance

/external/valgrind/VEX/priv/
Dguest_tilegx_toIR.c1463 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 …]
Dguest_mips_toIR.c2781 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 …]
Dhost_mips_isel.c1079 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()
Dhost_tilegx_isel.c746 if (e->Iex.Binop.op == Iop_MullS32 || e->Iex.Binop.op == Iop_MullU32) { in iselWordExpr_R_wrk()
Dhost_s390_isel.c1128 case Iop_MullU32: in s390_isel_int_expr_wrk()
1561 (binop == Iop_MullS32 || binop == Iop_MullU32)) || in s390_isel_int_expr_wrk()
Dir_defs.c189 case Iop_MullU32: vex_printf("MullU32"); return; in ppIROp()
2678 case Iop_MullU32: case Iop_MullS32: in typeOfPrimop()
Dhost_amd64_isel.c1320 || 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()
Dguest_x86_toIR.c2756 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()
Dhost_ppc_isel.c1584 && (e->Iex.Binop.op == Iop_MullU32 in iselWordExpr_R_wrk()
3251 case Iop_MullU32: in iselInt64Expr_wrk()
Dguest_arm_toIR.c15865 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()
Dhost_arm_isel.c1996 case Iop_MullU32: { in iselInt64Expr_wrk()
2232 case Iop_MullU32: { in iselNeon64Expr_wrk()
Dhost_arm64_isel.c1575 if (e->Iex.Binop.op == Iop_MullU32 || e->Iex.Binop.op == Iop_MullS32) { in iselIntExpr_R_wrk()
Dhost_x86_isel.c2187 case Iop_MullU32: in iselInt64Expr_wrk()
Dguest_amd64_toIR.c3948 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()
Dguest_ppc_toIR.c3768 binop(Iop_MullU32, in dis_int_arith()
3790 binop(Iop_MullU32, in dis_int_arith()
Dguest_s390_toIR.c6700 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()
Dguest_arm64_toIR.c3490 assign(muld, binop(isU ? Iop_MullU32 : Iop_MullS32, in dis_ARM64_data_processing_register()
/external/valgrind/VEX/pub/
Dlibvex_ir.h453 Iop_MullU8, Iop_MullU16, Iop_MullU32, Iop_MullU64, enumerator
/external/valgrind/VEX/useful/
Dtest_main.c1832 case Iop_MullU32: { in expr2vbits_Binop()
/external/valgrind/memcheck/tests/vbit-test/
Dirops.c107 …{ DEFOP(Iop_MullU32, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc3…
/external/valgrind/memcheck/
Dmc_translate.c3929 case Iop_MullU32: { in expr2vbits_Binop()