Searched refs:Iop_MullU64 (Results 1 – 14 of 14) sorted by relevance
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 453 Iop_MullU8, Iop_MullU16, Iop_MullU32, Iop_MullU64, enumerator
|
/external/valgrind/VEX/priv/ |
D | host_s390_isel.c | 929 case Iop_MullU64: in s390_isel_int128_expr_wrk() 1563 (binop == Iop_MullS64 || binop == Iop_MullU64))))) { in s390_isel_int_expr_wrk()
|
D | ir_defs.c | 190 case Iop_MullU64: vex_printf("MullU64"); return; in ppIROp() 2680 case Iop_MullU64: case Iop_MullS64: in typeOfPrimop()
|
D | host_arm64_isel.c | 2093 case Iop_MullU64: in iselInt128Expr_wrk()
|
D | host_mips_isel.c | 2202 case Iop_MullU64: in iselInt128Expr_wrk()
|
D | guest_mips_toIR.c | 2262 assign(t0, binop(Iop_MullU64, getIReg(regRs), getIReg(regRt))); in dis_instr_CVM() 14741 assign(t0, binop(Iop_MullU64, getIReg(rs), getIReg(rt))); in disInstr_MIPS_WRK() 15750 assign(t0, binop(Iop_MullU64, getIReg(rs), getIReg(rt))); in disInstr_MIPS_WRK()
|
D | host_amd64_isel.c | 2489 case Iop_MullU64: in iselInt128Expr_wrk()
|
D | host_ppc_isel.c | 3048 case Iop_MullU64: in iselInt128Expr_wrk()
|
D | guest_s390_toIR.c | 6716 assign(result, binop(Iop_MullU64, mkexpr(op1), mkexpr(op2))); in s390_irgen_MLGR() 6748 assign(result, binop(Iop_MullU64, mkexpr(op1), mkexpr(op2))); in s390_irgen_MLG()
|
D | guest_arm64_toIR.c | 2975 binop(isU ? Iop_MullU64 : Iop_MullS64, in dis_ARM64_data_processing_register()
|
D | guest_amd64_toIR.c | 3934 IROp mulOp = syned ? Iop_MullS64 : Iop_MullU64; in codegen_mulL_A_D() 29964 assign( res, binop(size == 8 ? Iop_MullU64 : Iop_MullU32, in dis_ESC_0F38__VEX()
|
D | guest_ppc_toIR.c | 3943 binop(Iop_MullU64, in dis_int_arith()
|
/external/valgrind/memcheck/tests/vbit-test/ |
D | irops.c | 108 …{ DEFOP(Iop_MullU64, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 0, .arm = 0, .ppc64 = 1, .ppc3…
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 3921 case Iop_MullU64: { in expr2vbits_Binop()
|