]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/loong64: add support for FSEL instruction
authorXiaolin Zhao <zhaoxiaolin@loongson.cn>
Wed, 6 Aug 2025 03:07:57 +0000 (11:07 +0800)
committerabner chenc <chenguoqi@loongson.cn>
Fri, 8 Aug 2025 02:04:20 +0000 (19:04 -0700)
commitee7bb8969a62b12f466f818e4e3d836a2e126940
tree36df8dd7c496896b2c8f24e33fca76bf84f7a44e
parent1f7ffca171cd8c50fe6a10eb77a84a95c5b37c61
cmd/internal/obj/loong64: add support for FSEL instruction

Go asm syntax:
FSEL FCC, FK, FJ, FD

Equivalent platform assembler syntax:
fsel fd, fj, fk, ca

Change-Id: If75f16fca0adfc03f4952f8a5143d22da33ed425
Reviewed-on: https://go-review.googlesource.com/c/go/+/693457
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Meidan Li <limeidan@loongson.cn>
Reviewed-by: abner chenc <chenguoqi@loongson.cn>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Mark Freeman <markfreeman@google.com>
src/cmd/asm/internal/asm/testdata/loong64enc1.s
src/cmd/internal/obj/loong64/a.out.go
src/cmd/internal/obj/loong64/anames.go
src/cmd/internal/obj/loong64/asm.go