added comment line marker support and adjusted tests

This commit is contained in:
JanLJL
2020-01-22 15:06:56 +01:00
parent cb34733abe
commit 662ad829ec
4 changed files with 62 additions and 44 deletions

View File

@@ -1,5 +1,4 @@
// mov x1, #111
// .byte 213,3,32,31
// OSACA-BEGIN
.LBB0_32:
ldp q4, q5, [x9, #-32]
ldp q6, q7, [x9], #64
@@ -23,5 +22,4 @@
fmov s1, #2.0e+2f
prfm pldl1keep, [x26, #2112]
b.ne .LBB0_32
// mov x1, #222
// .byte 213,3,32,31
// OSACA-END

View File

@@ -1,5 +1,4 @@
#movl $111,%ebx
#.byte 100,103,144
# OSACA-BEGIN
.L10:
vmovapd (%r15,%rax), %ymm0
vmovapd (%r12,%rax), %ymm3
@@ -9,5 +8,4 @@
addq $32, %rax
cmpl %ecx, %r10d
ja .L10
#movl $222,%ebx
#.byte 100,103,144
# OSACA-END