Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/
H A Dops_sse.h264 static inline int satsb(int x) in satsb() function
289 #define FADDSB(a, b) satsb((int8_t)(a) + (int8_t)(b))
295 #define FSUBSB(a, b) satsb((int8_t)(a) - (int8_t)(b))
1199 PACK_HELPER_B(sswb, satsb) in PACK_HELPER_B() argument