compile branches on and using test

This commit is contained in:
Quentin Carbonneaux 2015-08-16 11:34:52 -04:00
parent ca3dc70ff3
commit 16fe5c1366
4 changed files with 36 additions and 11 deletions

View file

@ -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 },