Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Dhelper.c12157 static inline uint8_t add8_sat(uint8_t a, uint8_t b) in add8_sat() function
12206 #define ADD8(a, b, n) RESULT(add8_sat(a, b), n, 8);