Searched refs:SSE2 (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/cctools-845/otool/
H A Di386_disasm.c327 #define SSE2 62 /* SSE2 instruction with possible 3rd opcode byte */ macro
328 #define SSE2i 63 /* SSE2 instruction with 8-bit immediate */
329 #define SSE2i1 64 /* SSE2 with one operand and 8-bit immediate */
330 #define SSE2tm 65 /* SSE2 with dest to memory */
331 #define SSE2tfm 66 /* SSE2 with dest to memory or memory to dest */
335 #define AMD3DNOW 70 /* 3DNow! instruction (SSE2 format with a suffix) */
1033 /* [10] */ { {"mov",TERM,SSE2,0}, {"mov",TERM,SSE2tm,0},
1034 {"mov",TERM,SSE2,0}, {"movl",TERM,SSE2tm,0},
1035 /* [14] */ {"unpckl",TERM,SSE2,
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86Subtarget.h45 NoMMXSSE, MMX, SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42, AVX, AVX2 enumerator in enum:llvm::X86Subtarget::X86SSEEnum
63 /// X86SSELevel - MMX, SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42, or
198 bool hasSSE2() const { return X86SSELevel >= SSE2; }
H A DX86Subtarget.cpp183 if ((EDX >> 26) & 1) { X86SSELevel = SSE2; ToggleFeature(X86::FeatureSSE2); }
334 // SSE2 can be turned off explicitly.)
361 if (X86SSELevel < SSE2) {
362 X86SSELevel = SSE2;
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/tomsfastmath/src/headers/
H A Dtfm.h114 #error x86-64 detected, x86-32/SSE2/ARM optimizations are not valid!
138 #warning x86-32, SSE2 and ARM, PPC32 optimizations require 32-bit digits (undefining)
/macosx-10.9.5/IOAudioFamily-197.4.2/PCMBlitterLib/
H A DIOAudioBlitterLib.h688 #pragma mark X86 SSE2
690 // X86 SSE2
705 #pragma mark X86 SSE2
707 // X86 SSE2
/macosx-10.9.5/vim-53/src/
H A DMake_mvc.mak410 CPUARG = /G7 /arch:SSE2
417 CPUARG = /arch:SSE2
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmasm.vim274 " SSE2 opcodes (Pentium 4 and later)

Completed in 139 milliseconds