mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
test: Add br3189064
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
b61564400a
commit
ffa4c37eaf
7
test/br3189064.asm
Normal file
7
test/br3189064.asm
Normal file
@ -0,0 +1,7 @@
|
||||
;Testname=unoptimized; Arguments=-O0 -fbin -obr3189064.bin; Files=stdout stderr br3189064.bin
|
||||
;Testname=optimized; Arguments=-Ox -fbin -obr3189064.bin; Files=stdout stderr br3189064.bin
|
||||
|
||||
[bits 64]
|
||||
VMASKMOVPS [edi],ymm0,ymm1
|
||||
VEXTRACTF128 xmm0,ymm1,1
|
||||
VEXTRACTF128 [edi],ymm1,1
|
Loading…
Reference in New Issue
Block a user