HomeSort by relevance Sort by last modified time
    Searched refs:satsb (Results 1 - 2 of 2) sorted by null

  /external/qemu/target-i386/
ops_sse.h 308 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_t)d->W(6))
    [all...]
  /external/llvm/test/MC/ELF/
many-section.s 1413 .section satsb
    [all...]

Completed in 53 milliseconds