1 /* Determine the length of a string. For SPARC v9.
2 Copyright (C) 1998-2019 Free Software Foundation, Inc.
3 This file is part of the GNU C Library.
4 Contributed by Jan Vondrák <jvon4518@ss1000.ms.mff.cuni.cz>,
5 Jakub Jelinek <jj@ultra.linux.cz>, and
6 David S. Miller <davem@davemloft.net>.
8 The GNU C Library is free software; you can redistribute it and/or
9 modify it under the terms of the GNU Lesser General Public
10 License as published by the Free Software Foundation; either
11 version 2.1 of the License, or (at your option) any later version.
13 The GNU C Library is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 Lesser General Public License for more details.
18 You should have received a copy of the GNU Lesser General Public
19 License along with the GNU C Library; if not, see
20 <http://www.gnu.org/licenses/>. */
24 .register %g2, #scratch
25 .register %g3, #scratch
37 sethi %hi(0x01010101), %o2
40 or %o2, %lo(0x01010101), %o2
44 sethi %hi(0x0000ff00), %g5
68 or %g5, %lo(0x0000ff00), %g5
85 libc_hidden_builtin_def (strlen)