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