go/src/cmd/vendor/golang.org/x/arch/s390x/s390xasm/decode.go

type instFormat

type argField

// Parse parses the Arg out from the given binary instruction i.
func (a argField) Parse(i uint64) Arg {}

type ArgType

const TypeUnknown

const TypeReg

const TypeFPReg

const TypeACReg

const TypeCReg

const TypeVecReg

const TypeImmUnsigned

const TypeImmSigned8

const TypeImmSigned16

const TypeImmSigned32

const TypeBaseReg

const TypeIndexReg

const TypeDispUnsigned

const TypeDispSigned20

const TypeRegImSigned12

const TypeRegImSigned16

const TypeRegImSigned24

const TypeRegImSigned32

const TypeMask

const TypeLen

const TypeLast

func (t ArgType) String() string {}

func (t ArgType) GoString() string {}

var errShort

var errUnknown

var decoderCover

// Decode decodes the leading bytes in src as a single instruction using
// byte order ord.
func Decode(src []byte) (inst Inst, err error) {}