Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Dhelper.c12194 static inline uint16_t sub16_sat(uint16_t a, uint16_t b) in sub16_sat() function
12226 #define SUB16(a, b, n) RESULT(sub16_sat(a, b), n, 16);