HomeSort by relevance Sort by last modified time
    Searched defs:avx2 (Results 1 - 5 of 5) sorted by null

  /external/flac/libFLAC/include/private/
cpu.h 131 FLAC__bool avx2; member in struct:__anon19175
143 FLAC__bool avx2; member in struct:__anon19176
  /prebuilts/go/darwin-x86/src/crypto/sha256/
sha256block_amd64.s 13 // The avx2-version is described in an Intel White-Paper:
17 // AVX2 version by Intel, same algorithm as code in Linux kernel:
18 // https://github.com/torvalds/linux/blob/master/arch/x86/crypto/sha256-avx2-asm.S
155 // Definitions for AVX2 version
565 JE avx2
682 avx2: label
    [all...]
  /prebuilts/go/linux-x86/src/crypto/sha256/
sha256block_amd64.s 13 // The avx2-version is described in an Intel White-Paper:
17 // AVX2 version by Intel, same algorithm as code in Linux kernel:
18 // https://github.com/torvalds/linux/blob/master/arch/x86/crypto/sha256-avx2-asm.S
155 // Definitions for AVX2 version
565 JE avx2
682 avx2: label
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
asm_amd64.s 61 // Detect AVX and AVX2 as per 14.7.1 Detection of AVX2 chapter of [1]
75 TESTL $(1<<5), runtime·cpuid_ebx7(SB) // check for AVX2 bit
2121 avx2: label
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
asm_amd64.s 61 // Detect AVX and AVX2 as per 14.7.1 Detection of AVX2 chapter of [1]
75 TESTL $(1<<5), runtime·cpuid_ebx7(SB) // check for AVX2 bit
2121 avx2: label
    [all...]

Completed in 363 milliseconds