aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/asm/internal/asm/testdata/arm64.s
AgeCommit message (Expand)Author
2021-03-19cmd/asm: complete the support for VDUP on arm64fanzha02
2021-03-12cmd/internal/obj/arm64: add support for op(extended register) with RSP argumentsfanzha02
2021-03-04cmd/asm: disable scaled register format for arm64eric fang
2021-03-04cmd/internal/obj/asm64: add support for moving BITCON to RSPeric fang
2021-03-04cmd/asm: add arm64 instructions VUMAX and VUMINeric fang
2021-03-04cmd/asm: add 128-bit FLDPQ and FSTPQ instructions for arm64eric fang
2020-11-04cmd/asm: rename arm64 instructions LDANDx to LDCLRxJonathan Swinney
2020-10-29cmd/internal/obj/arm64: add CASx/CASPx instructionsfanzha02
2020-10-29cmd/asm: sort test cases in the arm64.s filefanzha02
2020-10-29cmd/asm: add several arm64 SIMD instructionsfanzha02
2020-10-10cmd/asm: Add SHA3 hardware instructions for ARM64Meng Zhuo
2020-09-25cmd/asm: fix the issue of moving 128-bit integers to vector registers on arm64fanzha02
2020-09-16cmd/internal/obj/arm64: optimize the instruction of moving long effective sta...diaxu01
2020-09-10cmd/asm: add more SIMD instructions on arm64Junchen Li
2020-09-10cmd/internal/obj/arm64: enable some SIMD instructionsfanzha02
2020-09-07cmd/asm: fix the error of checking the post-index offset of VLD[1-4]R instruc...fanzha02
2020-08-18cmd/asm: Add SHA512 hardware instructions for ARM64Meng Zhuo
2020-05-08cmd/internal/obj/arm64: fix 32-bit BITCON testCherry Zhang
2019-10-18cmd/internal/obj/arm64: add support of NOOP instructiondiaxu01
2019-10-08cmd/internal/obj/arm64: add error checking for system registers.diaxu01
2019-10-03cmd/asm: add VLD[1-4]R vector instructions on arm64Meng Zhuo
2019-08-28cmd/asm: add V[LD|ST][2-4] vector instructions on arm64Meng Zhuo
2019-08-28cmd/internal/obj/arm64: add support for most system registersfanzha02
2019-03-06cmd/asm: add arm64 v8.1 atomic instructionserifan01
2019-02-22cmd/internal/obj/arm64: fix the bug assembling TSTWfanzha02
2018-11-07cmd/internal/obj/arm64: encode large constants into MOVZ/MOVN and MOVK instru...fanzha02
2018-11-06cmd/asm: rename R18 to R18_PLATFORM on ARM64Cherry Zhang
2018-11-03cmd/internal/obj/arm64: fix encoding of 32-bit negated logical instructionsCherry Zhang
2018-10-22cmd/internal/obj/arm64: reclassify 32-bit/64-bit constantsfanzha02
2018-10-04cmd/internal/obj/arm64: simplify ADD and SUBBen Shi
2018-09-06cmd/internal/obj/arm64: add CONSTRAINED UNPREDICTABLE behavior check for some...fanzha02
2018-09-05cmd/internal/obj/arm64: encode float constants into FMOVS/FMOVD instructionsfanzha02
2018-09-04cmd/internal/obj/arm64: support more atomic instructionsBen Shi
2018-08-24cmd/internal/obj: support more arm64 FP instructionsBen Shi
2018-08-20cmd/internal/obj/arm64: add register indexed FMOVS/FMOVDBen Shi
2018-08-20cmd/internal/obj/arm64: add SWPALD/SWPALW/SWPALH/SWPALBBen Shi
2018-08-03cmd/internal/obj/arm64: fix incorrect rejection of legal instructionsBen Shi
2018-06-21cmd/compile: improve atomic add intrinsics with ARMv8.1 new instructionWei Xiao
2018-06-01cmd/internal/obj/arm64: fix two issues in the assemblerBen Shi
2018-05-07cmd/internal/obj/arm64: fix illegal 4-operand instructions accepted arm64 bugfanzha02
2018-05-03cmd/internal/obj/arm64: add more atomic instructionsBen Shi
2018-04-30cmd/asm: add vector instructions for ChaCha20Poly1305 on ARM64Balaram Makam
2018-04-28cmd/internal/obj/arm64: reorder the assembler's optab entriesfanzha02
2018-04-26cmd/asm: add VSRI instruction on ARM64Balaram Makam
2018-04-19cmd/asm: add rev64 instruction on ARM64Fangming.Fang
2018-04-13cmd/internal/obj/arm64: fix the bug of incorrect handling negative offset of ...fanzha02
2018-04-11cmd/internal/obj/arm64: support SWPD/SWPW/SWPH/SWPBBen Shi
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