split store into store{w,l}

This commit is contained in:
Quentin Carbonneaux 2015-08-11 16:26:12 -04:00
parent f6df9e55c5
commit 1583f4bd32
5 changed files with 64 additions and 76 deletions

View file

@ -128,7 +128,8 @@ enum {
ORem,
OCmp,
OCmp1 = OCmp + NCmp-1,
OStore,
OStorel,
OStorew,
OStores,
OStoreb,
OLoad,