2018-12-18 22:57:26 -08:00
|
|
|
// Code generated by command: go run asm.go -out add.s -stubs stub.go. DO NOT EDIT.
|
2018-12-11 00:18:22 -08:00
|
|
|
|
2019-01-06 20:04:51 -08:00
|
|
|
#include "textflag.h"
|
|
|
|
|
|
2018-12-11 00:18:22 -08:00
|
|
|
// func Add(x uint64, y uint64) uint64
|
2019-01-06 20:04:51 -08:00
|
|
|
TEXT ·Add(SB), NOSPLIT, $0-24
|
2019-01-10 21:21:41 -08:00
|
|
|
MOVQ x(FP), AX
|
|
|
|
|
MOVQ y+8(FP), CX
|
|
|
|
|
ADDQ AX, CX
|
|
|
|
|
MOVQ CX, ret+16(FP)
|
2018-12-18 21:05:05 -08:00
|
|
|
RET
|