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

/external/qemu/target-i386/
H A Dops_sse.h308 static inline int satsb(int x) function
331 #define FADDSB(a, b) satsb((int8_t)(a) + (int8_t)(b))
337 #define FSUBSB(a, b) satsb((int8_t)(a) - (int8_t)(b))
994 r.B(0) = satsb((int16_t)d->W(0));
995 r.B(1) = satsb((int16_t)d->W(1));
996 r.B(2) = satsb((int16_t)d->W(2));
997 r.B(3) = satsb((int16_t)d->W(3));
999 r.B(4) = satsb((int16_t)d->W(4));
1000 r.B(5) = satsb((int16_t)d->W(5));
1001 r.B(6) = satsb((int16_
[all...]
/external/llvm/test/MC/ELF/
H A Dmany-section.s1413 .section satsb
[all...]

Completed in 132 milliseconds