mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
test: nasm-t -- Add br2030823
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
9a61c98cc6
commit
1cd96a3a0e
5
travis/test/br2030823.asm
Normal file
5
travis/test/br2030823.asm
Normal file
@ -0,0 +1,5 @@
|
||||
bits 64
|
||||
VFMADDPD xmm0, xmm1, [0], xmm3
|
||||
VFMADDPD xmm0, xmm1, xmm2, [0]
|
||||
VFMADDPD ymm0, ymm1, [0], ymm3
|
||||
VFMADDPD ymm0, ymm1, ymm2, [0]
|
BIN
travis/test/br2030823.bin.t
Normal file
BIN
travis/test/br2030823.bin.t
Normal file
Binary file not shown.
12
travis/test/br2030823.json
Normal file
12
travis/test/br2030823.json
Normal file
@ -0,0 +1,12 @@
|
||||
[
|
||||
{
|
||||
"description": "Test br2030823",
|
||||
"id": "br2030823",
|
||||
"format": "bin",
|
||||
"source": "br2030823.asm",
|
||||
"option": "-Ox",
|
||||
"target": [
|
||||
{ "output": "br2030823.bin" }
|
||||
]
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user