aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/asm/internal/asm/testdata
AgeCommit message (Expand)Author
2021-05-14cmd/internal/obj/arm64: disable AL and NV for some condition operation instru...eric fang
2021-05-10runtime/cgo,cmd/internal/obj/ppc64: fix signals with cgoLynn Boger
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-27cmd/internal/obj: refactor ppc64 address relocation code generationPaul E. Murphy
2021-04-22cmd/asm: fix RLDCR const1,reg,const2,reg on ppc64Paul E. Murphy
2021-04-22cmd/internal/obj/arm64: fix the wrong ROR operator of some instructionseric fang
2021-04-15cmd/internal/obj: consolidate AMOVW and AMOVWZ optab entriesPaul E. Murphy
2021-04-15cmd/internal/obj/arm64: fix the wrong sp dst register of ADDS/SUBS instructionseric fang
2021-03-19cmd/asm: complete the support for VDUP on arm64fanzha02
2021-03-18cmd/compile,cmd/internal/obj/riscv: load >32-bit constants from memory for ri...Joel Sing
2021-03-16cmd/asm: when dynamic linking, reject code that uses a clobbered R15Keith Randall
2021-03-16cmd/asm: add rotr/drotr for mips64Meng Zhuo
2021-03-12cmd/internal/obj/arm64: add support for op(extended register) with RSP argumentsfanzha02
2021-03-09cmd/asm,cmd/compile: support 5 operand RLWNM/RLWMI on ppc64Paul E. Murphy
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
2021-02-23cmd/internal/obj/riscv: prevent constant loads that do not target registersJoel Sing
2020-12-02cmd/asm, cmd/internal/obj/riscv: fix branch pseudo-instructionsQuey-Liang Kao
2020-11-10cmd/internal/obj/s390x: fix SYNC instruction encodingMichael Munday
2020-11-04cmd/asm: fix rlwnm reg,reg,const,reg encoding on ppc64Paul E. Murphy
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-24cmd/internal/obj/riscv: support additional register to register movesJoel Sing
2020-10-16cmd/internal/obj/ppc64,cmd/asm/internal/asm/testdata: fix up ppc64 testcasesLynn Boger
2020-10-13cmd/asm: reject misplaced go:build commentsRuss Cox
2020-10-10cmd/asm: Add SHA3 hardware instructions for ARM64Meng Zhuo
2020-10-06cmd/compile,cmd/internal/obj/ppc64: use mulli where possibleLynn Boger
2020-10-01cmd/compile,cmd/internal/obj/ppc64: fix some shift rules due to a regressionLynn Boger
2020-09-28cmd/asm,cmd/compile,cmd/internal/obj/ppc64: add extswsli support on power9Lynn Boger
2020-09-25cmd/asm: fix the issue of moving 128-bit integers to vector registers on arm64fanzha02
2020-09-17cmd/compile: use combined shifts to improve array addressing on ppc64xLynn Boger
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-28cmd/asm: Always use go-style arrangement specifiers on ARM64Xiangdong Ji
2020-08-19cmd/asm,cmd/internal/obj/ppc64: add {l,st}xvx power9 instructionsPaul E. Murphy
2020-08-18cmd/asm: Add SHA512 hardware instructions for ARM64Meng Zhuo
2020-06-09cmd/asm: fix the encoding error of VCNT instruction for arm64eric fang
2020-05-08cmd/internal/obj/arm64: fix 32-bit BITCON testCherry Zhang
2020-04-29cmd/asm: update ppc64enc.s testcaseLynn Boger
2020-04-29cmd/compile,cmd/internal/obj/ppc64: use mod instructions on power9Lynn Boger
2020-04-23cmd/asm,cmd/internal/obj/ppc64: update instructions and testsLynn Boger
2020-04-22cmd/internal: allow ADDE to work with memory location on s390xRuixin(Peter) Bao
2020-04-07cmd/internal: add MVCIN instruction to s390x assemblerRuixin(Peter) Bao