[CPU] vpkd3d VPACK_NORMPACKED64

This commit is contained in:
Triang3l
2019-07-20 22:04:37 +03:00
parent 2350810f4e
commit 8c00aea5ff
5 changed files with 104 additions and 13 deletions

View File

@@ -85,7 +85,13 @@ enum XmmConst {
XMMPackUINT_2101010_MaskPacked,
XMMPackUINT_2101010_Shift,
XMMUnpackUINT_2101010_Overflow,
XMMUnpackOverflowNaN,
XMMPackULONG_4202020_MinUnpacked,
XMMPackULONG_4202020_MaxUnpacked,
XMMPackULONG_4202020_MaskUnpacked,
XMMPackULONG_4202020_PermuteXZ,
XMMPackULONG_4202020_PermuteYW,
XMMUnpackULONG_4202020_Permute,
XMMUnpackULONG_4202020_Overflow,
XMMOneOver255,
XMMMaskEvenPI16,
XMMShiftMaskEvenPI16,
@@ -105,6 +111,7 @@ enum XmmConst {
XMMIntMax,
XMMIntMaxPD,
XMMPosIntMinPS,
XMMQNaN,
};
// Unfortunately due to the design of xbyak we have to pass this to the ctor.