github.com/arr-ai/hash@v0.8.0/asm_amd64p32.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  TEXT ·aeshash(SB),NOSPLIT,$0-20
    10  	MOVL	AX, ret+16(FP)
    11  	RET
    12  
    13  TEXT ·aeshashstr(SB),NOSPLIT,$0-12
    14  	MOVL	AX, ret+8(FP)
    15  	RET
    16  
    17  TEXT ·aeshash32(SB),NOSPLIT,$0-12
    18  	MOVL	AX, ret+8(FP)
    19  	RET
    20  
    21  TEXT ·aeshash64(SB),NOSPLIT,$0-12
    22  	MOVL	AX, ret+8(FP)
    23  	RET
    24  
    25  TEXT ·return0(SB), NOSPLIT, $0
    26  	MOVL	$0, AX
    27  	RET