OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:satsw
(Results
1 - 1
of
1
) sorted by null
/external/qemu/target-i386/
ops_sse.h
318
static inline int
satsw
(int x)
function
332
#define FADDSW(a, b)
satsw
((int16_t)(a) + (int16_t)(b))
338
#define FSUBSW(a, b)
satsw
((int16_t)(a) - (int16_t)(b))
1048
r.W(0) =
satsw
(d->L(0));
1049
r.W(1) =
satsw
(d->L(1));
1051
r.W(2) =
satsw
(d->L(2));
1052
r.W(3) =
satsw
(d->L(3));
1054
r.W((2 << SHIFT) + 0) =
satsw
(s->L(0));
1055
r.W((2 << SHIFT) + 1) =
satsw
(s->L(1));
1057
r.W(6) =
satsw
(s->L(2))
[
all
...]
Completed in 1516 milliseconds