Home
last modified time | relevance | path

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

/external/qemu/target-arm/
Dhelper.c2418 static inline uint16_t add16_sat(uint16_t a, uint16_t b) in add16_sat() function
2477 #define ADD16(a, b, n) RESULT(add16_sat(a, b), n, 16);