Variable vector_shl int8.

This commit is contained in:
Ben Vanik
2014-05-27 13:02:00 -07:00
parent 7635bb71a0
commit e32342e956
3 changed files with 37 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ enum XmmConst {
XMMUnpackD3DCOLOR = 12,
XMMOneOver255 = 13,
XMMShiftMaskPS = 14,
XMMShiftByteMask = 15,
};
// Unfortunately due to the design of xbyak we have to pass this to the ctor.