Home
last modified time | relevance | path

Searched refs:SSSE3 (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Support/BLAKE3/
H A Dblake3_dispatch.c66 SSSE3 = 1 << 1, enumerator
106 features |= SSSE3; in get_cpu_features()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86Subtarget.h54 NoSSE, SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42, AVX, AVX2, AVX512 enumerator
204 bool hasSSSE3() const { return X86SSELevel >= SSSE3; } in hasSSSE3()
H A DX86InstrMMX.td73 /// Unary MMX instructions requiring SSSE3.
87 /// Binary MMX instructions requiring SSSE3.
107 /// PALIGN MMX instructions (require SSSE3).
H A DX86InstrFormats.td708 // SSSE3 Instruction Templates:
710 // SS38I - SSSE3 instructions with T8 prefix.
711 // SS3AI - SSSE3 instructions with TA prefix.
712 // MMXSS38I - SSSE3 instructions with T8 prefix and MMX operands.
713 // MMXSS3AI - SSSE3 instructions with TA prefix and MMX operands.
715 // Note: SSSE3 instructions have 64-bit and 128-bit versions. The 64-bit version
H A DX86.td77 def FeatureSSSE3 : SubtargetFeature<"ssse3", "X86SSELevel", "SSSE3",
78 "Enable SSSE3 instructions",
H A DX86InstrSSE.td4681 // SSSE3 - Packed Absolute Instructions
4684 /// SS3I_unop_rm_int - Simple SSSE3 unary op whose type can be v*{i8,i16,i32}.
4701 /// SS3I_unop_rm_int_y - Simple SSSE3 unary op whose type can be v*{i8,i16,i32}.
4747 // SSSE3 - Packed Binary Operator Instructions
4750 /// SS3I_binop_rm - Simple SSSE3 bin op
4773 /// SS3I_binop_rm_int - Simple SSSE3 bin op whose type can be v*{i8,i16,i32}.
4935 // SSSE3 - Packed Align Instruction Patterns
4975 // SSSE3 - Thread synchronization
/openbsd/gnu/llvm/clang/lib/Basic/Targets/
H A DX86.cpp370 .Case("+ssse3", SSSE3) in handleTargetFeatures()
845 case SSSE3: in getTargetDefines()
870 case SSSE3: in getTargetDefines()
1100 .Case("ssse3", SSELevel >= SSSE3) in hasFeature()
H A DX86.h60 SSSE3, enumerator
/openbsd/gnu/llvm/llvm/include/llvm/TargetParser/
H A DX86TargetParser.def132 X86_FEATURE_COMPAT(SSSE3, "ssse3", 5)
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DBuiltinsX86.def171 // MMX+SSSE3
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsicsX86.td588 // SSSE3
/openbsd/gnu/llvm/clang/docs/
H A DUsersManual.rst3783 …``-march=x86-64-v2``: (close to Nehalem) CMPXCHG16B, LAHF-SAHF, POPCNT, SSE3, SSE4.1, SSE4.2, SSSE3