mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
test: check in the actual source file for the pshuf test
Use the source, Luke... Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
parent
af40cc63d2
commit
73e666a87e
1 changed files with 23 additions and 1 deletions
|
|
@ -1 +1,23 @@
|
|||
ナタナタナタトトトトハpモpモppppfpモfpモfpfpfpfp
|
||||
bits 32
|
||||
pextrw eax, mm0, 14
|
||||
pextrw eax, mm0, byte 14
|
||||
pextrw eax, qword mm0, byte 14
|
||||
|
||||
pinsrw mm1, [ebx], 2
|
||||
pinsrw mm1, word [ebx], 2
|
||||
pinsrw mm1, word [ebx], byte 2
|
||||
pinsrw mm1, edx, 2
|
||||
|
||||
pshufw mm2, mm3, 4
|
||||
pshufw mm2, mm3, byte 4
|
||||
pshufw mm2, [ebx], 4
|
||||
pshufw mm2, qword [ebx], 4
|
||||
pshufw mm2, [ebx], byte 4
|
||||
pshufw mm2, qword [ebx], byte 4
|
||||
|
||||
pshufd xmm2, xmm3, 4
|
||||
pshufd xmm2, xmm3, byte 4
|
||||
pshufd xmm2, [ebx], 4
|
||||
pshufd xmm2, qword [ebx], 4
|
||||
pshufd xmm2, [ebx], byte 4
|
||||
pshufd xmm2, qword [ebx], byte 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue