aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/ppc64/asm9.go
AgeCommit message (Expand)Author
2026-02-10cmd/internal/obj: add Align field to LSymIan Lance Taylor
2025-10-21all: eliminate unnecessary type conversionsJes Cok
2025-08-05cmd: remove dead codeqiulaidongfeng
2024-11-21all: fix some function names and typos in commentcuishuang
2024-11-21cmd/internal/obj/ppc64: support for decimal floating point instructionsJayanth Krishnamurthy jayanth.krishnamurthy@ibm.com
2024-11-07cmd/internal/obj: replace obj.Addrel func with LSym.AddRel methodRuss Cox
2024-10-29cmd/internal/obj/ppc64: support for extended mnemonics of BCJayanth Krishnamurthy
2024-10-29cmd/internal/obj/ppc64: add double-decimal arithmetic instructionsJayanth Krishnamurthy
2024-05-15cmd/compile,cmd/asm: on PPC64, generate compares against constant 0Paul E. Murphy
2024-04-01cmd/compile: support float min/max instructions on PPC64Paul E. Murphy
2024-02-28cmd/internal/obj/ppc64: generate smaller machine code for OR/XOR of uint32 va...Paul E. Murphy
2024-02-16cmd/internal/obj/ppc64: cleanup optab entries after renamingPaul E. Murphy
2024-02-13cmd/internal/obj/ppc64: rename and remove aliased optab classifiersPaul E. Murphy
2024-02-09cmd/internal/obj/ppc64: add new constant optab classificationsPaul E. Murphy
2024-02-07cmd/internal/obj/ppc64: combine C_SBRA and C_LBRA optab classesPaul E. Murphy
2023-11-17cmd/internal/obj/ppc64: cleanup and remove usage of getimpliedregPaul E. Murphy
2023-11-17cmd/internal/obj/ppc64: remove unused C_XER optab classPaul E. Murphy
2023-11-09cmd/internal/obj/ppc64: remove C_UCON optab matching classPaul E. Murphy
2023-11-06cmd/internal/asm/ppc64: avoid generating exser nopsPaul E. Murphy
2023-10-20cmd/internal/obj/ppc64: refactor maskgenPaul E. Murphy
2023-10-18cmd/internal/obj/ppc64: refactor maskgen64 usagePaul E. Murphy
2023-10-05cmd/internal/obj/ppc64: generate MOVD mask constants in registerPaul E. Murphy
2023-10-03cmd/internal/asm/ppc64: support 34b ADD/MOVD $const, RxPaul E. Murphy
2023-09-29cmd/internal/obj/ppc64: fix rebuilding of optab for asm testsPaul E. Murphy
2023-09-15cmd/internal/obj/ppc64: improve RLWNM encodingPaul E. Murphy
2023-09-07cmd/internal/obj/ppc64: do not assemble non-constant rotate RLWMIPaul E. Murphy
2023-05-19all: generate NOTOC shared code on power10/PPC64/linuxPaul E. Murphy
2023-04-21cmd/internal/obj/ppc64: modify PCALIGN to ensure alignmentLynn Boger
2023-04-21cmd/link,cmd/internal/obj/ppc64: enable PCrel on power10/ppc64/linuxPaul E. Murphy
2023-04-04all: fix misuses of "a" vs "an"cui fliter
2023-03-24cmd/internal/obj/ppc64: fix incorrect base reg causing segvLynn Boger
2023-03-22cmd/internal/obj/ppc64: add VC[LT]ZLSBB instructionsPaul E. Murphy
2023-03-08cmd/internal/obj/ppc64: add SETB instructionPaul E. Murphy
2023-02-28cmd/internal/obj: use prefix insn in MOV* opcodes for GOPPC64=power10Paul E. Murphy
2022-11-18all: add missing periods in commentscui fliter
2022-09-28cmd/internal/obj/ppc64: remove unnecessary opcodesArchana R
2022-09-15cmd/internal/obj/ppc64: add ISA 3.1 instructionsPaul E. Murphy
2022-09-15cmd/asm, cmd/internal/obj/ppc64: increase asm test coverage for PPC64Archana R
2022-09-07cmd/asm,cmd/internal/obj/ppc64: recognize ppc64 ISA 3.1 MMA registersPaul E. Murphy
2022-08-30cmd/asm: add new classification for index memory operands on PPC64Archana R
2022-08-12cmd/internal/obj/ppc64: eliminate dead code from asm9.goAndy Pan
2022-05-10cmd/compile: lower Add64/Sub64 into ssa on PPC64Paul E. Murphy
2022-05-06cmd/compile,cmd/asm: fix ppc64 usage of BI argument of BC opcodePaul E. Murphy
2022-05-04cmd/asm: on PPC64, allow ISEL to accept a CR bit argPaul E. Murphy
2022-04-19cmd/compile,cmd/internal/obj: replace Ctxt.FixedFrameSize method with Arch fieldAustin Clements
2022-03-11cmd/asm: add support for bdnz/bdz extended mnemonics on PPC64Paul E. Murphy
2022-03-03cmd/asm,cmd/compile: generate preferred nop on PPC64Paul E. Murphy
2021-10-26cmd/internal/obj/ppc64: fix usage of CR bit argumentsPaul E. Murphy
2021-10-21cmd/internal/obj/ppc64: rework argument classificationsPaul E. Murphy
2021-10-12cmd/internal/obj/ppc64: support alignment of prefixed insnPaul E. Murphy