diff options
Diffstat (limited to 'libc/string/sparc/sparc32/sparcv9b')
-rw-r--r-- | libc/string/sparc/sparc32/sparcv9b/memchr.S | 4 | ||||
-rw-r--r-- | libc/string/sparc/sparc32/sparcv9b/memcpy.S | 4 | ||||
-rw-r--r-- | libc/string/sparc/sparc32/sparcv9b/memset.S | 4 | ||||
-rw-r--r-- | libc/string/sparc/sparc32/sparcv9b/stpcpy.S | 4 | ||||
-rw-r--r-- | libc/string/sparc/sparc32/sparcv9b/strcat.S | 4 | ||||
-rw-r--r-- | libc/string/sparc/sparc32/sparcv9b/strchr.S | 4 | ||||
-rw-r--r-- | libc/string/sparc/sparc32/sparcv9b/strcmp.S | 4 | ||||
-rw-r--r-- | libc/string/sparc/sparc32/sparcv9b/strcpy.S | 4 | ||||
-rw-r--r-- | libc/string/sparc/sparc32/sparcv9b/strlen.S | 4 |
9 files changed, 36 insertions, 0 deletions
diff --git a/libc/string/sparc/sparc32/sparcv9b/memchr.S b/libc/string/sparc/sparc32/sparcv9b/memchr.S new file mode 100644 index 000000000..7e86a2972 --- /dev/null +++ b/libc/string/sparc/sparc32/sparcv9b/memchr.S @@ -0,0 +1,4 @@ +#define ASI_PNF 0x82 +#define ASI_BLK_P 0xf0 +#define XCC icc +#include "sparc64/memchr.S" diff --git a/libc/string/sparc/sparc32/sparcv9b/memcpy.S b/libc/string/sparc/sparc32/sparcv9b/memcpy.S new file mode 100644 index 000000000..7f697542e --- /dev/null +++ b/libc/string/sparc/sparc32/sparcv9b/memcpy.S @@ -0,0 +1,4 @@ +#define ASI_PNF 0x82 +#define ASI_BLK_P 0xf0 +#define XCC icc +#include "sparc64/sparcv9b/memcpy.S" diff --git a/libc/string/sparc/sparc32/sparcv9b/memset.S b/libc/string/sparc/sparc32/sparcv9b/memset.S new file mode 100644 index 000000000..ac67b7ab7 --- /dev/null +++ b/libc/string/sparc/sparc32/sparcv9b/memset.S @@ -0,0 +1,4 @@ +#define ASI_PNF 0x82 +#define ASI_BLK_P 0xf0 +#define XCC icc +#include <sparc64/memset.S> diff --git a/libc/string/sparc/sparc32/sparcv9b/stpcpy.S b/libc/string/sparc/sparc32/sparcv9b/stpcpy.S new file mode 100644 index 000000000..440ad7e21 --- /dev/null +++ b/libc/string/sparc/sparc32/sparcv9b/stpcpy.S @@ -0,0 +1,4 @@ +#define ASI_PNF 0x82 +#define ASI_BLK_P 0xf0 +#define XCC icc +#include <sparc64/stpcpy.S> diff --git a/libc/string/sparc/sparc32/sparcv9b/strcat.S b/libc/string/sparc/sparc32/sparcv9b/strcat.S new file mode 100644 index 000000000..7a2223570 --- /dev/null +++ b/libc/string/sparc/sparc32/sparcv9b/strcat.S @@ -0,0 +1,4 @@ +#define ASI_PNF 0x82 +#define ASI_BLK_P 0xf0 +#define XCC icc +#include <sparc64/strcat.S> diff --git a/libc/string/sparc/sparc32/sparcv9b/strchr.S b/libc/string/sparc/sparc32/sparcv9b/strchr.S new file mode 100644 index 000000000..ddd32120d --- /dev/null +++ b/libc/string/sparc/sparc32/sparcv9b/strchr.S @@ -0,0 +1,4 @@ +#define ASI_PNF 0x82 +#define ASI_BLK_P 0xf0 +#define XCC icc +#include <sparc64/strchr.S> diff --git a/libc/string/sparc/sparc32/sparcv9b/strcmp.S b/libc/string/sparc/sparc32/sparcv9b/strcmp.S new file mode 100644 index 000000000..5330f4359 --- /dev/null +++ b/libc/string/sparc/sparc32/sparcv9b/strcmp.S @@ -0,0 +1,4 @@ +#define ASI_PNF 0x82 +#define ASI_BLK_P 0xf0 +#define XCC icc +#include <sparc64/strcmp.S> diff --git a/libc/string/sparc/sparc32/sparcv9b/strcpy.S b/libc/string/sparc/sparc32/sparcv9b/strcpy.S new file mode 100644 index 000000000..0b35c9be0 --- /dev/null +++ b/libc/string/sparc/sparc32/sparcv9b/strcpy.S @@ -0,0 +1,4 @@ +#define ASI_PNF 0x82 +#define ASI_BLK_P 0xf0 +#define XCC icc +#include <sparc64/strcpy.S> diff --git a/libc/string/sparc/sparc32/sparcv9b/strlen.S b/libc/string/sparc/sparc32/sparcv9b/strlen.S new file mode 100644 index 000000000..b8f4dba4f --- /dev/null +++ b/libc/string/sparc/sparc32/sparcv9b/strlen.S @@ -0,0 +1,4 @@ +#define ASI_PNF 0x82 +#define ASI_BLK_P 0xf0 +#define XCC icc +#include <sparc64/strlen.S> |