[Qemu-devel] [RISU PATCH 1/7] aarch64.risu: document naming conventions

Alex Bennée posted 7 patches 8 years, 3 months ago
[Qemu-devel] [RISU PATCH 1/7] aarch64.risu: document naming conventions
Posted by Alex Bennée 8 years, 3 months ago
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 aarch64.risu | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/aarch64.risu b/aarch64.risu
index 2f3341c..5e7ec59 100644
--- a/aarch64.risu
+++ b/aarch64.risu
@@ -19,6 +19,14 @@
 # XXX NIY: SP-related instructions
 # XXX NIY: floating point and SIMD specific insns
 
+# Instruction suffixes to identify variants
+#   m - memory (loads/stores)
+#   s - scalar
+#   v - vector
+#   z - zero (e.g. compare to zero)
+#   f - fixed point
+#
+
 # - - - - 1 - 0 - - - - - - - - - - - - - - - Loads and stores
 # C3.3 Loads and stores
 
-- 
2.14.2