/openbmc/qemu/include/qemu/ |
H A D | host-utils.h | 37 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); 634 mulu64(plow, phigh, dlo, factor); in mulu128() 638 mulu64(plow, &ahi, dlo, factor); in mulu128() 639 mulu64(&blo, &bhi, dhi, factor); in mulu128()
|
/openbmc/qemu/util/ |
H A D | int128.c | 70 mulu64(&lo, &hi, lo, v.lo); in divrem128() 77 mulu64(&lo, &hi, qq.lo, v.lo); in divrem128()
|
H A D | cutils.c | 331 mulu64(&val, &valh, val, mul); in do_strtosz() 332 mulu64(&valf, &tmp, valf, mul); in do_strtosz()
|
H A D | host-utils.c | 67 void mulu64 (uint64_t *plow, uint64_t *phigh, uint64_t a, uint64_t b) in mulu64() function
|
/openbmc/qemu/tests/unit/ |
H A D | test-mul64.c | 44 mulu64(&rl, &rh, test_u_data[i].a, test_u_data[i].b); in test_u()
|
/openbmc/qemu/accel/tcg/ |
H A D | tcg-runtime.c | 100 mulu64(&l, &h, arg1, arg2); in HELPER()
|
/openbmc/qemu/include/hw/ |
H A D | clock.h | 286 mulu64(&ns_low, &ns_high, clk->period, ticks); in clock_ticks_to_ns()
|
/openbmc/qemu/hw/i386/kvm/ |
H A D | clock.c | 96 mulu64(&nsec_lo, &nsec_hi, delta, time.tsc_to_system_mul); in kvmclock_current_nsec()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat-macros.h | 507 mulu64(z1Ptr, z0Ptr, a, b); in mul64To128()
|
/openbmc/qemu/tcg/ |
H A D | optimize.c | 572 mulu64(&l64, &h64, x, y); in do_constant_folding_2() 1964 mulu64(&l, &h, a, b); in fold_multiply2()
|
H A D | tci.c | 811 mulu64(®s[r0], ®s[r1], regs[r2], regs[r3]); in tcg_qemu_tb_exec()
|
/openbmc/qemu/target/ppc/ |
H A D | int_helper.c | 2656 mulu64(&lo_value, &carry, lo_value, 10ULL); in helper_bcdctsq() 2657 mulu64(&hi_value, &unused, hi_value, 10ULL); in helper_bcdctsq()
|
/openbmc/qemu/target/riscv/ |
H A D | vector_helper.c | 1667 mulu64(&lo_64, &hi_64, s2, s1); in do_mulhu_d() 1689 * P = mulu64(A, B), unsigned product 1709 mulu64(&lo_64, &hi_64, s2, s1); in do_mulhsu_d()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | vec_helper.c | 2702 mulu64(&discard, &d[i], n[i], m[i]); in HELPER()
|
H A D | sve_helper.c | 307 mulu64(&lo, &hi, n, m); in do_umulh_d()
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | vec_helper.c | 481 mulu64(&l, &h, Vj->D(i), Vk->D(i)); in HELPER()
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 1110 mulu64(&r->frac_lo, &r->frac_hi, a->frac, b->frac); in frac64_mulw()
|