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", "FLTQ",
"FCLASSQ", "FCLASSQ",
"CLWSP", "CLWSP",
"CFLWSP",
"CLDSP", "CLDSP",
"CFLDSP", "CFLDSP",
"CSWSP", "CSWSP",
"CSDSP", "CSDSP",
"CFSWSP",
"CFSDSP", "CFSDSP",
"CLW", "CLW",
"CLD", "CLD",
"CFLW",
"CFLD", "CFLD",
"CSW", "CSW",
"CSD", "CSD",
"CFSW",
"CFSD", "CFSD",
"CJ", "CJ",
"CJR", "CJR",

View file

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