add sign/zero extension operations

This commit is contained in:
Quentin Carbonneaux 2015-08-17 19:00:51 -04:00
parent 5668e93147
commit 40d0582ee0
5 changed files with 23 additions and 2 deletions

View file

@ -127,6 +127,8 @@ enum Op {
ORem,
OMul,
OAnd,
OSext,
OZext,
OCmp,
OCmp1 = OCmp + NCmp-1,
OStorel,