aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/asm/internal/asm/testdata/arm64error.s
AgeCommit message (Expand)Author
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