mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-13 17:57:12 +08:00
test: nasm-t -- Add br3109604
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
323f5ae765
commit
a138610100
6
travis/test/br3109604.asm
Normal file
6
travis/test/br3109604.asm
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
bits 64
|
||||||
|
b0: vmovd xmm2, [rdx+r9]
|
||||||
|
e0:
|
||||||
|
|
||||||
|
section .data
|
||||||
|
len: dd e0 - b0 ; Should be 6
|
BIN
travis/test/br3109604.bin.t
Normal file
BIN
travis/test/br3109604.bin.t
Normal file
Binary file not shown.
18
travis/test/br3109604.json
Normal file
18
travis/test/br3109604.json
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"description": "Test vmovd (-Ox)",
|
||||||
|
"id": "br3109604",
|
||||||
|
"format": "bin",
|
||||||
|
"source": "br3109604.asm",
|
||||||
|
"option": "-Ox",
|
||||||
|
"target": [
|
||||||
|
{ "output": "br3109604.bin" }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Test vmovd (-O0)",
|
||||||
|
"ref": "br3109604",
|
||||||
|
"option": "-O0",
|
||||||
|
"update": "false"
|
||||||
|
}
|
||||||
|
]
|
Loading…
x
Reference in New Issue
Block a user