OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FAND
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/X86/
X86ISelLowering.h
44
///
FAND
- Bitwise logical AND of floating point values. This corresponds
46
FAND
,
56
///
FAND
- Bitwise logical ANDNOT of floating point values. This
[
all
...]
X86ISelLowering.cpp
[
all
...]
/external/qemu/target-i386/
ops_sse_header.h
90
SSE_HELPER_Q(pand,
FAND
)
ops_sse.h
344
#define
FAND
(a, b) (a) & (b)
388
SSE_HELPER_Q(helper_pand,
FAND
)
[
all
...]
Completed in 56 milliseconds