# Functions
ARM64RegisterArrangement parses an ARM64 vector register arrangement.
ARM64RegisterExtension parses an ARM64 register with extension or arrangement.
ARM64RegisterListOffset generates offset encoding according to AArch64 specification.
ARM64Suffix handles the special suffix for the ARM64.
ARMConditionCodes handles the special condition code situation for the ARM.
ARMMRCOffset implements the peculiar encoding of the MRC and MCR instructions.
IsARM64CMP reports whether the op (as defined by an arm.A* constant) is one of the comparison instructions that require special handling.
IsARM64STLXR reports whether the op (as defined by an arm64.A* constant) is one of the STLXR-like instructions that require special handling.
IsARM64TBL reports whether the op (as defined by an arm64.A* constant) is one of the table lookup instructions that require special handling.
IsARMBFX reports whether the op (as defined by an arm.A* constant) is one the BFX-like instructions which are in the form of "op $width, $LSB, (Reg,) Reg".
IsARMCMP reports whether the op (as defined by an arm.A* constant) is one of the comparison instructions that require special handling.
IsARMFloatCmp reports whether the op is a floating comparison instruction.
IsARMMRC reports whether the op (as defined by an arm.A* constant) is MRC or MCR.
IsARMMULA reports whether the op (as defined by an arm.A* constant) is MULA, MULS, MMULA, MMULS, MULABB, MULAWB or MULAWT, the 4-operand instructions.
IsARMSTREX reports whether the op (as defined by an arm.A* constant) is one of the STREX-like instructions that require special handling.
IsMIPSCMP reports whether the op (as defined by an mips.A* constant) is one of the CMP instructions that require special handling.
IsMIPSMUL reports whether the op (as defined by an mips.A* constant) is one of the MUL/DIV/REM/MADD/MSUB instructions that require special handling.
IsPPC64CMP reports whether the op (as defined by an ppc64.A* constant) is one of the CMP instructions that require special handling.
No description provided by the author
IsPPC64NEG reports whether the op (as defined by an ppc64.A* constant) is one of the NEG-like instructions that require special handling.
IsPPC64RLD reports whether the op (as defined by an ppc64.A* constant) is one of the RLD-like instructions that require special handling.
IsRISCV64AMO reports whether the op (as defined by a riscv.A* constant) is one of the AMO instructions that requires special handling.
ParseARMCondition parses the conditions attached to an ARM instruction.
Set configures the architecture specified by GOARCH and returns its representation.
# Constants
Pseudo-registers whose names are the constant name without the leading R.
Pseudo-registers whose names are the constant name without the leading R.
Pseudo-registers whose names are the constant name without the leading R.
Pseudo-registers whose names are the constant name without the leading R.