go / src /math /big /arith_wasm.s
AbdulElahGwaith's picture
Upload folder using huggingface_hub
e36aeda verified
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//go:build !math_big_pure_go
#include "textflag.h"
TEXT 路addVV(SB),NOSPLIT,$0
JMP 路addVV_g(SB)
TEXT 路subVV(SB),NOSPLIT,$0
JMP 路subVV_g(SB)
TEXT 路lshVU(SB),NOSPLIT,$0
JMP 路lshVU_g(SB)
TEXT 路rshVU(SB),NOSPLIT,$0
JMP 路rshVU_g(SB)
TEXT 路mulAddVWW(SB),NOSPLIT,$0
JMP 路mulAddVWW_g(SB)
TEXT 路addMulVVWW(SB),NOSPLIT,$0
JMP 路addMulVVWW_g(SB)