add some load/store operations

This commit is contained in:
Quentin Carbonneaux 2015-08-08 17:53:48 -04:00
parent a6bbd5c980
commit 9966a181c1
2 changed files with 76 additions and 39 deletions

View file

@ -128,7 +128,13 @@ enum {
OCmp,
OCmp1 = OCmp + NCmp-1,
OStore,
OStores,
OStoreb,
OLoad,
OLoadss,
OLoadus,
OLoadsb,
OLoadub,
/* reserved instructions */
ONop,
OCopy,