mirror of
https://github.com/danog/ir.git
synced 2025-01-21 21:21:19 +01:00
Fix Windows tests
This commit is contained in:
parent
1e8ff8078a
commit
dab739f3d2
@ -86,10 +86,8 @@ test:
|
||||
subsd .L3(%rip), %xmm1
|
||||
movsd %xmm1, -0x38(%rbp)
|
||||
movsd %xmm0, -0x30(%rbp)
|
||||
xorpd %xmm0, %xmm0
|
||||
movsd %xmm0, -0x28(%rbp)
|
||||
xorpd %xmm0, %xmm0
|
||||
movsd %xmm0, -0x20(%rbp)
|
||||
movq $0, -0x28(%rbp)
|
||||
movq $0, -0x20(%rbp)
|
||||
subq $8, %rsp
|
||||
movq %rsp, %rax
|
||||
movl $0, (%rax)
|
||||
@ -128,7 +126,7 @@ test:
|
||||
popq %rbp
|
||||
retq
|
||||
.rodata
|
||||
.db 0x90, 0x90
|
||||
.db 0x90, 0x90, 0x90, 0x90
|
||||
.L3:
|
||||
.db 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x3f
|
||||
.L4:
|
||||
|
@ -83,10 +83,8 @@ test:
|
||||
movsd %xmm0, 0x10(%rsp)
|
||||
movsd (%rsp), %xmm0
|
||||
movsd %xmm0, 0x18(%rsp)
|
||||
xorpd %xmm0, %xmm0
|
||||
movsd %xmm0, 0x20(%rsp)
|
||||
xorpd %xmm0, %xmm0
|
||||
movsd %xmm0, 0x28(%rsp)
|
||||
movq $0, 0x20(%rsp)
|
||||
movq $0, 0x28(%rsp)
|
||||
movl $0, 0x30(%rsp)
|
||||
.L1:
|
||||
movl 0x30(%rsp), %eax
|
||||
@ -129,7 +127,7 @@ test:
|
||||
addq $0x68, %rsp
|
||||
retq
|
||||
.rodata
|
||||
.db 0x90, 0x90, 0x90
|
||||
.db 0x90, 0x90, 0x90, 0x90, 0x90
|
||||
.L3:
|
||||
.db 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x3f
|
||||
.L4:
|
||||
|
@ -79,10 +79,8 @@ test:
|
||||
subsd .L3(%rip), %xmm1
|
||||
movsd %xmm1, (%rsp)
|
||||
movsd %xmm0, 8(%rsp)
|
||||
xorpd %xmm0, %xmm0
|
||||
movsd %xmm0, 0x10(%rsp)
|
||||
xorpd %xmm0, %xmm0
|
||||
movsd %xmm0, 0x18(%rsp)
|
||||
movq $0, 0x10(%rsp)
|
||||
movq $0, 0x18(%rsp)
|
||||
movl $0, 0x20(%rsp)
|
||||
.L1:
|
||||
addl $1, 0x20(%rsp)
|
||||
@ -117,7 +115,7 @@ test:
|
||||
addq $0x40, %rsp
|
||||
retq
|
||||
.rodata
|
||||
.db 0x90, 0x90, 0x90, 0x90, 0x90
|
||||
.db 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90
|
||||
.L3:
|
||||
.db 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x3f
|
||||
.L4:
|
||||
|
Loading…
x
Reference in New Issue
Block a user