compile branches on and using test
This commit is contained in:
parent
ca3dc70ff3
commit
16fe5c1366
4 changed files with 36 additions and 11 deletions
|
@ -33,6 +33,8 @@ OpDesc opdesc[NOp] = {
|
|||
[OXDiv] = { "xdiv", 1, 1 },
|
||||
[OXCmpw] = { "xcmpw", 2, 1 },
|
||||
[OXCmpl] = { "xcmpl", 2, 1 },
|
||||
[OXTestw] = { "xtestw", 2, 1 },
|
||||
[OXTestl] = { "xtestl", 2, 1 },
|
||||
[OAlloc] = { "alloc4", 1, 1 },
|
||||
[OAlloc+1] = { "alloc8", 1, 1 },
|
||||
[OAlloc+2] = { "alloc16", 1, 1 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue