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 <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Meng Zhuo <mengzhuo1203@gmail.com>
Reviewed-by: Mark Ryan <markdryan@rivosinc.com>
Reviewed-by: Mark Freeman <markfreeman@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
This commit is contained in:
Joel Sing 2025-09-10 01:00:22 +10:00
parent 5225e9dc49
commit 76d088eb74
2 changed files with 0 additions and 8 deletions

View file

@ -195,20 +195,16 @@ var Anames = []string{
"FLTQ",
"FCLASSQ",
"CLWSP",
"CFLWSP",
"CLDSP",
"CFLDSP",
"CSWSP",
"CSDSP",
"CFSWSP",
"CFSDSP",
"CLW",
"CLD",
"CFLW",
"CFLD",
"CSW",
"CSD",
"CFSW",
"CFSD",
"CJ",
"CJR",

View file

@ -588,22 +588,18 @@ const (
// 26.3.1: Compressed Stack-Pointer-Based Loads and Stores
ACLWSP
ACFLWSP
ACLDSP
ACFLDSP
ACSWSP
ACSDSP
ACFSWSP
ACFSDSP
// 26.3.2: Compressed Register-Based Loads and Stores
ACLW
ACLD
ACFLW
ACFLD
ACSW
ACSD
ACFSW
ACFSD
// 26.4: Compressed Control Transfer Instructions