Home
last modified time | relevance | path

Searched refs:SSE1 (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Basic/Targets/
H A DX86.cpp373 .Case("+sse", SSE1) in handleTargetFeatures()
398 if ((FPMath == FP_SSE && SSELevel < SSE1) || in handleTargetFeatures()
399 (FPMath == FP_387 && SSELevel >= SSE1)) { in handleTargetFeatures()
855 case SSE1: in getTargetDefines()
875 case SSE1: in getTargetDefines()
1097 .Case("sse", SSELevel >= SSE1) in hasFeature()
H A DX86.h57 SSE1, enumerator
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86Subtarget.h54 NoSSE, SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42, AVX, AVX2, AVX512 enumerator
201 bool hasSSE1() const { return X86SSELevel >= SSE1; } in hasSSE1()
H A DX86InstrFormats.td593 // SSE1 Instruction Templates:
595 // SSI - SSE1 instructions with XS prefix.
596 // PSI - SSE1 instructions with PS prefix.
597 // PSIi8 - SSE1 instructions with ImmT == Imm8 and PS prefix.
598 // VSSI - SSE1 instructions with XS prefix in AVX form.
599 // VPSI - SSE1 instructions with PS prefix in AVX form, packed single.
H A DX86InstrFPStack.td181 // f32 instructions can use SSE1 and are predicated on FPStackf32 == !SSE1.
H A DX86RegisterInfo.td567 // Ensure that float types are declared first - only float is legal on SSE1.
H A DX86.td69 def FeatureSSE1 : SubtargetFeature<"sse", "X86SSELevel", "SSE1",
H A DX86InstrSSE.td225 // SSE1 & 2
724 // This pattern helps select MOVLPS on SSE1 only targets. With SSE2 we'll
786 // This pattern helps select MOVHPS on SSE1 only targets. With SSE2 we'll
2315 /// and later. There are SSE1 v4f32 patterns later.
2837 /// sse_fp_unop_s - SSE1 unops in scalar form
2950 /// sse1_fp_unop_p - SSE1 unops in packed form.
H A DX86InstrCompiler.td581 // SSE1/SSE2.
H A DX86InstrAVX512.td6760 // SSE1. And MOVLPS pattern is even more complex.
/openbsd/gnu/gcc/gcc/config/i386/
H A Dsse.md48 ;; All of these patterns are enabled for SSE1 as well as SSE2.
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsicsX86.td210 // SSE1
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog11299 (builtin_description): Add SSE1 logicals; rename SSE2 logicals.
11300 (ix86_init_mmx_sse_builtins): Kill SSE1 logicals.