projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4bbe6b
)
p
author
lkcl
<lkcl@web>
Fri, 27 May 2022 08:47:09 +0000
(09:47 +0100)
committer
IkiWiki
<ikiwiki.info>
Fri, 27 May 2022 08:47:09 +0000
(09:47 +0100)
openpower/sv/svp64_quirks.mdwn
[new file with mode: 0644]
patch
|
blob
diff --git a/openpower/sv/svp64_quirks.mdwn
b/openpower/sv/svp64_quirks.mdwn
new file mode 100644
(file)
index 0000000..
6d1b0e5
--- /dev/null
+++ b/
openpower/sv/svp64_quirks.mdwn
@@ -0,0
+1,13
@@
+# The Rules
+
+SVP64 is designed around these fundamental and inviolate principles:
+
+1. There are no actual Vector instructions: Scalar instructions
+ are the sole exclusive bedrock.
+2. A hardware-level for-loop makes vector elements synonymous
+ with scalar instructions (the suffix)
+
+That said, there are a few exceptional places where these rules get
+bent, and this page tracks them.
+
+# CR weird instructions