aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/asm/internal/arch
AgeCommit message (Expand)Author
34 hourscmd/asm, cmd/internal/obj/arm64: support SVE register listsJunyang Shao
2026-03-31cmd/internal/obj/riscv: add support for FENCE operands and FENCE.TSOwangboyao
2026-03-20cmd/internal/obj/arm64: new arm64 assembling path for SVEJunyang Shao
2026-02-17cmd/internal/obj: move ARM64RegisterListOffset from cmd/asm/internal/archAlexander Musman
2026-02-14cmd/internal/obj/loong64: improve ARNG type register name conversionGuoqi Chen
2025-11-13cmd/asm,cmd/internal/obj/riscv: add support for riscv compressed instructionsJoel Sing
2025-10-15cmd/internal/obj: move ARM64RegisterExtension from cmd/asm/internal/archVasily Leonenko
2025-09-12cmd/asm, cmd/internal/obj: add riscv64 generic CSR opsMark Ryan
2025-08-05cmd: remove dead codeqiulaidongfeng
2025-05-12cmd/internal/obj/loong64: Add preld{,x} instructions supportGuoqi Chen
2025-02-14cmd/asm,cmd/internal/obj/riscv: implement vector configuration setting instru...Joel Sing
2024-11-21cmd/internal/obj/ppc64: support for decimal floating point instructionsJayanth Krishnamurthy jayanth.krishnamurthy@ibm.com
2024-11-13cmd/asm: fix format string so vet doesn't complainKeith Randall
2024-11-13cmd/internal/obj/loong64: add support of VMOVQ and XVMOVQGuoqi Chen
2024-11-07cmd/internal/obj/loong64: add {V,XV}LD/{V,XV}LDX/{V,XV}ST/{V,XV}STX instructi...Guoqi Chen
2024-10-24cmd/internal/obj,cmd/asm: add vector registers to riscv64 assemblerJoel Sing
2024-10-23cmd/asm: add support for LDREXB/STREXBMauri de Souza Meneguzzo
2024-07-29cmd/asm: change register type for loong64 floating-pointXiaolin Zhao
2024-05-22cmd/internal/obj/loong64: add atomic memory access instructions supportGuoqi Chen
2024-05-17cmd/asm: on PPC64, fix assembling of FCMPO opcodePaul E. Murphy
2023-03-21cmd/asm, runtime: remove the RSB register from loong64WANG Xuerui
2023-02-06cmd/asm: add RDTIME{L,H}.W, RDTIME.D support for loong64Guoqi Chen
2022-11-18all: add missing periods in commentscui fliter
2022-09-29cmd/asm: optimize if statement to return directlycuiweixie
2022-09-29cmd/asm: use opd.String() instead of fmt.Sprintfcuiweixie
2022-09-15cmd/internal/obj/ppc64: add ISA 3.1 instructionsPaul E. Murphy
2022-09-07cmd/asm: improve argument to obj.Prog assignment on PPC64Paul E. Murphy
2022-09-07cmd/asm,cmd/internal/obj/ppc64: recognize ppc64 ISA 3.1 MMA registersPaul E. Murphy
2022-08-09cmd/asm: add VTBX instruction on arm64Nick Ripley
2022-05-23cmd/internal/obj/arm64: fix encoding of ADR/ADRP instructionCherry Mui
2022-05-13cmd/asm/internal: configure assembler for loong64Xiaodong Liu
2022-04-01cmd/asm: refactor some operands that are not special registers on arm64erifan01
2022-03-11cmd/asm: add support for bdnz/bdz extended mnemonics on PPC64Paul E. Murphy
2021-11-03cmd/asm,cmd/compile,runtime: stop using X3 (aka GP) on riscv64Joel Sing
2021-10-26cmd/internal/obj/ppc64: fix usage of CR bit argumentsPaul E. Murphy
2021-10-08cmd/internal/obj: rename MOVBE{LL,QQ,WW} to just MOVBE{L,Q,W}Matthew Dempsky
2021-08-20cmd/asm/internal/arch: adds the missing type check for arm64 SXTB extensioneric fang
2021-04-28cmd/asm: add check for register and shift/extension combination on arm64eric fang
2021-02-05[dev.regabi] cmd/asm: define g register on AMD64Cherry Zhang
2020-10-29cmd/asm: remove X27 and S11 register names on riscv64Joel Sing
2020-10-29cmd/internal/obj/arm64: add CASx/CASPx instructionsfanzha02
2020-09-25cmd/asm: fix the issue of moving 128-bit integers to vector registers on arm64fanzha02
2020-03-31cmd/asm,cmd/internal/obj/riscv: provide branch pseudo-instructionsJoel Sing
2020-03-15cmd/asm,cmd/internal/obj/riscv: add atomic memory operation instructionsJoel Sing
2020-03-15cmd/asm,cmd/internal/obj/riscv: add LR/SC instructionsJoel Sing
2020-03-04cmd/asm: add MIPS MSA LD/ST/LDI support for mips64xMeng Zhuo
2019-10-17cmd/asm/internal/arch: delete unused s390x functionsMichael Munday
2019-10-10all: remove nacl (part 3, more amd64p32)Brad Fitzpatrick
2019-10-09cmd/asm: add s390x branch-on-count instructionsMichael Munday
2019-09-25cmd/asm: add masked branch and conditional load instructions to s390xMichael Munday