HomeSort by relevance Sort by last modified time
    Searched refs:HasSSE2 (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
Host.cpp 233 bool HasSSE2 = (EDX >> 26) & 1;
411 if (HasSSE2)
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 65 X86ScalarSSEf64 = Subtarget->hasSSE2();
436 bool HasSSE2 = Subtarget->hasSSE2();
458 Opc = (IsNonTemporal && HasSSE2) ? X86::MOVNTImr : X86::MOV32mr;
462 Opc = (IsNonTemporal && HasSSE2) ? X86::MOVNTI_64mr : X86::MOV64mr;
    [all...]

Completed in 1376 milliseconds