Searched refs:Iop_MullS64 (Results 1 – 15 of 15) sorted by relevance
/external/valgrind/memcheck/tests/vbit-test/ |
D | util.c | 398 case Iop_MullU64: case Iop_MullS64: in typeof_primop()
|
D | irops.c | 80 …{ DEFOP(Iop_MullS64, UNDEF_LEFT), .s390x = 0, .amd64 = 1, .x86 = 0, .arm = 0, .ppc64 = 1, .ppc3…
|
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 452 Iop_MullS8, Iop_MullS16, Iop_MullS32, Iop_MullS64, enumerator
|
/external/valgrind/VEX/priv/ |
D | host_s390_isel.c | 933 case Iop_MullS64: in s390_isel_int128_expr_wrk() 1563 (binop == Iop_MullS64 || binop == Iop_MullU64))))) { in s390_isel_int_expr_wrk()
|
D | host_arm64_isel.c | 2094 case Iop_MullS64: { in iselInt128Expr_wrk() 2095 Bool syned = toBool(e->Iex.Binop.op == Iop_MullS64); in iselInt128Expr_wrk()
|
D | host_mips_isel.c | 2203 case Iop_MullS64: { in iselInt128Expr_wrk() 2206 Bool syned = toBool(e->Iex.Binop.op == Iop_MullS64); in iselInt128Expr_wrk()
|
D | ir_defs.c | 186 case Iop_MullS64: vex_printf("MullS64"); return; in ppIROp() 2677 case Iop_MullU64: case Iop_MullS64: in typeOfPrimop()
|
D | host_amd64_isel.c | 2490 case Iop_MullS64: { in iselInt128Expr_wrk() 2496 Bool syned = toBool(e->Iex.Binop.op == Iop_MullS64); in iselInt128Expr_wrk()
|
D | host_ppc_isel.c | 3047 case Iop_MullS64: { in iselInt128Expr_wrk() 3050 Bool syned = toBool(e->Iex.Binop.op == Iop_MullS64); in iselInt128Expr_wrk()
|
D | guest_s390_toIR.c | 6684 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()
|
D | guest_ppc_toIR.c | 2329 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()
|
D | guest_arm64_toIR.c | 2975 binop(isU ? Iop_MullU64 : Iop_MullS64, in dis_ARM64_data_processing_register()
|
D | guest_mips_toIR.c | 15753 assign(t0, binop(Iop_MullS64, getIReg(rs), getIReg(rt))); in disInstr_MIPS_WRK()
|
D | guest_amd64_toIR.c | 3927 IROp mulOp = syned ? Iop_MullS64 : Iop_MullU64; in codegen_mulL_A_D()
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 3916 case Iop_MullS64: in expr2vbits_Binop()
|