add some load/store operations
This commit is contained in:
parent
a6bbd5c980
commit
9966a181c1
2 changed files with 76 additions and 39 deletions
|
@ -128,7 +128,13 @@ enum {
|
|||
OCmp,
|
||||
OCmp1 = OCmp + NCmp-1,
|
||||
OStore,
|
||||
OStores,
|
||||
OStoreb,
|
||||
OLoad,
|
||||
OLoadss,
|
||||
OLoadus,
|
||||
OLoadsb,
|
||||
OLoadub,
|
||||
/* reserved instructions */
|
||||
ONop,
|
||||
OCopy,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue