Home
last modified time | relevance | path

Searched refs:Iop_Mul32 (Results 1 – 10 of 10) sorted by relevance

/external/valgrind/main/VEX/pub/
Dlibvex_ir.h402 Iop_Mul8, Iop_Mul16, Iop_Mul32, Iop_Mul64, enumerator
/external/valgrind/main/VEX/priv/
Dguest_arm_toIR.c8381 assign( res, binop(Iop_Mul32, mkexpr(srcN), mkexpr(srcM)) ); in decode_V6MEDIA_instruction()
9715 binop( Iop_Mul32, in decode_V6MEDIA_instruction()
9722 assign( irt_prod_hi, binop(Iop_Mul32, in decode_V6MEDIA_instruction()
9799 binop(Iop_Mul32, in decode_V6MEDIA_instruction()
9807 binop( Iop_Mul32, in decode_V6MEDIA_instruction()
9877 binop(Iop_Mul32, in decode_V6MEDIA_instruction()
13068 assign( res, binop(Iop_Mul32, mkexpr(argL), mkexpr(argR)) ); in disInstr_ARM_WRK()
13119 binop(Iop_Mul32, mkexpr(argL), mkexpr(argR)) )); in disInstr_ARM_WRK()
14650 anOp = Iop_Mul32; anOpNm = "mul"; goto and_orr_eor_mul; in disInstr_THUMB_WRK()
17514 assign(res, binop(Iop_Mul32, getIRegT(rN), getIRegT(rM))); in disInstr_THUMB_WRK()
[all …]
Dir_defs.c1936 case Iop_Add32: case Iop_Sub32: case Iop_Mul32: in typeOfPrimop()
Dhost_amd64_isel.c932 case Iop_Mul16: case Iop_Mul32: case Iop_Mul64: in iselIntExpr_R_wrk()
Dhost_ppc_isel.c1306 if (e->Iex.Binop.op == Iop_Mul32 in iselWordExpr_R_wrk()
Dhost_x86_isel.c826 case Iop_Mul16: case Iop_Mul32: in iselIntExpr_R_wrk()
Dir_opt.c1274 case Iop_Mul32: in fold_Expr()
Dhost_arm_isel.c1200 if (e->Iex.Binop.op == Iop_Mul32) { in iselIntExpr_R_wrk()
/external/valgrind/main/exp-ptrcheck/
Dh_main.c4183 case Iop_Mul32: nm = "do_mulW"; fn = &do_mulW; goto vv32; in instrument_arithop()
/external/valgrind/main/memcheck/
Dmc_translate.c2946 case Iop_Mul32: in expr2vbits_Binop()