go/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/decode.go

const debugDecode

const prefixOpcode

type instFormat

type argField

// Parse parses the Arg out from the given binary instruction i.
func (a argField) Parse(i [2]uint32) Arg {}

type ArgType

const TypeUnknown

const TypePCRel

const TypeLabel

const TypeReg

const TypeCondRegBit

const TypeCondRegField

const TypeFPReg

const TypeVecReg

const TypeVecSReg

const TypeVecSpReg

const TypeMMAReg

const TypeSpReg

const TypeImmSigned

const TypeImmUnsigned

const TypeOffset

const TypeNegOffset

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, ord binary.ByteOrder) (inst Inst, err error) {}