Searched refs:mul (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/kernel/lib/libc/string/arch/x86/
H A Dmemset.S36 mul %r10
/fuchsia/zircon/kernel/arch/x86/hypervisor/
H A Dpvclock.cpp18 void calculate_scale_factor(uint64_t tsc_freq, uint32_t* mul, int8_t* shift) { argument
20 // ns = #TSCticks * mul * 2^(shift - 32).
21 // mul * 2^(shift - 32) is a fractional number used as a scale factor in conversion.
58 *mul = static_cast<uint32_t>(x / y);
/fuchsia/zircon/third_party/ulib/musl/third_party/math/
H A Dfma.c15 /* exact mul, assumes no over/underflow */
16 static void mul(long double* hi, long double* lo, long double x, long double y) { function
62 /* adjusted mul so the result is correct when rounded to double (or less) precision */
64 mul(&x, &y, x, y);
94 /* exact mul and add require nearest rounding */
97 mul(&xy, &lo1, x, y);
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/perlasm/
H A Dx86_64-xlate.pl509 mod => 0x1d, mul => 0x1e,

Completed in 37 milliseconds