/external/valgrind/main/VEX/priv/ |
D | guest_mips_toIR.c | 2426 assign(t1, binop(Iop_MullS32, mkNarrowTo32(Ity_I32, getIReg(rs)), in disDSPInstr_MIPS_WRK() 2453 assign(t2, binop(Iop_MullS32, getIReg(rs), getIReg(rt))); in disDSPInstr_MIPS_WRK() 2479 assign(t2, binop(Iop_MullS32, getIReg(rs), getIReg(rt))); in disDSPInstr_MIPS_WRK() 6251 binop(Iop_MullS32, in disDSPInstr_MIPS_WRK() 6258 binop(Iop_MullS32, in disDSPInstr_MIPS_WRK() 9903 binop(Iop_MullS32, in disDSPInstr_MIPS_WRK() 9936 binop(Iop_MullS32, in disDSPInstr_MIPS_WRK() 10103 binop(Iop_MullS32, in disDSPInstr_MIPS_WRK() 10139 binop(Iop_MullS32, in disDSPInstr_MIPS_WRK() 10196 binop(Iop_MullS32, in disDSPInstr_MIPS_WRK() [all …]
|
D | host_mips_isel.c | 1074 if (e->Iex.Binop.op == Iop_MullU32 || e->Iex.Binop.op == Iop_MullS32) { in iselWordExpr_R_wrk() 1082 Bool syned = toBool(e->Iex.Binop.op == Iop_MullS32); in iselWordExpr_R_wrk() 1083 Bool size = toBool(e->Iex.Binop.op == Iop_MullS32) in iselWordExpr_R_wrk() 2426 case Iop_MullS32: { in iselInt64Expr_wrk() 2430 Bool syned = toBool(op_binop == Iop_MullS32); in iselInt64Expr_wrk()
|
D | guest_arm_toIR.c | 9033 binop(Iop_MullS32, in decode_V6MEDIA_instruction() 10659 binop(Iop_MullS32, in decode_V6MEDIA_instruction() 10728 binop(Iop_MullS32, in decode_V6MEDIA_instruction() 12376 binop(Iop_MullS32, mkexpr(irt_rN), mkexpr(irt_rM))), in decode_V6MEDIA_instruction() 12437 assign( pr_1, binop(Iop_MullS32, in decode_V6MEDIA_instruction() 12446 assign( pr_2, binop(Iop_MullS32, in decode_V6MEDIA_instruction() 12525 assign( pr_1, binop(Iop_MullS32, in decode_V6MEDIA_instruction() 12534 assign( pr_2, binop(Iop_MullS32, in decode_V6MEDIA_instruction() 15800 IROp mulOp = isS ? Iop_MullS32 : Iop_MullU32; in disInstr_ARM_WRK() 15850 IROp mulOp = isS ? Iop_MullS32 : Iop_MullU32; in disInstr_ARM_WRK() [all …]
|
D | host_arm64_isel.c | 1750 if (e->Iex.Binop.op == Iop_MullU32 || e->Iex.Binop.op == Iop_MullS32) { in iselIntExpr_R_wrk() 1751 Bool isS = e->Iex.Binop.op == Iop_MullS32; in iselIntExpr_R_wrk()
|
D | host_ppc_isel.c | 1551 || e->Iex.Binop.op == Iop_MullS32)) { in iselWordExpr_R_wrk() 1555 Bool syned = toBool(e->Iex.Binop.op == Iop_MullS32); in iselWordExpr_R_wrk() 3152 case Iop_MullS32: { in iselInt64Expr_wrk() 3155 Bool syned = toBool(op_binop == Iop_MullS32); in iselInt64Expr_wrk()
|
D | host_s390_isel.c | 1131 case Iop_MullS32: in s390_isel_int_expr_wrk() 1558 (binop == Iop_MullS32 || binop == Iop_MullU32)) || in s390_isel_int_expr_wrk()
|
D | guest_s390_toIR.c | 6581 assign(result, binop(Iop_MullS32, mkexpr(op1), mkexpr(op2))); in s390_irgen_MR() 6597 assign(result, binop(Iop_MullS32, mkexpr(op1), mkexpr(op2))); in s390_irgen_M() 6613 assign(result, binop(Iop_MullS32, mkexpr(op1), mkexpr(op2))); in s390_irgen_MFY() 6629 assign(result, binop(Iop_MullS32, mkexpr(op1), unop(Iop_16Sto32, mkexpr(op2)) in s390_irgen_MH() 6645 assign(result, binop(Iop_MullS32, mkexpr(op1), unop(Iop_16Sto32, mkexpr(op2)) in s390_irgen_MHY() 6661 assign(result, binop(Iop_MullS32, mkexpr(op1), unop(Iop_16Sto32, in s390_irgen_MHI() 6757 assign(result, binop(Iop_MullS32, mkexpr(op1), mkexpr(op2))); in s390_irgen_MSR() 6803 assign(result, binop(Iop_MullS32, mkexpr(op1), mkexpr(op2))); in s390_irgen_MS() 6818 assign(result, binop(Iop_MullS32, mkexpr(op1), mkexpr(op2))); in s390_irgen_MSY() 6864 assign(result, binop(Iop_MullS32, mkexpr(op1), mkU32((UInt)op2))); in s390_irgen_MSFI()
|
D | ir_defs.c | 184 case Iop_MullS32: vex_printf("MullS32"); return; in ppIROp() 2577 case Iop_MullU32: case Iop_MullS32: in typeOfPrimop()
|
D | host_x86_isel.c | 2188 case Iop_MullS32: { in iselInt64Expr_wrk() 2194 Bool syned = toBool(e->Iex.Binop.op == Iop_MullS32); in iselInt64Expr_wrk()
|
D | host_arm_isel.c | 1984 case Iop_MullS32: in iselInt64Expr_wrk() 1990 ARMMulOp mop = e->Iex.Binop.op == Iop_MullS32 in iselInt64Expr_wrk() 2218 case Iop_MullS32: in iselNeon64Expr_wrk()
|
D | host_amd64_isel.c | 1318 if (e->Iex.Binop.op == Iop_MullS32 in iselIntExpr_R_wrk() 1331 case Iop_MullS32: shr_op = Ash_SAR; shift = 32; break; in iselIntExpr_R_wrk()
|
D | guest_ppc_toIR.c | 2037 assign( t64, binop(Iop_MullS32, argL, argR) ); in set_XER_OV_32() 3286 binop(Iop_MullS32, mkexpr(rA), in dis_int_arith() 3482 binop(Iop_MullS32, in dis_int_arith() 3518 assign( rD, binop(Iop_MullS32, a, b) ); in dis_int_arith()
|
D | ir_opt.c | 1805 case Iop_MullS32: { in fold_Expr()
|
D | guest_arm64_toIR.c | 2954 assign(muld, binop(isU ? Iop_MullU32 : Iop_MullS32, in dis_ARM64_data_processing_register()
|
D | guest_amd64_toIR.c | 3941 IROp mulOp = syned ? Iop_MullS32 : Iop_MullU32; in codegen_mulL_A_D() 11079 binop( Iop_MullS32, mkexpr(d2), mkexpr(s2)), in math_PMULDQ_128() 11080 binop( Iop_MullS32, mkexpr(d0), mkexpr(s0)) )); in math_PMULDQ_128()
|
D | guest_x86_toIR.c | 2756 IROp mulOp = syned ? Iop_MullS32 : Iop_MullU32; in codegen_mulL_A_D()
|
/external/valgrind/main/memcheck/tests/vbit-test/ |
D | util.c | 395 case Iop_MullU32: case Iop_MullS32: in typeof_primop()
|
D | irops.c | 76 …{ DEFOP(Iop_MullS32, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc3…
|
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 451 Iop_MullS8, Iop_MullS16, Iop_MullS32, Iop_MullS64, enumerator
|
/external/valgrind/main/VEX/ |
D | test_main.c | 1810 case Iop_MullS32: in expr2vbits_Binop()
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 3695 case Iop_MullS32: in expr2vbits_Binop()
|