github.com/arr-ai/hash@v0.8.0/asm_arm.s (about) 1 // Copyright 2009 The Go Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style 3 // license that can be found in the LICENSE file. 4 5 #include "go_asm.h" 6 #include "funcdata.h" 7 #include "textflag.h" 8 9 // AES hashing not implemented for ARM 10 TEXT ·aeshash(SB),NOSPLIT|NOFRAME,$0-0 11 MOVW $0, R0 12 MOVW (R0), R1 13 TEXT ·aeshash32(SB),NOSPLIT|NOFRAME,$0-0 14 MOVW $0, R0 15 MOVW (R0), R1 16 TEXT ·aeshash64(SB),NOSPLIT|NOFRAME,$0-0 17 MOVW $0, R0 18 MOVW (R0), R1 19 TEXT ·aeshashstr(SB),NOSPLIT|NOFRAME,$0-0 20 MOVW $0, R0 21 MOVW (R0), R1