Searched defs:phigh (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/util/ |
H A D | host-utils.c | 31 static inline void mul64(uint64_t *plow, uint64_t *phigh, in mul64() 67 void mulu64 (uint64_t *plow, uint64_t *phigh, uint64_t a, uint64_t b) in mulu64() 73 void muls64 (uint64_t *plow, uint64_t *phigh, int64_t a, int64_t b) in muls64() 95 uint64_t divu128(uint64_t *plow, uint64_t *phigh, uint64_t divisor) in divu128() 158 int64_t divs128(uint64_t *plow, int64_t *phigh, int64_t divisor) in divs128() 216 void urshift(uint64_t *plow, uint64_t *phigh, int32_t shift) in urshift() 245 void ulshift(uint64_t *plow, uint64_t *phigh, int32_t shift, bool *overflow) in ulshift() 338 Int128 divu256(Int128 *plow, Int128 *phigh, Int128 divisor) in divu256() 404 Int128 divs256(Int128 *plow, Int128 *phigh, Int128 divisor) in divs256()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | int_helper.c | 279 static void add128(uint64_t *plow, uint64_t *phigh, uint64_t a, uint64_t b) in add128() 289 static void neg128(uint64_t *plow, uint64_t *phigh) in neg128() 297 static int div64(uint64_t *plow, uint64_t *phigh, uint64_t b) in div64() 337 static int idiv64(uint64_t *plow, uint64_t *phigh, int64_t b) in idiv64()
|
/openbmc/qemu/include/qemu/ |
H A D | host-utils.h | 37 static inline void mulu64(uint64_t *plow, uint64_t *phigh, in mulu64() 45 static inline void muls64(uint64_t *plow, uint64_t *phigh, in muls64() 64 static inline uint64_t divu128(uint64_t *plow, uint64_t *phigh, in divu128() 75 static inline int64_t divs128(uint64_t *plow, int64_t *phigh, in divs128() 615 static inline bool mulu128(uint64_t *plow, uint64_t *phigh, uint64_t factor) in mulu128()
|
/openbmc/qemu/libdecnumber/ |
H A D | decNumber.c | 559 uint64_t *plow, uint64_t *phigh) in decNumberIntegralToInt128() 7966 static bool mulUInt128ByPowOf10(uLong *plow, uLong *phigh, uInt pow10)
|