depot/go/buildgo2/asm/add.S

6 lines
96 B
ArmAsm

TEXT ·Add(SB),$0-24
MOVQ x+0(FP), BX
MOVQ y+8(FP), BP
ADDQ BP, BX
MOVQ BX, ret+16(FP)
RET