Home
last modified time | relevance | path

Searched refs:mulu64 (Results 1 – 17 of 17) sorted by relevance

/qemu/include/qemu/
H A Dhost-utils.h37 static inline void mulu64(uint64_t *plow, uint64_t *phigh, in mulu64() function
87 void mulu64(uint64_t *plow, uint64_t *phigh, uint64_t a, uint64_t b);
625 mulu64(plow, phigh, dlo, factor); in mulu128()
629 mulu64(plow, &ahi, dlo, factor); in mulu128()
630 mulu64(&blo, &bhi, dhi, factor); in mulu128()
/qemu/util/
H A Dint128.c70 mulu64(&lo, &hi, lo, v.lo); in divrem128()
77 mulu64(&lo, &hi, qq.lo, v.lo); in divrem128()
H A Dcutils.c331 mulu64(&val, &valh, val, mul); in do_strtosz()
332 mulu64(&valf, &tmp, valf, mul); in do_strtosz()
H A Dhost-utils.c67 void mulu64 (uint64_t *plow, uint64_t *phigh, uint64_t a, uint64_t b) in mulu64() function
/qemu/tests/unit/
H A Dtest-mul64.c44 mulu64(&rl, &rh, test_u_data[i].a, test_u_data[i].b); in test_u()
/qemu/accel/tcg/
H A Dtcg-runtime.c100 mulu64(&l, &h, arg1, arg2); in HELPER()
/qemu/include/hw/
H A Dclock.h286 mulu64(&ns_low, &ns_high, clk->period, ticks); in clock_ticks_to_ns()
/qemu/hw/i386/kvm/
H A Dclock.c96 mulu64(&nsec_lo, &nsec_hi, delta, time.tsc_to_system_mul); in kvmclock_current_nsec()
/qemu/include/fpu/
H A Dsoftfloat-macros.h507 mulu64(z1Ptr, z0Ptr, a, b); in mul64To128()
/qemu/tcg/
H A Doptimize.c572 mulu64(&l64, &h64, x, y); in do_constant_folding_2()
1959 mulu64(&l, &h, a, b); in fold_multiply2()
H A Dtci.c811 mulu64(&regs[r0], &regs[r1], regs[r2], regs[r3]); in tcg_qemu_tb_exec()
/qemu/target/ppc/
H A Dint_helper.c2656 mulu64(&lo_value, &carry, lo_value, 10ULL); in helper_bcdctsq()
2657 mulu64(&hi_value, &unused, hi_value, 10ULL); in helper_bcdctsq()
/qemu/target/riscv/
H A Dvector_helper.c1469 mulu64(&lo_64, &hi_64, s2, s1); in do_mulhu_d()
1511 mulu64(&lo_64, &hi_64, s2, s1); in do_mulhsu_d()
/qemu/target/arm/tcg/
H A Dvec_helper.c2615 mulu64(&discard, &d[i], n[i], m[i]); in HELPER()
H A Dsve_helper.c307 mulu64(&lo, &hi, n, m); in do_umulh_d()
/qemu/fpu/
H A Dsoftfloat.c1110 mulu64(&r->frac_lo, &r->frac_hi, a->frac, b->frac); in frac64_mulw()
/qemu/target/loongarch/tcg/
H A Dvec_helper.c481 mulu64(&l, &h, Vj->D(i), Vk->D(i)); in HELPER()