OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SSE2
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/base/
cpu.h
23
SSE2
,
/external/chromium_org/v8/src/ia32/
deoptimizer-ia32.cc
212
if (!CpuFeatures::IsSupported(
SSE2
)) return;
235
Builtins::Name name = CpuFeatures::IsSupported(
SSE2
) ?
252
if (CpuFeatures::IsSupported(
SSE2
)) {
253
CpuFeatureScope scope(masm(),
SSE2
);
303
if (CpuFeatures::IsSupported(
SSE2
)) {
304
CpuFeatureScope scope(masm(),
SSE2
);
390
if (CpuFeatures::IsSupported(
SSE2
)) {
391
CpuFeatureScope scope(masm(),
SSE2
);
stub-cache-ia32.cc
[
all
...]
lithium-codegen-ia32.cc
46
return CpuFeatures::IsSafeForSnapshot(
SSE2
) ? kSaveFPRegs : kDontSaveFPRegs;
135
CpuFeatureScope scope(masm(),
SSE2
);
152
CpuFeatureScope scope(masm(),
SSE2
);
278
if (info()->saves_caller_doubles() && CpuFeatures::IsSupported(
SSE2
)) {
385
if (!CpuFeatures::IsSupported(
SSE2
)) FlushX87StackIfNecessary(instr);
390
if (!CpuFeatures::IsSupported(
SSE2
)) {
451
if (info()->saves_caller_doubles() && CpuFeatures::IsSupported(
SSE2
)) {
[
all
...]
/external/llvm/lib/Target/X86/
X86Subtarget.h
45
NoMMXSSE, MMX, SSE1,
SSE2
, SSE3, SSSE3, SSE41, SSE42, AVX, AVX2, AVX512
63
/// X86SSELevel - MMX, SSE1,
SSE2
, SSE3, SSSE3, SSE41, SSE42, or
254
bool hasSSE2() const { return X86SSELevel >=
SSE2
; }
/external/chromium_org/v8/src/
v8globals.h
426
SSE2
= 26, // x86
/external/v8/src/
v8globals.h
435
SSE2
= 26, // x86
Completed in 675 milliseconds