Searched refs:Iop_MullU64 (Results 1 – 15 of 15) sorted by relevance
/external/valgrind/main/memcheck/tests/vbit-test/ |
D | util.c | 397 case Iop_MullU64: case Iop_MullS64: in typeof_primop()
|
D | irops.c | 83 …{ DEFOP(Iop_MullU64, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 0, .arm = 0, .ppc64 = 1, .ppc3…
|
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 452 Iop_MullU8, Iop_MullU16, Iop_MullU32, Iop_MullU64, enumerator
|
/external/valgrind/main/VEX/priv/ |
D | host_s390_isel.c | 926 case Iop_MullU64: in s390_isel_int128_expr_wrk() 1560 (binop == Iop_MullS64 || binop == Iop_MullU64))))) { in s390_isel_int_expr_wrk()
|
D | ir_defs.c | 189 case Iop_MullU64: vex_printf("MullU64"); return; in ppIROp() 2579 case Iop_MullU64: case Iop_MullS64: in typeOfPrimop()
|
D | host_arm64_isel.c | 2410 case Iop_MullU64: in iselInt128Expr_wrk()
|
D | host_mips_isel.c | 2193 case Iop_MullU64: in iselInt128Expr_wrk()
|
D | guest_mips_toIR.c | 2197 assign(t0, binop(Iop_MullU64, getIReg(regRs), getIReg(regRt))); in dis_instr_CVM() 14415 assign(t0, binop(Iop_MullU64, getIReg(rs), getIReg(rt))); in disInstr_MIPS_WRK() 15421 assign(t0, binop(Iop_MullU64, getIReg(rs), getIReg(rt))); in disInstr_MIPS_WRK()
|
D | host_amd64_isel.c | 2490 case Iop_MullU64: in iselInt128Expr_wrk()
|
D | host_ppc_isel.c | 2952 case Iop_MullU64: in iselInt128Expr_wrk()
|
D | guest_arm64_toIR.c | 2475 binop(isU ? Iop_MullU64 : Iop_MullS64, in dis_ARM64_data_processing_register()
|
D | guest_s390_toIR.c | 6709 assign(result, binop(Iop_MullU64, mkexpr(op1), mkexpr(op2))); in s390_irgen_MLGR() 6741 assign(result, binop(Iop_MullU64, mkexpr(op1), mkexpr(op2))); in s390_irgen_MLG()
|
D | guest_amd64_toIR.c | 3927 IROp mulOp = syned ? Iop_MullS64 : Iop_MullU64; in codegen_mulL_A_D() 29363 assign( res, binop(size == 8 ? Iop_MullU64 : Iop_MullU32, in dis_ESC_0F38__VEX()
|
D | guest_ppc_toIR.c | 3679 binop(Iop_MullU64, in dis_int_arith()
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 3688 case Iop_MullU64: { in expr2vbits_Binop()
|