Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/common/lib/libc/arch/aarch64/gen Remove unused assembly sour...



details:   https://anonhg.NetBSD.org/src/rev/293505d3b32d
branches:  trunk
changeset: 938176:293505d3b32d
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Thu Sep 03 16:45:49 2020 +0000

description:
Remove unused assembly source files

diffstat:

 common/lib/libc/arch/aarch64/gen/clzdi2.S |  10 ----------
 common/lib/libc/arch/aarch64/gen/ctzdi2.S |  11 -----------
 common/lib/libc/arch/aarch64/gen/ffsdi2.S |  14 --------------
 3 files changed, 0 insertions(+), 35 deletions(-)

diffs (47 lines):

diff -r 91fff3caff7e -r 293505d3b32d common/lib/libc/arch/aarch64/gen/clzdi2.S
--- a/common/lib/libc/arch/aarch64/gen/clzdi2.S Thu Sep 03 16:14:58 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-/* $NetBSD: clzdi2.S,v 1.2 2020/09/02 15:43:06 jakllsch Exp $ */
-
-#include <machine/asm.h>
-
-RCSID("$NetBSD: clzdi2.S,v 1.2 2020/09/02 15:43:06 jakllsch Exp $")
-
-ENTRY(clzdi2)
-       clz     x0, x0
-       ret
-END(clzdi2)
diff -r 91fff3caff7e -r 293505d3b32d common/lib/libc/arch/aarch64/gen/ctzdi2.S
--- a/common/lib/libc/arch/aarch64/gen/ctzdi2.S Thu Sep 03 16:14:58 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-/* $NetBSD: ctzdi2.S,v 1.1 2014/08/10 05:47:35 matt Exp $ */
-
-#include <machine/asm.h>
-
-RCSID("$NetBSD: ctzdi2.S,v 1.1 2014/08/10 05:47:35 matt Exp $")
-
-ENTRY(ctzdi2)
-       rbit    x0, x0
-       clz     x0, x0
-       ret
-END(ctzdi2)
diff -r 91fff3caff7e -r 293505d3b32d common/lib/libc/arch/aarch64/gen/ffsdi2.S
--- a/common/lib/libc/arch/aarch64/gen/ffsdi2.S Thu Sep 03 16:14:58 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-/* $NetBSD: ffsdi2.S,v 1.1 2014/08/10 05:47:35 matt Exp $ */
-
-#include <machine/asm.h>
-
-RCSID("$NetBSD: ffsdi2.S,v 1.1 2014/08/10 05:47:35 matt Exp $")
-
-ENTRY(ffsdi2)
-       rbit    x1, x0
-       clz     x1, x1
-       add     x1, x1, #1
-       cmp     x0, #0
-       csel    w0, wzr, w1, eq
-       ret
-END(ffsdi2)



Home | Main Index | Thread Index | Old Index