* libc/machine/aarch64/strchrnul.S (vrepmask): Use a call-clobbered

register.
This commit is contained in:
Richard Earnshaw 2014-12-10 09:35:10 +00:00
parent c53c2915a7
commit 8608e14a3b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-12-10 Richard Earnshaw <rearnsha@arm.com>
* libc/machine/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
register.
2014-12-08 Richard Earnshaw <rearnsha@arm.com>
* libc/machine/aarch64/strrchr.S: New file.

View File

@ -55,7 +55,7 @@
#define vhas_nul2 v4
#define vhas_chr1 v5
#define vhas_chr2 v6
#define vrepmask v15
#define vrepmask v7
#define vend1 v16
/* Core algorithm.