Home
last modified time | relevance | path

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

/qemu/include/qemu/
H A Dhost-utils.h644 static inline uint64_t uadd64_carry(uint64_t x, uint64_t y, bool *pcarry) in uadd64_carry() argument
647 unsigned long long c = *pcarry; in uadd64_carry()
649 *pcarry = c & 1; in uadd64_carry()
652 bool c = *pcarry; in uadd64_carry()
656 *pcarry = c; in uadd64_carry()