Home
last modified time | relevance | path

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

/qemu/target/arm/
H A Dhelper.c12212 static inline uint16_t add16_usat(uint16_t a, uint16_t b) in add16_usat() function
12250 #define ADD16(a, b, n) RESULT(add16_usat(a, b), n, 16);