import "github.com/tsavola/wag/internal/gen/operand"
operand.go
type O struct { Storage storage.Storage Type wa.Type // contains filtered or unexported fields }
func Flags(cond condition.C) O
func Imm(t wa.Type, value uint64) O
func Placeholder(t wa.Type) (o O)
func Reg(t wa.Type, r reg.R) O
func (o O) FlagsCond() condition.C
func (o O) ImmValue() int64
func (o O) ImmValue8() int8
func (o O) Reg() reg.R
func (o *O) SetPlaceholder()
func (o *O) SetReg(r reg.R)
func (o *O) SetStack()
func (o O) Size() wa.Size
func (o O) String() string
Package operand imports 6 packages (graph) and is imported by 5 packages. Updated 2021-01-24. Refresh now. Tools for package owners.