portable-devtools / go /src /math /big /arith_wasm.s
codekingpro's picture
Add files using upload-large-folder tool
de452ad verified
Raw
History Blame Contribute Delete
519 Bytes
// 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)