/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 435 Iop_MullS8, Iop_MullS16, Iop_MullS32, Iop_MullS64, enumerator
|
/external/valgrind/main/VEX/priv/ |
D | host_s390_isel.c | 719 case Iop_MullS32: in s390_isel_int_expr_wrk() 1021 (binop == Iop_MullS32 || binop == Iop_MullU32)) || in s390_isel_int_expr_wrk()
|
D | host_ppc_isel.c | 1342 || e->Iex.Binop.op == Iop_MullS32)) { in iselWordExpr_R_wrk() 1346 Bool syned = toBool(e->Iex.Binop.op == Iop_MullS32); in iselWordExpr_R_wrk() 2706 case Iop_MullS32: { in iselInt64Expr_wrk() 2709 Bool syned = toBool(op_binop == Iop_MullS32); in iselInt64Expr_wrk()
|
D | guest_s390_toIR.c | 6084 assign(result, binop(Iop_MullS32, mkexpr(op1), mkexpr(op2))); in s390_irgen_MR() 6100 assign(result, binop(Iop_MullS32, mkexpr(op1), mkexpr(op2))); in s390_irgen_M() 6116 assign(result, binop(Iop_MullS32, mkexpr(op1), mkexpr(op2))); in s390_irgen_MFY() 6132 assign(result, binop(Iop_MullS32, mkexpr(op1), unop(Iop_16Sto32, mkexpr(op2)) in s390_irgen_MH() 6148 assign(result, binop(Iop_MullS32, mkexpr(op1), unop(Iop_16Sto32, mkexpr(op2)) in s390_irgen_MHY() 6164 assign(result, binop(Iop_MullS32, mkexpr(op1), unop(Iop_16Sto32, in s390_irgen_MHI() 6260 assign(result, binop(Iop_MullS32, mkexpr(op1), mkexpr(op2))); in s390_irgen_MSR() 6306 assign(result, binop(Iop_MullS32, mkexpr(op1), mkexpr(op2))); in s390_irgen_MS() 6321 assign(result, binop(Iop_MullS32, mkexpr(op1), mkexpr(op2))); in s390_irgen_MSY() 6367 assign(result, binop(Iop_MullS32, mkexpr(op1), mkU32((UInt)op2))); in s390_irgen_MSFI()
|
D | guest_arm_toIR.c | 8451 binop(Iop_MullS32, in decode_V6MEDIA_instruction() 9968 binop(Iop_MullS32, in decode_V6MEDIA_instruction() 13222 IROp mulOp = isS ? Iop_MullS32 : Iop_MullU32; in disInstr_ARM_WRK() 13272 IROp mulOp = isS ? Iop_MullS32 : Iop_MullU32; in disInstr_ARM_WRK() 14011 binop(Iop_MullS32, getIRegA(rN), getIRegA(rM)), in disInstr_ARM_WRK() 15952 binop(Iop_MullS32, getIRegT(rN), getIRegT(rM)), in disInstr_THUMB_WRK() 17602 assign(res, binop(isU ? Iop_MullU32 : Iop_MullS32, in disInstr_THUMB_WRK() 17670 IROp mulOp = isS ? Iop_MullS32 : Iop_MullU32; in disInstr_THUMB_WRK()
|
D | host_amd64_isel.c | 1258 if (e->Iex.Binop.op == Iop_MullS32 in iselIntExpr_R_wrk() 1271 case Iop_MullS32: shr_op = Ash_SAR; shift = 32; break; in iselIntExpr_R_wrk()
|
D | ir_defs.c | 177 case Iop_MullS32: vex_printf("MullS32"); return; in ppIROp() 2167 case Iop_MullU32: case Iop_MullS32: in typeOfPrimop()
|
D | host_x86_isel.c | 2076 case Iop_MullS32: { in iselInt64Expr_wrk() 2082 Bool syned = toBool(e->Iex.Binop.op == Iop_MullS32); in iselInt64Expr_wrk()
|
D | host_arm_isel.c | 1867 case Iop_MullS32: in iselInt64Expr_wrk() 1873 ARMMulOp mop = e->Iex.Binop.op == Iop_MullS32 in iselInt64Expr_wrk() 2102 case Iop_MullS32: in iselNeon64Expr_wrk()
|
D | guest_ppc_toIR.c | 1871 assign( t64, binop(Iop_MullS32, argL, argR) ); in set_XER_OV_32() 2970 binop(Iop_MullS32, mkexpr(rA), in dis_int_arith() 3166 binop(Iop_MullS32, in dis_int_arith() 3202 assign( rD, binop(Iop_MullS32, a, b) ); in dis_int_arith()
|
D | ir_opt.c | 1384 case Iop_MullS32: { in fold_Expr()
|
D | guest_amd64_toIR.c | 3665 IROp mulOp = syned ? Iop_MullS32 : Iop_MullU32; in codegen_mulL_A_D() 16136 assign( t0, binop( Iop_MullS32, mkexpr(d0), mkexpr(s0)) ); in disInstr_AMD64_WRK() 16138 assign( t1, binop( Iop_MullS32, mkexpr(d2), mkexpr(s2)) ); in disInstr_AMD64_WRK()
|
D | guest_x86_toIR.c | 2729 IROp mulOp = syned ? Iop_MullS32 : Iop_MullU32; in codegen_mulL_A_D()
|
/external/valgrind/main/VEX/ |
D | test_main.c | 1787 case Iop_MullS32: in expr2vbits_Binop()
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 3097 case Iop_MullS32: in expr2vbits_Binop()
|