Home
last modified time | relevance | path

Searched refs:Iop_MullS32 (Results 1 – 15 of 15) sorted by relevance

/external/valgrind/main/VEX/pub/
Dlibvex_ir.h435 Iop_MullS8, Iop_MullS16, Iop_MullS32, Iop_MullS64, enumerator
/external/valgrind/main/VEX/priv/
Dhost_s390_isel.c719 case Iop_MullS32: in s390_isel_int_expr_wrk()
1021 (binop == Iop_MullS32 || binop == Iop_MullU32)) || in s390_isel_int_expr_wrk()
Dhost_ppc_isel.c1342 || 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()
Dguest_s390_toIR.c6084 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()
Dguest_arm_toIR.c8451 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()
Dhost_amd64_isel.c1258 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()
Dir_defs.c177 case Iop_MullS32: vex_printf("MullS32"); return; in ppIROp()
2167 case Iop_MullU32: case Iop_MullS32: in typeOfPrimop()
Dhost_x86_isel.c2076 case Iop_MullS32: { in iselInt64Expr_wrk()
2082 Bool syned = toBool(e->Iex.Binop.op == Iop_MullS32); in iselInt64Expr_wrk()
Dhost_arm_isel.c1867 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()
Dguest_ppc_toIR.c1871 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()
Dir_opt.c1384 case Iop_MullS32: { in fold_Expr()
Dguest_amd64_toIR.c3665 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()
Dguest_x86_toIR.c2729 IROp mulOp = syned ? Iop_MullS32 : Iop_MullU32; in codegen_mulL_A_D()
/external/valgrind/main/VEX/
Dtest_main.c1787 case Iop_MullS32: in expr2vbits_Binop()
/external/valgrind/main/memcheck/
Dmc_translate.c3097 case Iop_MullS32: in expr2vbits_Binop()