arch

package
v0.3.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 3, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Registry struct {
	Caller     FunctionCaller
	Classifier ArgumentClassifier
}

Registry contains registered implementations

Functions

func Register

func Register(caller FunctionCaller, classifier ArgumentClassifier)

Register registers implementations for the current architecture

Types

type ArgumentClassification

type ArgumentClassification struct {
	GPRCount int
	SSECount int
}

ArgumentClassification contains argument passing information

type ArgumentClassifier

type ArgumentClassifier interface {
	ClassifyReturn(t *types.TypeDescriptor, abi types.CallingConvention) int
	ClassifyArgument(t *types.TypeDescriptor, abi types.CallingConvention) ArgumentClassification
}

ArgumentClassifier defines the contract for argument classification

type FunctionCaller

type FunctionCaller interface {
	Execute(cif *types.CallInterface, fn unsafe.Pointer, rvalue unsafe.Pointer, avalue []unsafe.Pointer) error
}

FunctionCaller defines the contract for function execution

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL