aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/asm/internal/asm/testdata/amd64error.s
AgeCommit message (Expand)Author
2019-10-17cmd/asm: add missing x86 instructionsArtem Alekseev
2018-05-22cmd/asm: enable AVX512isharipo
2018-04-24cmd/internal/obj/x86: forbid mem args for MOV_DR and MOV_CRquasilyte
2018-04-20cmd/internal/obj/x86: disallow PC/FP/SB scaled indexquasilyte
2018-04-17cmd/internal/obj/x86: better error msg for offset overflow on AMD64quasilyte
2018-02-27cmd/internal/obj/x86: add missing legacy instsisharipo
2017-11-17cmd/internal/obj/x86: add AVX2 gather and VSIBisharipo
2017-10-06cmd/asm: add amd64 EXTRACTPS instructionisharipo
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-10[dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranchKeith Randall
2016-01-24cmd/asm: reject foo(SB)(AX) instead of silently treating as foo(SB)Russ Cox