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

  /prebuilts/go/darwin-x86/src/crypto/sha256/
sha256block_amd64.go 9 var useAVX2 = cpu.X86.HasAVX2 && cpu.X86.HasBMI2
  /prebuilts/go/linux-x86/src/crypto/sha256/
sha256block_amd64.go 9 var useAVX2 = cpu.X86.HasAVX2 && cpu.X86.HasBMI2
  /prebuilts/go/darwin-x86/src/crypto/sha512/
sha512block_amd64.go 17 var useAVX2 = cpu.X86.HasAVX2 && cpu.X86.HasBMI1 && cpu.X86.HasBMI2
  /prebuilts/go/linux-x86/src/crypto/sha512/
sha512block_amd64.go 17 var useAVX2 = cpu.X86.HasAVX2 && cpu.X86.HasBMI1 && cpu.X86.HasBMI2
  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1block_amd64.go 15 var useAVX2 = cpu.X86.HasAVX2 && cpu.X86.HasBMI1 && cpu.X86.HasBMI2
  /prebuilts/go/darwin-x86/src/internal/cpu/
cpu_test.go 23 if cpu.X86.HasAVX2 && !cpu.X86.HasAVX {
cpu.go 12 // HasAVX and HasAVX2 are only set if the OS does support XMM and YMM registers
20 HasAVX2 bool
cpu_x86.go 53 X86.HasAVX2 = isSet(5, ebx7) && osSupportsAVX
  /prebuilts/go/linux-x86/src/crypto/sha1/
sha1block_amd64.go 15 var useAVX2 = cpu.X86.HasAVX2 && cpu.X86.HasBMI1 && cpu.X86.HasBMI2
  /prebuilts/go/linux-x86/src/internal/cpu/
cpu_test.go 23 if cpu.X86.HasAVX2 && !cpu.X86.HasAVX {
cpu.go 12 // HasAVX and HasAVX2 are only set if the OS does support XMM and YMM registers
20 HasAVX2 bool
cpu_x86.go 53 X86.HasAVX2 = isSet(5, ebx7) && osSupportsAVX
  /prebuilts/go/darwin-x86/src/bytes/
bytes_amd64.go 19 if cpu.X86.HasAVX2 {
  /prebuilts/go/darwin-x86/src/strings/
strings_amd64.go 19 if cpu.X86.HasAVX2 {
  /prebuilts/go/linux-x86/src/bytes/
bytes_amd64.go 19 if cpu.X86.HasAVX2 {
  /prebuilts/go/linux-x86/src/strings/
strings_amd64.go 19 if cpu.X86.HasAVX2 {
  /external/llvm/lib/Support/
Host.cpp 729 bool HasAVX2 = HasAVX && HasLeaf7 && (EBX & 0x20);
732 Features |= (HasAVX2 << FEATURE_AVX2);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Host.cpp 763 bool HasAVX2 = HasAVX && HasLeaf7 && (EBX & 0x20);
766 Features |= (HasAVX2 << FEATURE_AVX2);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 353 bool HasAVX2 = Subtarget->hasAVX2();
432 if (IsNonTemporal && Alignment >= 32 && HasAVX2)
440 if (IsNonTemporal && Alignment >= 32 && HasAVX2)
451 if (IsNonTemporal && Alignment >= 32 && HasAVX2)
    [all...]

Completed in 337 milliseconds