projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80fc819
)
clarify
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 24 Apr 2018 10:56:41 +0000
(11:56 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 24 Apr 2018 10:56:41 +0000
(11:56 +0100)
simple_v_extension.mdwn
patch
|
blob
|
history
diff --git
a/simple_v_extension.mdwn
b/simple_v_extension.mdwn
index 2f2402c8863785acb1ac3e27eb7800483f745fef..9aef469923cbcecdc112a86e65d5bb9b4e0ea5dc 100644
(file)
--- a/
simple_v_extension.mdwn
+++ b/
simple_v_extension.mdwn
@@
-606,6
+606,10
@@
reserved | src2 | src1 | 110 | predicate rs3 || BLTU |
reserved | src2 | src1 | 111 | predicate rs3 || BGEU |
"""]]
+Note that just as with the standard (scalar, non-predicated) branch
+operations, BLT, BGT, BLEU and BTGU may be synthesised by inverting
+src1 and src2.
+
Below is the overloaded table for Floating-point Predication operations.
Interestingly no change is needed to the instruction format because
FP Compare already stores a 1 or a zero in its "rd" integer register