mirror of
https://github.com/danog/ir.git
synced 2024-12-03 10:08:29 +01:00
Fixed tests
This commit is contained in:
parent
8a5a81c03e
commit
141d46f5d8
@ -83,7 +83,6 @@ test:
|
||||
ucomisd .L4(%rip), %xmm1
|
||||
jp .L2
|
||||
jae .L2
|
||||
movsd 0x20(%rsp), %xmm1
|
||||
addsd %xmm0, %xmm1
|
||||
movsd %xmm1, 0x20(%rsp)
|
||||
subsd %xmm0, %xmm1
|
||||
@ -99,7 +98,7 @@ test:
|
||||
addq $0x38, %rsp
|
||||
retq
|
||||
.rodata
|
||||
.db 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90
|
||||
.db 0x90, 0x90, 0x90, 0x90, 0x90
|
||||
.L3:
|
||||
.db 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x3f
|
||||
.L4:
|
||||
|
@ -83,7 +83,6 @@ test:
|
||||
ucomisd .L4(%rip), %xmm1
|
||||
jp .L2
|
||||
jae .L2
|
||||
movsd 0x20(%rsp), %xmm1
|
||||
addsd %xmm0, %xmm1
|
||||
movsd %xmm1, 0x20(%rsp)
|
||||
subsd %xmm0, %xmm1
|
||||
@ -104,7 +103,7 @@ test:
|
||||
addq $0x38, %rsp
|
||||
retq
|
||||
.rodata
|
||||
.db 0x90
|
||||
.db 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90
|
||||
.L3:
|
||||
.db 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x3f
|
||||
.L4:
|
||||
|
Loading…
Reference in New Issue
Block a user