github.com/arr-ai/hash@v0.8.0/asm_mipsx.s (about) 1 // Copyright 2016 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 // +build mips mipsle 6 7 #include "go_asm.h" 8 #include "funcdata.h" 9 #include "textflag.h" 10 11 // Not implemented. 12 TEXT ·aeshash(SB),NOSPLIT,$0 13 UNDEF 14 15 // Not implemented. 16 TEXT ·aeshash32(SB),NOSPLIT,$0 17 UNDEF 18 19 // Not implemented. 20 TEXT ·aeshash64(SB),NOSPLIT,$0 21 UNDEF 22 23 // Not implemented. 24 TEXT ·aeshashstr(SB),NOSPLIT,$0 25 UNDEF