summaryrefslogtreecommitdiffstats
path: root/content/zettel/3a7e.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/zettel/3a7e.md')
-rw-r--r--content/zettel/3a7e.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/content/zettel/3a7e.md b/content/zettel/3a7e.md
new file mode 100644
index 0000000..c3e7cb8
--- /dev/null
+++ b/content/zettel/3a7e.md
@@ -0,0 +1,17 @@
++++
+title = "Simple comparisons of predicated instructions"
+author = "Yann Herklotz"
+tags = []
+categories = []
+backlinks = ["3a7d"]
+forwardlinks = []
+zettelid = "3a7e"
++++
+
+In practice, only a simple comparison of the predicates and values in
+the registers should be enough. In addition to that, we also need to
+keep track of the current state of the predicate register, which should
+always match through the symbolic execution. The predicate registers
+could just contain a simplistic overview of predicate operations that
+are allowed, such as performing an "or" between two predicates, or
+negating the predicate.