Skip to content

Commit 76d088e

Browse files
committed
cmd/internal/obj/riscv: remove ACFLWSP/ACFSWSP and ACFLW/ACFSW
These are RV32-only instructions that will not be implemented. Updates #71105 Change-Id: Ie386fe36e56f1151bb8756088dd79804584317c0 Reviewed-on: https://go-review.googlesource.com/c/go/+/702395 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Meng Zhuo <[email protected]> Reviewed-by: Mark Ryan <[email protected]> Reviewed-by: Mark Freeman <[email protected]> Reviewed-by: Michael Pratt <[email protected]>
1 parent 5225e9d commit 76d088e

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/cmd/internal/obj/riscv/anames.go

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/cmd/internal/obj/riscv/cpu.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -588,22 +588,18 @@ const (
588588

589589
// 26.3.1: Compressed Stack-Pointer-Based Loads and Stores
590590
ACLWSP
591-
ACFLWSP
592591
ACLDSP
593592
ACFLDSP
594593
ACSWSP
595594
ACSDSP
596-
ACFSWSP
597595
ACFSDSP
598596

599597
// 26.3.2: Compressed Register-Based Loads and Stores
600598
ACLW
601599
ACLD
602-
ACFLW
603600
ACFLD
604601
ACSW
605602
ACSD
606-
ACFSW
607603
ACFSD
608604

609605
// 26.4: Compressed Control Transfer Instructions

0 commit comments

Comments
 (0)