aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/c_sspush_x1.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/c_sspush_x1.h')
-rw-r--r--riscv/insns/c_sspush_x1.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/riscv/insns/c_sspush_x1.h b/riscv/insns/c_sspush_x1.h
new file mode 100644
index 0000000..3645a9e
--- /dev/null
+++ b/riscv/insns/c_sspush_x1.h
@@ -0,0 +1,5 @@
+#include "zicfiss.h"
+
+if (xSSE()) {
+ PUSH_VALUE_TO_SS(RA);
+}