split cmp in two sizes

This commit is contained in:
Quentin Carbonneaux 2015-08-06 16:35:17 -04:00
parent 27f32f26b3
commit 7dc3e5dcf6
5 changed files with 20 additions and 8 deletions

View file

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