aboutsummaryrefslogtreecommitdiff
path: root/src/internal/bytealg/indexbyte_arm64.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/bytealg/indexbyte_arm64.s')
-rw-r--r--src/internal/bytealg/indexbyte_arm64.s16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/internal/bytealg/indexbyte_arm64.s b/src/internal/bytealg/indexbyte_arm64.s
index 6991ccec15..40843fbc5b 100644
--- a/src/internal/bytealg/indexbyte_arm64.s
+++ b/src/internal/bytealg/indexbyte_arm64.s
@@ -18,22 +18,6 @@ TEXT ·IndexByteString(SB),NOSPLIT,$0-32
MOVD $ret+24(FP), R8
B indexbytebody<>(SB)
-TEXT bytes·IndexByte(SB),NOSPLIT,$0-40
- FUNCDATA $0, ·IndexByte·args_stackmap(SB)
- MOVD b_base+0(FP), R0
- MOVD b_len+8(FP), R2
- MOVBU c+24(FP), R1
- MOVD $ret+32(FP), R8
- B indexbytebody<>(SB)
-
-TEXT strings·IndexByte(SB),NOSPLIT,$0-32
- FUNCDATA $0, ·IndexByteString·args_stackmap(SB)
- MOVD s_base+0(FP), R0
- MOVD s_len+8(FP), R2
- MOVBU c+16(FP), R1
- MOVD $ret+24(FP), R8
- B indexbytebody<>(SB)
-
// input:
// R0: data
// R1: byte to search