aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/asm/internal/asm/testdata/arm64error.s
AgeCommit message (Expand)Author
2023-12-08cmd/internal/obj/arm64: fix invalid register pair for LDPeric fang
2023-07-27cmd/asm: add the fifth argument of the instruction to Optab on arm64erifan01
2023-05-22cmd/asm: encode instructions like SHA1SU0 with a separate case for arm64Ruinan
2023-02-28cmd/asm: remove the incorrect check of LDADDx-like instructionsfanzha02
2022-04-01cmd/asm: add DC instruction on arm64erifan01
2022-04-01cmd/asm: add TLBI instruction on arm64erifan01
2022-03-15cmd/internal/obj/arm64: refactor the handling of shifted RSPeric fang
2021-09-30cmd/asm: add error check for move constant instructions on arm64fanzha02
2021-09-09cmd/internal/obj/arm64: add checks for incorrect use of REGTMP registerfanzha02
2021-08-20cmd/internal/obj/arm64: disable the pre and post index formats for pseudo reg...eric fang
2021-08-18cmd/internal/obj/arm64: fix the encoding error when operating with ZReric fang
2021-05-14cmd/internal/obj/arm64: disable AL and NV for some condition operation instru...eric fang
2021-04-28cmd/asm: add check for register and shift/extension combination on arm64eric fang
2021-04-28cmd/internal/obj/arm64: fix the wrong error message of out-of-range checkingeric fang
2021-04-22cmd/internal/obj/arm64: fix the wrong ROR operator of some instructionseric fang
2021-04-15cmd/internal/obj/arm64: fix the wrong sp dst register of ADDS/SUBS instructionseric fang
2021-03-12cmd/internal/obj/arm64: add support for op(extended register) with RSP argumentsfanzha02
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: add several arm64 SIMD instructionsfanzha02
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-02-25cmd/asm: add asimd instruction 'rev16' on arm64Xiangdong Ji
2019-10-08cmd/internal/obj/arm64: add error checking for system registers.diaxu01
2019-03-06cmd/asm: add arm64 v8.1 atomic instructionserifan01
2018-09-12cmd/internal/obj/arm64: add error report for invalid base registerfanzha02
2018-09-06cmd/internal/obj/arm64: add CONSTRAINED UNPREDICTABLE behavior check for some...fanzha02
2018-08-24cmd/internal/obj: support more arm64 FP instructionsBen Shi
2018-07-30cmd/internal/obj/arm64: reject incorrect form of LDP/STPBen Shi
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-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-03-19cmd/asm: add ARM64 assembler check for incorrect inputfanzha02
2018-03-13cmd/internal/obj/arm64: support logical instructions targeting RSPCherry Zhang
2018-02-22cmd/asm: add arm64 instructions for math optimizationerifan01
2018-02-06cmd/internal/obj/arm64: fix assemble add/adds/sub/subs/cmp/cmn(extended regis...fanzha02
2018-01-23cmd/internal/obj/arm64: fix assemble VLD1/VST1 bugfanzha02