Home | History | Annotate | Download | only in arch

Lines Matching refs:arm64

5 // This file encapsulates some of the odd characteristics of the ARM64
13 "cmd/internal/obj/arm64"
17 "P": arm64.C_XPOST,
18 "W": arm64.C_XPRE,
56 case arm64.ACMN, arm64.ACMP, arm64.ATST,
57 arm64.ACMNW, arm64.ACMPW, arm64.ATSTW:
63 // IsARM64STLXR reports whether the op (as defined by an arm64.A*
68 case arm64.ASTLXRB, arm64.ASTLXRH, arm64.ASTLXRW, arm64.ASTLXR:
74 // ARM64Suffix handles the special suffix for the ARM64.
89 // ParseARM64Suffix parses the suffix attached to an ARM64 instruction.
103 return arm64.REG_F0 + n, true
107 return arm64.REG_R0 + n, true
111 return arm64.REG_V0 + n, true