Home
last modified time | relevance | path

Searched refs:Iop_Mul64 (Results 1 – 12 of 12) sorted by relevance

/external/valgrind/VEX/pub/
Dlibvex_ir.h424 Iop_Mul8, Iop_Mul16, Iop_Mul32, Iop_Mul64, enumerator
/external/valgrind/VEX/priv/
Dir_defs.c129 case Iop_Mul8 ... Iop_Mul64: in ppIROp()
2536 case Iop_Add64: case Iop_Sub64: case Iop_Mul64: in typeOfPrimop()
Dhost_ppc_isel.c1571 || e->Iex.Binop.op == Iop_Mul64) { in iselWordExpr_R_wrk()
1573 Bool sz32 = (e->Iex.Binop.op != Iop_Mul64); 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_mips_isel.c1067 if (e->Iex.Binop.op == Iop_Mul32 || e->Iex.Binop.op == Iop_Mul64) { in iselWordExpr_R_wrk()
Dhost_amd64_isel.c993 case Iop_Mul16: case Iop_Mul32: case Iop_Mul64: in iselIntExpr_R_wrk()
Dguest_ppc_toIR.c3740 binop(Iop_Mul64, in dis_int_arith()
3762 binop(Iop_Mul64, in dis_int_arith()
3951 assign( rD, binop(Iop_Mul64, mkexpr(rA), mkexpr(rB)) ); in dis_int_arith()
Dir_opt.c1833 case Iop_Mul64: in fold_Expr()
Dguest_mips_toIR.c16467 assign(t5, binop(Iop_Mul64, in disInstr_MIPS_WRK()
16963 assign(t5, binop(Iop_Mul64, mkexpr(t4), mkU64(0x8))); in disInstr_MIPS_WRK()
Dguest_arm64_toIR.c3000 binop(Iop_Mul64, getIReg64orZR(mm), getIReg64orZR(nn)))); in dis_ARM64_data_processing_register()
/external/valgrind/memcheck/tests/vbit-test/
Dirops.c49 …{ DEFOP(Iop_Mul64, UNDEF_LEFT), .s390x = 0, .amd64 = 1, .x86 = 0, .arm = 0, .ppc64 = 1, .ppc32 =…
/external/valgrind/memcheck/
Dmc_translate.c4003 case Iop_Mul64: in expr2vbits_Binop()