Searched refs:mul64 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/x86/math-emu/ |
H A D | poly.h | 30 asmlinkage void mul64(unsigned long long const *a, unsigned long long const *b,
|
/openbmc/qemu/util/ |
H A D | host-utils.c | 31 static inline void mul64(uint64_t *plow, uint64_t *phigh, in mul64() function 69 mul64(plow, phigh, a, b); in mulu64() 77 mul64(plow, &rh, a, b); in muls64()
|
/openbmc/qemu/tests/unit/ |
H A D | meson.build | 29 'test-mul64': [],
|
/openbmc/linux/arch/m68k/ifpsp060/src/ |
H A D | isp.S | 478 # mul64() may use ()+ addressing and may, therefore, alter a7
|