OpenGrok
Cross Reference: ops_sse.h
xref
: /
external
/
qemu
/
target-i386
/
ops_sse.h
Home
|
History
|
Annotate
|
Download
|
only in
target-i386
Lines Matching
refs:FXOR
347
#define
FXOR
(a, b) (a) ^ (b)
391
SSE_HELPER_Q(helper_pxor,
FXOR
)