Searched refs:Iop_MullS64 (Results 1 – 14 of 14) sorted by relevance
/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 | 2122 case Iop_MullS64: { in iselInt128Expr_wrk() 2123 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() 2745 case Iop_MullU64: case Iop_MullS64: in typeOfPrimop()
|
D | host_mips_isel.c | 2197 case Iop_MullS64: { in iselInt128Expr_wrk() 2200 Bool syned = toBool(e->Iex.Binop.op == Iop_MullS64); in iselInt128Expr_wrk()
|
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 | guest_s390_toIR.c | 6694 assign(result, binop(Iop_MullS64, mkexpr(op1), unop(Iop_16Sto64, in s390_irgen_MGHI() 6789 assign(result, binop(Iop_MullS64, mkexpr(op1), mkexpr(op2))); in s390_irgen_MSGR() 6804 assign(result, binop(Iop_MullS64, mkexpr(op1), unop(Iop_32Sto64, mkexpr(op2)) in s390_irgen_MSGFR() 6850 assign(result, binop(Iop_MullS64, mkexpr(op1), mkexpr(op2))); in s390_irgen_MSG() 6865 assign(result, binop(Iop_MullS64, mkexpr(op1), unop(Iop_32Sto64, mkexpr(op2)) in s390_irgen_MSGF() 6896 assign(result, binop(Iop_MullS64, mkexpr(op1), unop(Iop_32Sto64, mkU32((UInt) in s390_irgen_MSGFI()
|
D | host_ppc_isel.c | 3156 case Iop_MullS64: { in iselInt128Expr_wrk() 3159 Bool syned = toBool(e->Iex.Binop.op == Iop_MullS64); in iselInt128Expr_wrk()
|
D | guest_ppc_toIR.c | 2571 assign( t128, binop(Iop_MullS64, argL, argR) ); in calculate_XER_OV_64() 4895 assign( result, binop( Iop_MullS64, mkexpr( rA ), mkexpr( rB ) ) ); in dis_int_mult_add() 4950 assign( result, binop( Iop_MullS64, mkexpr( rA ), mkexpr( rB ) ) ); in dis_int_mult_add() 5041 binop(Iop_MullS64, mkexpr(rA), in dis_int_arith() 5444 binop(Iop_MullS64, in dis_int_arith()
|
D | guest_arm64_toIR.c | 2980 binop(isU ? Iop_MullU64 : Iop_MullS64, in dis_ARM64_data_processing_register()
|
D | guest_mips_toIR.c | 15705 assign(t0, binop(Iop_MullS64, getIReg(rs), getIReg(rt))); in disInstr_MIPS_WRK()
|
D | guest_amd64_toIR.c | 4044 IROp mulOp = syned ? Iop_MullS64 : Iop_MullU64; in codegen_mulL_A_D()
|
/external/valgrind/memcheck/tests/vbit-test/ |
D | irops.c | 105 …{ DEFOP(Iop_MullS64, UNDEF_LEFT), .s390x = 0, .amd64 = 1, .x86 = 0, .arm = 0, .ppc64 = 1, .ppc3…
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 3981 case Iop_MullS64: in expr2vbits_Binop()
|