summary refs log tree commit diff
path: root/lisc/lisc.h
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-08-08 17:53:48 -0400
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-09-15 23:01:30 -0400
commit9966a181c13928bd145ee35a945520f94c3cd61d (patch)
tree89273f1301658f1831792f7c19d41edecd7ba200 /lisc/lisc.h
parenta6bbd5c9801ccc35e27fe8debf389c72f277ac57 (diff)
downloadroux-9966a181c13928bd145ee35a945520f94c3cd61d.tar.gz
add some load/store operations
Diffstat (limited to 'lisc/lisc.h')
-rw-r--r--lisc/lisc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisc/lisc.h b/lisc/lisc.h
index 2c78da4..1a711ca 100644
--- a/lisc/lisc.h
+++ b/lisc/lisc.h
@@ -128,7 +128,13 @@ enum {
 	OCmp,
 	OCmp1 = OCmp + NCmp-1,
 	OStore,
+	OStores,
+	OStoreb,
 	OLoad,
+	OLoadss,
+	OLoadus,
+	OLoadsb,
+	OLoadub,
 	/* reserved instructions */
 	ONop,
 	OCopy,