Versions in this module Expand all Collapse all v0 v0.15.1 Jan 12, 2021 Changes in this version + const RFP + const RPC + const RSB + const RSP + func ARM64RegisterArrangement(reg int16, name, arng string) (int64, error) + func ARM64RegisterExtension(a *obj.Addr, ext string, reg, num int16, isAmount, isIndex bool) error + func ARM64RegisterListOffset(firstReg, regCnt int, arrangement int64) (int64, error) + func ARM64Suffix(prog *obj.Prog, cond string) bool + func ARMConditionCodes(prog *obj.Prog, cond string) bool + func ARMMRCOffset(op obj.As, cond string, x0, x1, x2, x3, x4, x5 int64) (offset int64, op0 obj.As, ok bool) + func IsARM64CMP(op obj.As) bool + func IsARM64STLXR(op obj.As) bool + func IsARM64TBL(op obj.As) bool + func IsARMBFX(op obj.As) bool + func IsARMCMP(op obj.As) bool + func IsARMFloatCmp(op obj.As) bool + func IsARMMRC(op obj.As) bool + func IsARMMULA(op obj.As) bool + func IsARMSTREX(op obj.As) bool + func IsMIPSCMP(op obj.As) bool + func IsMIPSMUL(op obj.As) bool + func IsPPC64CMP(op obj.As) bool + func IsPPC64ISEL(op obj.As) bool + func IsPPC64NEG(op obj.As) bool + func IsPPC64RLD(op obj.As) bool + func IsRISCV64AMO(op obj.As) bool + func ParseARMCondition(cond string) (uint8, bool) + type Arch struct + Instructions map[string]obj.As + IsJump func(word string) bool + Register map[string]int16 + RegisterNumber func(string, int16) (int16, bool) + RegisterPrefix map[string]bool + func Set(GOARCH string) *Arch v0.15.0 Sep 22, 2020