Skip to content

Commit

Permalink
Exectute build/refresh.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
dot-asm committed Oct 29, 2023
1 parent 2cee00c commit badb7f9
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/cheri/div3w-armv8.S
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.text

.globl div_3_limbs
.hidden div_3_limbs
.type div_3_limbs,%function
.align 5
div_3_limbs:
Expand Down Expand Up @@ -34,6 +35,7 @@ div_3_limbs:
ret
.size div_3_limbs,.-div_3_limbs
.globl quot_rem_128
.hidden quot_rem_128
.type quot_rem_128,%function
.align 5
quot_rem_128:
Expand Down Expand Up @@ -70,6 +72,7 @@ quot_rem_128:
.size quot_rem_128,.-quot_rem_128

.globl quot_rem_64
.hidden quot_rem_64
.type quot_rem_64,%function
.align 5
quot_rem_64:
Expand Down
3 changes: 3 additions & 0 deletions build/coff/div3w-armv8.S
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.text

.globl div_3_limbs

.def div_3_limbs;
.type 32;
.endef
Expand Down Expand Up @@ -36,6 +37,7 @@ div_3_limbs:
ret

.globl quot_rem_128

.def quot_rem_128;
.type 32;
.endef
Expand Down Expand Up @@ -74,6 +76,7 @@ quot_rem_128:


.globl quot_rem_64

.def quot_rem_64;
.type 32;
.endef
Expand Down
3 changes: 3 additions & 0 deletions build/elf/div3w-armv8.S
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.text

.globl div_3_limbs
.hidden div_3_limbs
.type div_3_limbs,%function
.align 5
div_3_limbs:
Expand Down Expand Up @@ -34,6 +35,7 @@ div_3_limbs:
ret
.size div_3_limbs,.-div_3_limbs
.globl quot_rem_128
.hidden quot_rem_128
.type quot_rem_128,%function
.align 5
quot_rem_128:
Expand Down Expand Up @@ -70,6 +72,7 @@ quot_rem_128:
.size quot_rem_128,.-quot_rem_128

.globl quot_rem_64
.hidden quot_rem_64
.type quot_rem_64,%function
.align 5
quot_rem_64:
Expand Down
3 changes: 3 additions & 0 deletions build/mach-o/div3w-armv8.S
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.text

.globl _div_3_limbs
.private_extern _div_3_limbs

.align 5
_div_3_limbs:
Expand Down Expand Up @@ -34,6 +35,7 @@ Loop:
ret

.globl _quot_rem_128
.private_extern _quot_rem_128

.align 5
_quot_rem_128:
Expand Down Expand Up @@ -70,6 +72,7 @@ _quot_rem_128:


.globl _quot_rem_64
.private_extern _quot_rem_64

.align 5
_quot_rem_64:
Expand Down
3 changes: 3 additions & 0 deletions build/win64/div3w-armv8.asm
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ __SIZEOF_POINTER__ SETA 64/8
AREA |.text|,CODE,ALIGN=8,ARM64



EXPORT |div_3_limbs|[FUNC]
ALIGN 32
|div_3_limbs| PROC
Expand Down Expand Up @@ -36,6 +37,7 @@ __SIZEOF_POINTER__ SETA 64/8
ret
ENDP


EXPORT |quot_rem_128|[FUNC]
ALIGN 32
|quot_rem_128| PROC
Expand Down Expand Up @@ -72,6 +74,7 @@ __SIZEOF_POINTER__ SETA 64/8
ENDP



EXPORT |quot_rem_64|[FUNC]
ALIGN 32
|quot_rem_64| PROC
Expand Down

0 comments on commit badb7f9

Please sign in to comment.