Documentation
¶
Index ¶
- func ElementASMFileName(nbWords, nbBits int) string
- func GenerateCommonASM(w io.Writer, nbWords, nbBits int, hasVector bool) error
- func GenerateF31ASM(f *FFArm64, hasVector bool) error
- type FFArm64
- func (f *FFArm64) AssertCleanStack(reservedStackSize, minStackSize int)
- func (f *FFArm64) Define(name string, nbInputs int, fn defineFn) defineFn
- func (f *FFArm64) DefineFn(name string) (fn defineFn, err error)
- func (f *FFArm64) Pop(registers *arm64.Registers, forceStack ...bool) arm64.Register
- func (f *FFArm64) PopN(registers *arm64.Registers, forceStack ...bool) []arm64.Register
- func (f *FFArm64) Push(registers *arm64.Registers, rIn ...arm64.Register)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ElementASMFileName ¶
func GenerateCommonASM ¶
GenerateCommonASM generates assembly code for the base field provided to goff see internal/templates/ops*
func GenerateF31ASM ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.