add sign/zero extension operations
This commit is contained in:
parent
5668e93147
commit
40d0582ee0
5 changed files with 23 additions and 2 deletions
|
@ -127,6 +127,8 @@ enum Op {
|
|||
ORem,
|
||||
OMul,
|
||||
OAnd,
|
||||
OSext,
|
||||
OZext,
|
||||
OCmp,
|
||||
OCmp1 = OCmp + NCmp-1,
|
||||
OStorel,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue