OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XMM_S
(Results
1 - 2
of
2
) sorted by null
/external/qemu/target-i386/
ops_sse.h
563
d->
XMM_S
(0) = F(32, d->
XMM_S
(0), s->
XMM_S
(0));\
564
d->
XMM_S
(1) = F(32, d->
XMM_S
(1), s->
XMM_S
(1));\
565
d->
XMM_S
(2) = F(32, d->
XMM_S
(2), s->
XMM_S
(2));\
566
d->
XMM_S
(3) = F(32, d->XMM_S(3), s->XMM_S(3));
[
all
...]
cpu.h
535
#define
XMM_S
(n) _s[3 - (n)]
547
#define
XMM_S
(n) _s[n]
Completed in 95 milliseconds