instr

package
v0.0.0-...-71e6931 Latest Latest
Warning

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

Go to latest
Published: Dec 6, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	All = []Desc{
		{5, Addr, "addr"},
		{14, Addi, "addi"},
		{3, Mulr, "mulr"},
		{10, Muli, "muli"},
		{12, Banr, "banr"},
		{9, Bani, "bani"},
		{1, Borr, "borr"},
		{0, Bori, "bori"},
		{4, Setr, "setr"},
		{2, Seti, "seti"},
		{6, Gtir, "gtir"},
		{8, Gtri, "gtri"},
		{11, Gtrr, "gtrr"},
		{7, Eqir, "eqir"},
		{13, Eqri, "eqri"},
		{15, Eqrr, "eqrr"},
	}
)

Functions

func Addi

func Addi(file *reg.File, a, b, c int64)

func Addr

func Addr(file *reg.File, a, b, c int64)

func Bani

func Bani(file *reg.File, a, b, c int64)

func Banr

func Banr(file *reg.File, a, b, c int64)

func Bori

func Bori(file *reg.File, a, b, c int64)

func Borr

func Borr(file *reg.File, a, b, c int64)

func Eqir

func Eqir(file *reg.File, a, b, c int64)

func Eqri

func Eqri(file *reg.File, a, b, c int64)

func Eqrr

func Eqrr(file *reg.File, a, b, c int64)

func Gtir

func Gtir(file *reg.File, a, b, c int64)

func Gtri

func Gtri(file *reg.File, a, b, c int64)

func Gtrr

func Gtrr(file *reg.File, a, b, c int64)

func Muli

func Muli(file *reg.File, a, b, c int64)

func Mulr

func Mulr(file *reg.File, a, b, c int64)

func Seti

func Seti(file *reg.File, a, b, c int64)

func Setr

func Setr(file *reg.File, a, b, c int64)

Types

type Desc

type Desc struct {
	Op   int64
	F    func(file *reg.File, a, b, c int64)
	Name string
}

Jump to

Keyboard shortcuts

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