Searched refs:Iop_Mul32 (Results 1 - 12 of 12) sorted by relevance

/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h419 Iop_Mul8, Iop_Mul16, Iop_Mul32, Iop_Mul64, enumerator in enum:__anon27017
/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c8423 assign( res, binop(Iop_Mul32, mkexpr(srcN), mkexpr(srcM)) );
9802 binop( Iop_Mul32,
9809 assign( irt_prod_hi, binop(Iop_Mul32,
9886 binop(Iop_Mul32,
9894 binop( Iop_Mul32,
9964 binop(Iop_Mul32,
13666 assign( res, binop(Iop_Mul32, mkexpr(argL), mkexpr(argR)) );
13762 binop(Iop_Mul32, mkexpr(argL), mkexpr(argR)) ));
15361 anOp = Iop_Mul32; anOpNm = "mul"; goto and_orr_eor_mul;
18199 assign(res, binop(Iop_Mul32, getIReg
[all...]
H A Dguest_mips_toIR.c2511 assign(t5, binop(Iop_Mul32, binop(Iop_Sub32, mkU32(0x3), mkexpr(t4)),
2558 putIReg(rd, binop(Iop_Mul32, getIReg(rs), getIReg(rt)));
H A Dhost_mips_isel.c864 if (e->Iex.Binop.op == Iop_Mul32 || e->Iex.Binop.op == Iop_Mul64) {
865 Bool sz32 = (e->Iex.Binop.op == Iop_Mul32);
H A Dhost_amd64_isel.c892 case Iop_Mul16: case Iop_Mul32: case Iop_Mul64:
H A Dhost_x86_isel.c845 case Iop_Mul16: case Iop_Mul32:
H A Dir_defs.c2144 case Iop_Add32: case Iop_Sub32: case Iop_Mul32:
H A Dhost_ppc_isel.c1407 if (e->Iex.Binop.op == Iop_Mul32
H A Dir_opt.c1719 case Iop_Mul32:
H A Dhost_arm_isel.c1226 if (e->Iex.Binop.op == Iop_Mul32) {
/external/valgrind/main/VEX/
H A Dtest_main.c1813 case Iop_Mul32:
/external/valgrind/main/memcheck/
H A Dmc_translate.c3383 case Iop_Mul32:

Completed in 250 milliseconds