aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/ucmplt16.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/ucmplt16.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/ucmplt16.h')
-rw-r--r--riscv/insns/ucmplt16.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/riscv/insns/ucmplt16.h b/riscv/insns/ucmplt16.h
deleted file mode 100644
index fa7512c..0000000
--- a/riscv/insns/ucmplt16.h
+++ /dev/null
@@ -1,3 +0,0 @@
-P_ULOOP(16, {
- pd = (ps1 < ps2) ? -1 : 0;
-})