aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVed Shanbhogue <ved@rivosinc.com>2023-11-25 11:42:10 -0600
committerVed Shanbhogue <ved@rivosinc.com>2023-11-25 11:42:10 -0600
commitdc5f9816deb33f1ab476933be4b626671495c193 (patch)
tree703ec1b5fe2b85ed142c0d7c4f724819b3c7eb7e
parentef0c296be1c4cec4bf1c4636acd810eb9a8d136c (diff)
downloadriscv-opcodes-dc5f9816deb33f1ab476933be4b626671495c193.zip
riscv-opcodes-dc5f9816deb33f1ab476933be4b626671495c193.tar.gz
riscv-opcodes-dc5f9816deb33f1ab476933be4b626671495c193.tar.bz2
add pseudoops for zicfiss insts
-rw-r--r--constants.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/constants.py b/constants.py
index 1298aa7..0f4e777 100644
--- a/constants.py
+++ b/constants.py
@@ -165,8 +165,10 @@ emitted_pseudo_ops = [
'srli_rv32',
'umax32',
'c_mop_1',
+ 'c_sspush_x1',
'c_mop_3',
'c_mop_5',
+ 'c_sspopchk_x5',
'c_mop_7',
'c_mop_9',
'c_mop_11',
@@ -201,6 +203,9 @@ emitted_pseudo_ops = [
'mop_r_26',
'mop_r_27',
'mop_r_28',
+ 'sspopchk_x1',
+ 'sspopchk_x5',
+ 'ssrdp',
'mop_r_29',
'mop_r_30',
'mop_r_31',
@@ -213,4 +218,6 @@ emitted_pseudo_ops = [
'mop_rr_5',
'mop_rr_6',
'mop_rr_7',
+ 'sspush_x1',
+ 'sspush_x5',
]