aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/khm8.h
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2024-05-01 16:25:46 -0700
committerAndrew Waterman <andrew@sifive.com>2024-05-01 16:53:06 -0700
commitc9468f6e024abb6d620ace295ef6e2e58e8f7eb2 (patch)
tree9be4f9d3cbe9ff9321d64109be58b3a0ba605654 /riscv/insns/khm8.h
parentc4edeabbe756b2527a63970492dfb2239953a990 (diff)
downloadspike-c9468f6e024abb6d620ace295ef6e2e58e8f7eb2.zip
spike-c9468f6e024abb6d620ace295ef6e2e58e8f7eb2.tar.gz
spike-c9468f6e024abb6d620ace295ef6e2e58e8f7eb2.tar.bz2
Remove Zbpbo, Zpn, and Zpsfoperand implementation
Diffstat (limited to 'riscv/insns/khm8.h')
-rw-r--r--riscv/insns/khm8.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/riscv/insns/khm8.h b/riscv/insns/khm8.h
deleted file mode 100644
index ac21d68..0000000
--- a/riscv/insns/khm8.h
+++ /dev/null
@@ -1,9 +0,0 @@
-require_vector_vs;
-P_LOOP(8, {
- if ((ps1 != INT8_MIN) | (ps2 != INT8_MIN)) {
- pd = (ps1 * ps2) >> 7;
- } else {
- pd = INT8_MAX;
- P_SET_OV(1);
- }
-})