diff python/target/armv7.lidl @ 292:534b94b40aa8

Fixup reorganize
author Windel Bouwman
date Wed, 27 Nov 2013 08:06:42 +0100
parents
children 44f336460c2a
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/python/target/armv7.lidl	Wed Nov 27 08:06:42 2013 +0100
@@ -0,0 +1,16 @@
+
+
+instruction yield {
+  encoding: 0xbf10
+}
+
+base rrr_base {
+  encoding: ''
+}
+
+instruction add : rrr_base {
+  semantics: {
+    Rd = Rm + Rn;
+  }
+}
+