Skip to content

Commit

Permalink
Execute build/refresh.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
dot-asm committed Sep 2, 2022
1 parent 3db083d commit 3900e30
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions build/coff/add_mod_384-armv8.S
Original file line number Diff line number Diff line change
Expand Up @@ -1015,9 +1015,9 @@ vec_is_zero_16x:
cbnz x1, .Loop_is_zero

.Loop_is_zero_done:
dup v1.2d, v0.2d[1]
dup v1.2d, v0.d[1]
orr v0.16b, v0.16b, v1.16b
mov x1, v0.2d[0]
mov x1, v0.d[0]
mov x0, #1
cmp x1, #0
csel x0, x0, xzr, eq
Expand Down Expand Up @@ -1046,9 +1046,9 @@ vec_is_equal_16x:
nop

.Loop_is_equal_done:
dup v1.2d, v0.2d[1]
dup v1.2d, v0.d[1]
orr v0.16b, v0.16b, v1.16b
mov x1, v0.2d[0]
mov x1, v0.d[0]
mov x0, #1
cmp x1, #0
csel x0, x0, xzr, eq
Expand Down
8 changes: 4 additions & 4 deletions build/elf/add_mod_384-armv8.S
Original file line number Diff line number Diff line change
Expand Up @@ -961,9 +961,9 @@ vec_is_zero_16x:
cbnz x1, .Loop_is_zero

.Loop_is_zero_done:
dup v1.2d, v0.2d[1]
dup v1.2d, v0.d[1]
orr v0.16b, v0.16b, v1.16b
mov x1, v0.2d[0]
mov x1, v0.d[0]
mov x0, #1
cmp x1, #0
csel x0, x0, xzr, eq
Expand All @@ -990,9 +990,9 @@ vec_is_equal_16x:
nop

.Loop_is_equal_done:
dup v1.2d, v0.2d[1]
dup v1.2d, v0.d[1]
orr v0.16b, v0.16b, v1.16b
mov x1, v0.2d[0]
mov x1, v0.d[0]
mov x0, #1
cmp x1, #0
csel x0, x0, xzr, eq
Expand Down
8 changes: 4 additions & 4 deletions build/mach-o/add_mod_384-armv8.S
Original file line number Diff line number Diff line change
Expand Up @@ -961,9 +961,9 @@ Loop_is_zero:
cbnz x1, Loop_is_zero

Loop_is_zero_done:
dup v1.2d, v0.2d[1]
dup v1.2d, v0.d[1]
orr v0.16b, v0.16b, v1.16b
mov x1, v0.2d[0]
mov x1, v0.d[0]
mov x0, #1
cmp x1, #0
csel x0, x0, xzr, eq
Expand All @@ -990,9 +990,9 @@ Loop_is_equal:
nop

Loop_is_equal_done:
dup v1.2d, v0.2d[1]
dup v1.2d, v0.d[1]
orr v0.16b, v0.16b, v1.16b
mov x1, v0.2d[0]
mov x1, v0.d[0]
mov x0, #1
cmp x1, #0
csel x0, x0, xzr, eq
Expand Down
8 changes: 4 additions & 4 deletions build/win64/add_mod_384-armv8.asm
Original file line number Diff line number Diff line change
Expand Up @@ -961,9 +961,9 @@
cbnz x1, |$Loop_is_zero|

|$Loop_is_zero_done|
dup v1.2d, v0.2d[1]
dup v1.2d, v0.d[1]
orr v0.16b, v0.16b, v1.16b
mov x1, v0.2d[0]
mov x1, v0.d[0]
mov x0, #1
cmp x1, #0
cseleq x0,x0,xzr
Expand All @@ -990,9 +990,9 @@
nop

|$Loop_is_equal_done|
dup v1.2d, v0.2d[1]
dup v1.2d, v0.d[1]
orr v0.16b, v0.16b, v1.16b
mov x1, v0.2d[0]
mov x1, v0.d[0]
mov x0, #1
cmp x1, #0
cseleq x0,x0,xzr
Expand Down

0 comments on commit 3900e30

Please sign in to comment.