Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dhost-utils.h653 static inline uint64_t uadd64_carry(uint64_t x, uint64_t y, bool *pcarry) in uadd64_carry() argument
656 unsigned long long c = *pcarry; in uadd64_carry()
658 *pcarry = c & 1; in uadd64_carry()
661 bool c = *pcarry; in uadd64_carry()
665 *pcarry = c; in uadd64_carry()