Home
last modified time | relevance | path

Searched refs:SSE42 (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h55 NoSSE, SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42, AVX, AVX2, AVX512 enumerator
198 bool hasSSE42() const { return X86SSELevel >= SSE42; } in hasSSE42()
H A DX86ScheduleAtom.td453 // SSE42 String instructions.
H A DX86ScheduleBtVer2.td754 // SSE42 String instructions.
H A DX86ScheduleBdVer2.td1216 // SSE42 String instructions.
H A DX86.td83 def FeatureSSE42 : SubtargetFeature<"sse4.2", "X86SSELevel", "SSE42",
H A DX86InstrSSE.td6690 // controlled by the SSE42 flag.
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp470 .Case("+sse4.2", SSE42) in handleTargetFeatures()
986 case SSE42: in getTargetDefines()
1015 case SSE42: in getTargetDefines()
1253 .Case("sse4.2", SSELevel >= SSE42) in hasFeature()
H A DX86.h65 SSE42, enumerator