OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FXOR
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/X86/
X86ISelLowering.h
51
///
FXOR
- Bitwise logical XOR of floating point values. This corresponds
53
FXOR
,
[
all
...]
X86ISelLowering.cpp
[
all
...]
/external/qemu/target-i386/
ops_sse_header.h
92
SSE_HELPER_Q(pxor,
FXOR
)
ops_sse.h
356
#define
FXOR
(a, b) ((a) ^ (b))
400
SSE_HELPER_Q(helper_pxor,
FXOR
)
[
all
...]
Completed in 79 milliseconds