split cmp in two sizes
This commit is contained in:
parent
27f32f26b3
commit
7dc3e5dcf6
5 changed files with 20 additions and 8 deletions
|
@ -23,7 +23,8 @@ OpDesc opdesc[OLast] = {
|
|||
[OSwap] = { "swap", 2, T },
|
||||
[OSign] = { "sign", 1, U },
|
||||
[OXDiv] = { "xdiv", 1, U },
|
||||
[OXCmp] = { "xcmp", 2, U },
|
||||
[OXCmpw] = { "xcmpw", 2, U },
|
||||
[OXCmpl] = { "xcmpl", 2, U },
|
||||
|
||||
#define X(c) \
|
||||
[OCmp+C##c] = { "c" #c, 2, U }, \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue