aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/asm
AgeCommit message (Expand)Author
2025-10-20cmd/asm: fix typo in commentJoel Sing
2025-10-15cmd/internal/obj: move ARM64RegisterExtension from cmd/asm/internal/archVasily Leonenko
2025-10-14cmd/internal/obj/arm64: add support for PAC instructionsBill Roberts
2025-09-24cmd/internal/obj/riscv: add support for vector unit-stride fault-only-first l...wangboyao
2025-09-17cmd/internal/obj/riscv: add support for Zicond instructionslxq015
2025-09-16cmd/internal/obj/riscv: improve handling of float point movesJoel Sing
2025-09-15cmd/internal/obj/riscv: implement vector segment load/store instructionswangboyao
2025-09-15cmd/asm: add double precision comparision testcases for riscv64Meng Zhuo
2025-09-12cmd/asm, cmd/internal/obj: add riscv64 generic CSR opsMark Ryan
2025-09-04cmd/internal/obj/loong64: add ADDU16I.D instruction supportXiaolin Zhao
2025-09-04cmd/internal/obj/loong64: fix the usage of offset in the instructions [X]VLDR...Xiaolin Zhao
2025-08-31cmd/internal/obj/loong64: add LDPTR.{W/D} and STPTR.{W/D} instructions supportXiaolin Zhao
2025-08-07cmd/internal/obj/loong64: change the immediate range of ALSL{W/WU/V}limeidan
2025-08-07cmd/internal/obj/loong64: add support for FSEL instructionXiaolin Zhao
2025-08-05cmd/internal/obj/loong64: add new instructions ALSL{W/WU/V} for loong64limeidan
2025-08-05cmd: remove dead codeqiulaidongfeng
2025-08-03cmd/internal/obj/loong64: add {V,XV}{BITCLR/BITSET/BITREV}[I].{B/H/W/D} instr...Xiaolin Zhao
2025-08-03cmd/internal/obj/loong64: add [X]VLDREPL.{B/H/W/D} instructions supportXiaolin Zhao
2025-07-30cmd/compile: add floating point min/max intrinsics on s390xMichael Munday
2025-07-24cmd/internal/obj/s390x: add MVCLE instructionkmvijay
2025-05-21cmd/internal/obj/riscv: fix vector integer multiply addMark Ryan
2025-05-15cmd/internal/obj/loong64: change the plan9 format of the prefetch instruction...Guoqi Chen
2025-05-14cmd/intarnal/obj: add new assembly format for VANDV and VANDB on loong64Xiaolin Zhao
2025-05-12cmd/internal/obj/loong64: Add preld{,x} instructions supportGuoqi Chen
2025-05-11cmd/internal/obj/loong64: add [X]VFCLASS.{S/D} instructionsXiaolin Zhao
2025-05-08cmd/internal/obj/loong64: add [X]VF{ADD/SUB/MUL/DIV}.{S/D} instructionsXiaolin Zhao
2025-05-08cmd/internal/obj/riscv: reject invalid vadc/vsbc encodingsMark Ryan
2025-05-08cmd/internal/obj/riscv: fix LMUL encoding for MF2 and MF8Mark Ryan
2025-05-07cmd/internal/obj/loong64: add [X]VFRINT[{RNE/RZ/RP/RM}].{S/D} instructionsXiaolin Zhao
2025-05-02cmd/internal/obj/riscv: add support for vector permutation instructionsJoel Sing
2025-05-02cmd/internal/obj/riscv: add support for vector mask instructionsJoel Sing
2025-05-02cmd/internal/obj/riscv: add support for vector reduction instructionsJoel Sing
2025-05-01cmd/internal/obj/riscv: add support for vector floating-point instructionsJoel Sing
2025-04-24cmd/internal/obj: add new assembly format for BFPT and BFPF on loong64Guoqi Chen
2025-04-15cmd/internal/obj/loong64: add support for {V,XV}SET{EQ,NE}Z.V series instruct...limeidan
2025-04-13cmd: fix DWARF gen bug with packages that use assemblyThan McIntosh
2025-04-01cmd/internal/obj/riscv: add support for vector fixed-point arithmetic instruc...Joel Sing
2025-03-29cmd/internal/obj/riscv: add support for vector integer arithmetic instructionsJoel Sing
2025-03-27cmd/internal/obj/riscv,internal/bytealg: synthesize MIN/MAX/MINU/MAXU instruc...Joel Sing
2025-03-27cmd/internal/obj/riscv: improve constant constructionJoel Sing
2025-03-26cmd/internal/obj/arm64: add support for BTI instructionJoel Sing
2025-03-25cmd/internal/obj/loong64: add [X]VSHUF4I.{B/H/W/D} instructions supportXiaolin Zhao
2025-03-25cmd/internal/obj/loong64: add [X]VMULW{EV/OD} series instructions supportXiaolin Zhao
2025-03-24cmd/asm: add LCDBR instruction on s390xVishwanatha HD
2025-03-21cmd/asm/internal/asm: add additional tests for constant loads on riscv64Joel Sing
2025-03-19cmd/internal/obj/riscv: prevent panics on bad branchesMark Ryan
2025-03-18cmd/internal/obj/riscv: prevent duplicate error reportsMark Ryan
2025-03-16cmd/internal/obj/loong64: add {V,XV}NEG{B/H/W/V} instructions supportXiaolin Zhao
2025-03-13cmd/internal/obj/loong64: add {V,XV}{FSQRT/FRECIP/FRSQRT}.{S/D} instructions ...Xiaolin Zhao
2025-03-12cmd/internal/obj/loong64: add {V,XV}DIV{B/H/W/V}[U] and {V,XV}MOD{B/H/W/V}[U]...Xiaolin Zhao