aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/arm64/doc.go
AgeCommit message (Expand)Author
2020-09-25cmd/asm: fix the issue of moving 128-bit integers to vector registers on arm64fanzha02
2020-06-03cmd/internal/obj/arm64: fix typos in documentfanzha02
2020-05-07cmd/internal/obj/arm64: fix typos in documentfanzha02
2020-05-01doc, cmd/internal/obj/arm64: update the directives in the docfanzha02
2019-11-25cmd/internal/obj/arm64: add NOOP description in Go assembly syntaxdiaxu01
2018-11-13cmd/internal/obj/arm64: fix spelling in arm64 docSamuel Kelemen
2018-11-06cmd/asm: rename R18 to R18_PLATFORM on ARM64Cherry Zhang
2018-04-28cmd/internal/obj/arm64: reorder the assembler's optab entriesfanzha02
2018-04-20cmd/internal/obj/arm64: summarize the Go assembly syntax and the GNU syntax m...fanzha02
2018-04-19cmd/asm: add rev64 instruction on ARM64Fangming.Fang
2018-04-11cmd/internal/obj/arm64: add support for a series of load/store with register ...fanzha02
2018-04-09cmd/internal/obj/arm64: add assembler support for load with register offsetfanzha02
2018-04-03cmd/asm: add essential instructions for AES-GCM on ARM64Fangming.Fang
2018-02-28cmd/asm: enable several arm64 load & store instructionserifan01
2018-02-22cmd/asm: add arm64 instructions for math optimizationerifan01
2018-02-20all: fix misspellingsShawn Smith
2018-02-14cmd/asm: add PRFM instruction on ARM64fanzha02
2017-11-21bytes: add optimized countByte for arm64Wei Xiao
2017-10-13cmd/asm: refine Go assembly for ARM64Wei Xiao