Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_mips_toIR.c6463 binop(Iop_Mul32, in disDSPInstr_MIPS_WRK()
6504 binop(Iop_Mul32, in disDSPInstr_MIPS_WRK()
6636 binop(Iop_Mul32, in disDSPInstr_MIPS_WRK()
6671 binop(Iop_Mul32, in disDSPInstr_MIPS_WRK()
10026 binop(Iop_Mul32, in disDSPInstr_MIPS_WRK()
10050 binop(Iop_Mul32, in disDSPInstr_MIPS_WRK()
10091 binop(Iop_Mul32, in disDSPInstr_MIPS_WRK()
10128 assign(t2, binop(Iop_Mul32, in disDSPInstr_MIPS_WRK()
10324 binop(Iop_Mul32, in disDSPInstr_MIPS_WRK()
10331 binop(Iop_Mul32, in disDSPInstr_MIPS_WRK()
[all …]
Dhost_tilegx_isel.c748 Bool sz32 = (e->Iex.Binop.op == Iop_Mul32); in iselWordExpr_R_wrk()
Dguest_arm_toIR.c8988 assign( res, binop(Iop_Mul32, mkexpr(srcN), mkexpr(srcM)) ); in decode_V6MEDIA_instruction()
10425 binop( Iop_Mul32, in decode_V6MEDIA_instruction()
10432 assign( irt_prod_hi, binop(Iop_Mul32, in decode_V6MEDIA_instruction()
10509 binop(Iop_Mul32, in decode_V6MEDIA_instruction()
10517 binop( Iop_Mul32, in decode_V6MEDIA_instruction()
10587 binop(Iop_Mul32, in decode_V6MEDIA_instruction()
15725 assign( res, binop(Iop_Mul32, mkexpr(argL), mkexpr(argR)) ); in disInstr_ARM_WRK()
15821 binop(Iop_Mul32, mkexpr(argL), mkexpr(argR)) )); in disInstr_ARM_WRK()
18008 anOp = Iop_Mul32; anOpNm = "mul"; goto and_orr_eor_mul; in disInstr_THUMB_WRK()
20933 assign(res, binop(Iop_Mul32, getIRegT(rN), getIRegT(rM))); in disInstr_THUMB_WRK()
[all …]
Dhost_mips_isel.c1067 if (e->Iex.Binop.op == Iop_Mul32 || e->Iex.Binop.op == Iop_Mul64) { in iselWordExpr_R_wrk()
1068 Bool sz32 = (e->Iex.Binop.op == Iop_Mul32); in iselWordExpr_R_wrk()
Dhost_arm64_isel.c1566 if (e->Iex.Binop.op == Iop_Mul64 || e->Iex.Binop.op == Iop_Mul32) { in iselIntExpr_R_wrk()
Dhost_x86_isel.c945 case Iop_Mul16: case Iop_Mul32: in iselIntExpr_R_wrk()
Dir_defs.c2519 case Iop_Add32: case Iop_Sub32: case Iop_Mul32: in typeOfPrimop()
Dhost_amd64_isel.c993 case Iop_Mul16: case Iop_Mul32: case Iop_Mul64: in iselIntExpr_R_wrk()
Dhost_ppc_isel.c1570 if (e->Iex.Binop.op == Iop_Mul32 in iselWordExpr_R_wrk()
Dir_opt.c1828 case Iop_Mul32: in fold_Expr()
Dhost_arm_isel.c1304 if (e->Iex.Binop.op == Iop_Mul32) { in iselIntExpr_R_wrk()
Dguest_arm64_toIR.c3006 binop(Iop_Mul32, getIReg32orZR(mm), getIReg32orZR(nn)))); in dis_ARM64_data_processing_register()
/external/valgrind/VEX/pub/
Dlibvex_ir.h424 Iop_Mul8, Iop_Mul16, Iop_Mul32, Iop_Mul64, enumerator
/external/valgrind/VEX/useful/
Dtest_main.c1857 case Iop_Mul32: in expr2vbits_Binop()
/external/valgrind/memcheck/tests/vbit-test/
Dirops.c48 …{ DEFOP(Iop_Mul32, UNDEF_LEFT), .s390x = 0, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 =…
/external/valgrind/memcheck/
Dmc_translate.c3980 case Iop_Mul32: in expr2vbits_Binop()