type instFormat …
type argField …
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 …
func Decode(src []byte) (inst Inst, err error) { … }