mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-09-22 10:43:39 -04:00
travis: add ssesize
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
14
travis/test/ssesize.asm
Normal file
14
travis/test/ssesize.asm
Normal file
@@ -0,0 +1,14 @@
|
||||
_start:
|
||||
movd ecx,xmm0
|
||||
movd [foo],xmm0
|
||||
movd dword [foo],xmm0
|
||||
|
||||
movdqa xmm1,xmm0
|
||||
movdqa [foo],xmm0
|
||||
movdqa oword [foo],xmm0
|
||||
|
||||
cmppd xmm2,xmm3,8
|
||||
cmppd xmm2,xmm3,byte 8
|
||||
|
||||
section .bss
|
||||
foo: reso 1
|
12
travis/test/ssesize.json
Normal file
12
travis/test/ssesize.json
Normal file
@@ -0,0 +1,12 @@
|
||||
[
|
||||
{
|
||||
"description": "Test SSE sizes",
|
||||
"id": "ssesize",
|
||||
"format": "elf64",
|
||||
"source": "ssesize.asm",
|
||||
"option": "-Ox",
|
||||
"target": [
|
||||
{ "output": "ssesize.o" }
|
||||
]
|
||||
}
|
||||
]
|
BIN
travis/test/ssesize.o.t
Normal file
BIN
travis/test/ssesize.o.t
Normal file
Binary file not shown.
Reference in New Issue
Block a user