Searched refs:Iop_Mul32 (Results 1 – 10 of 10) sorted by relevance
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 402 Iop_Mul8, Iop_Mul16, Iop_Mul32, Iop_Mul64, enumerator
|
/external/valgrind/main/VEX/priv/ |
D | guest_arm_toIR.c | 8381 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 …]
|
D | ir_defs.c | 1936 case Iop_Add32: case Iop_Sub32: case Iop_Mul32: in typeOfPrimop()
|
D | host_amd64_isel.c | 932 case Iop_Mul16: case Iop_Mul32: case Iop_Mul64: in iselIntExpr_R_wrk()
|
D | host_ppc_isel.c | 1306 if (e->Iex.Binop.op == Iop_Mul32 in iselWordExpr_R_wrk()
|
D | host_x86_isel.c | 826 case Iop_Mul16: case Iop_Mul32: in iselIntExpr_R_wrk()
|
D | ir_opt.c | 1274 case Iop_Mul32: in fold_Expr()
|
D | host_arm_isel.c | 1200 if (e->Iex.Binop.op == Iop_Mul32) { in iselIntExpr_R_wrk()
|
/external/valgrind/main/exp-ptrcheck/ |
D | h_main.c | 4183 case Iop_Mul32: nm = "do_mulW"; fn = &do_mulW; goto vv32; in instrument_arithop()
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 2946 case Iop_Mul32: in expr2vbits_Binop()
|