代码搜索:SIMD
找到约 448 项符合「SIMD」的源代码
代码结果 448
www.eeworm.com/read/465685/7051774
sln identify_simd.sln
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Identify_SIMD", "Identify_SIMD\Identify_SIMD.vcproj", "{D289E2
www.eeworm.com/read/347552/7085296
dsp dft_simd.dsp
# Microsoft Developer Studio Project File - Name="dft_simd" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/347552/7085297
plg dft_simd.plg
Build Log
--------------------Configuration: dft_simd - Win32 Release--------------------
Command Lines
Creating temporary file "C:\TEMP\RSP5BA
www.eeworm.com/read/137262/13336623
dsp dft_simd.dsp
# Microsoft Developer Studio Project File - Name="dft_simd" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/137262/13336626
plg dft_simd.plg
Build Log
--------------------Configuration: dft_simd - Win32 Release--------------------
Command Lines
Creating temporary file "C:\TEMP\RSP5BA
www.eeworm.com/read/117605/6101123
asm simd-2.asm
[bits 32]
pextrw ebx, mm5, 0 ; 0F C5 DD 00
pextrw ecx, xmm0, 1 ; 66 0F C5 C8 01
pinsrw mm3, esi, 5 ; 0F C4 DE 05
pinsrw mm3, [0], 4 ; 0F C4 1D 00 00 00 00 04
pinsrw xmm1, eax, 3 ; 66 0F
www.eeworm.com/read/117605/6101162
hex simd-2.hex
0f
c5
dd
00
66
0f
c5
c8
01
0f
c4
de
05
0f
c4
1d
00
00
00
00
04
66
0f
c4
c8
03
66
0f
c4
0d
00
00
00
00
02
66
0f
50
d7
0f
50
c1
0f
d7
f8
66
0f
d7
f1
f3
www.eeworm.com/read/117605/6101198
asm simd-1.asm
[bits 32]
movntps [0], xmm4
movntps dqword [0], xmm5
movntq [8], mm6
movntq qword [8], mm7
movss xmm0, [0]
movss xmm1, dword [8]
movss [0], xmm2
movss dword [8], xmm3
pcmpeqb xmm3, xmm4
pcmpgtw mm0, m
www.eeworm.com/read/117605/6101200
hex simd-1.hex
0f
2b
25
00
00
00
00
0f
2b
2d
00
00
00
00
0f
e7
35
08
00
00
00
0f
e7
3d
08
00
00
00
f3
0f
10
05
00
00
00
00
f3
0f
10
0d
08
00
00
00
f3
0f
11
15
00
00
www.eeworm.com/read/108506/6182284
h simd11.h
/**
* A client-side 802.1x implementation supporting EAP/SIM
*
* This code is released under both the GPL version 2 and BSD licenses.
* Either license may be used. The respective licenses are fou