Home
last modified time | relevance | path

Searched refs:Iop_MullS64 (Results 1 – 15 of 15) sorted by relevance

/external/valgrind/memcheck/tests/vbit-test/
Dutil.c398 case Iop_MullU64: case Iop_MullS64: in typeof_primop()
Dirops.c80 …{ DEFOP(Iop_MullS64, UNDEF_LEFT), .s390x = 0, .amd64 = 1, .x86 = 0, .arm = 0, .ppc64 = 1, .ppc3…
/external/valgrind/VEX/pub/
Dlibvex_ir.h452 Iop_MullS8, Iop_MullS16, Iop_MullS32, Iop_MullS64, enumerator
/external/valgrind/VEX/priv/
Dhost_s390_isel.c933 case Iop_MullS64: in s390_isel_int128_expr_wrk()
1563 (binop == Iop_MullS64 || binop == Iop_MullU64))))) { in s390_isel_int_expr_wrk()
Dhost_arm64_isel.c2094 case Iop_MullS64: { in iselInt128Expr_wrk()
2095 Bool syned = toBool(e->Iex.Binop.op == Iop_MullS64); in iselInt128Expr_wrk()
Dhost_mips_isel.c2203 case Iop_MullS64: { in iselInt128Expr_wrk()
2206 Bool syned = toBool(e->Iex.Binop.op == Iop_MullS64); in iselInt128Expr_wrk()
Dir_defs.c186 case Iop_MullS64: vex_printf("MullS64"); return; in ppIROp()
2677 case Iop_MullU64: case Iop_MullS64: in typeOfPrimop()
Dhost_amd64_isel.c2490 case Iop_MullS64: { in iselInt128Expr_wrk()
2496 Bool syned = toBool(e->Iex.Binop.op == Iop_MullS64); in iselInt128Expr_wrk()
Dhost_ppc_isel.c3047 case Iop_MullS64: { in iselInt128Expr_wrk()
3050 Bool syned = toBool(e->Iex.Binop.op == Iop_MullS64); in iselInt128Expr_wrk()
Dguest_s390_toIR.c6684 assign(result, binop(Iop_MullS64, mkexpr(op1), unop(Iop_16Sto64, in s390_irgen_MGHI()
6779 assign(result, binop(Iop_MullS64, mkexpr(op1), mkexpr(op2))); in s390_irgen_MSGR()
6794 assign(result, binop(Iop_MullS64, mkexpr(op1), unop(Iop_32Sto64, mkexpr(op2)) in s390_irgen_MSGFR()
6840 assign(result, binop(Iop_MullS64, mkexpr(op1), mkexpr(op2))); in s390_irgen_MSG()
6855 assign(result, binop(Iop_MullS64, mkexpr(op1), unop(Iop_32Sto64, mkexpr(op2)) in s390_irgen_MSGF()
6886 assign(result, binop(Iop_MullS64, mkexpr(op1), unop(Iop_32Sto64, mkU32((UInt) in s390_irgen_MSGFI()
Dguest_ppc_toIR.c2329 assign( t128, binop(Iop_MullS64, argL, argR) ); in set_XER_OV_64()
3438 binop(Iop_MullS64, mkexpr(rA), in dis_int_arith()
3822 binop(Iop_MullS64, in dis_int_arith()
Dguest_arm64_toIR.c2975 binop(isU ? Iop_MullU64 : Iop_MullS64, in dis_ARM64_data_processing_register()
Dguest_mips_toIR.c15753 assign(t0, binop(Iop_MullS64, getIReg(rs), getIReg(rt))); in disInstr_MIPS_WRK()
Dguest_amd64_toIR.c3927 IROp mulOp = syned ? Iop_MullS64 : Iop_MullU64; in codegen_mulL_A_D()
/external/valgrind/memcheck/
Dmc_translate.c3916 case Iop_MullS64: in expr2vbits_Binop()