Home
last modified time | relevance | path

Searched defs:hasSSE3 (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86Subtarget.h201 bool hasSSE3() const { return X86SSELevel >= SSE3; } in hasSSE3() function
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86Subtarget.h384 bool hasSSE3() const { return X86SSELevel >= SSE3; } in hasSSE3() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86Subtarget.h586 bool hasSSE3() const { return X86SSELevel >= SSE3; } in hasSSE3() function