Searched defs:satsb (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/target-i386/
H A Dops_sse.h317 static inline int satsb(int x) function
340 #define FADDSB(a, b) satsb((int8_t)(a) + (int8_t)(b))
346 #define FSUBSB(a, b) satsb((int8_t)(a) - (int8_t)(b))
1047 r.B(0) = satsb((int16_t)d->W(0));
1048 r.B(1) = satsb((int16_t)d->W(1));
1049 r.B(2) = satsb((int16_t)d->W(2));
1050 r.B(3) = satsb((int16_t)d->W(3));
1052 r.B(4) = satsb((int16_t)d->W(4));
1053 r.B(5) = satsb((int16_t)d->W(5));
1054 r.B(6) = satsb((int16_
[all...]

Completed in 240 milliseconds