OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:satsb
(Results
1 - 3
of
3
) 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
...]
many-sections-2.s
1411
.section
satsb
[
all
...]
Completed in 366 milliseconds