OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSE1
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86Subtarget.h
62
NoSSE,
SSE1
, SSE2, SSE3, SSSE3, SSE41, SSE42, AVX, AVX2, AVX512F
77
///
SSE1
, SSE2, SSE3, SSSE3, SSE41, SSE42, or none supported.
625
// SSE codegen depends on cmovs, and all
SSE1
+ processors support them.
627
bool hasCMov() const { return HasCMov || X86SSELevel >=
SSE1
|| is64Bit(); }
628
bool hasSSE1() const { return X86SSELevel >=
SSE1
; }
/src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
X86.cpp
328
.Case("+sse",
SSE1
)
349
if ((FPMath == FP_SSE && SSELevel <
SSE1
) ||
350
(FPMath == FP_387 && SSELevel >=
SSE1
)) {
770
case
SSE1
:
790
case
SSE1
:
990
.Case("sse", SSELevel >=
SSE1
)
X86.h
54
SSE1
,
Completed in 16 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026