Home
last modified time | relevance | path

Searched defs:hasAVX2 (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dasm_amd64.h15 #define hasAVX2 macro
22 #define hasAVX2 macro
/aosp_15_r20/prebuilts/go/linux-x86/pkg/include/
Dasm_amd64.h15 #define hasAVX2 macro
22 #define hasAVX2 macro
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86Subtarget.h206 bool hasAVX2() const { return X86SSELevel >= AVX2; } in hasAVX2() function
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86Subtarget.h389 bool hasAVX2() const { return X86SSELevel >= AVX2; } in hasAVX2() function
H A DX86InstrInfo.cpp7050 bool hasAVX2 = Subtarget.hasAVX2(); in getExecutionDomain() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86Subtarget.h591 bool hasAVX2() const { return X86SSELevel >= AVX2; } in hasAVX2() function