samplerjit: Oops, forgot about 64 unpack.

Just a minor codegen tweak.  Always forget there are more of these than
pack instructions.
This commit is contained in:
Unknown W. Brackets
2022-01-22 10:49:36 -08:00
parent 0425b8d630
commit 4262e657b4
+1 -2
View File
@@ -1384,8 +1384,7 @@ bool SamplerJitCache::Jit_BlendQuad(const SamplerID &id, bool level1) {
MOVDQA(fracMulReg, M(const10Low_));
PSUBW(fracMulReg, R(fracReg));
// Then we just shift and OR in the original frac_u.
PSLLDQ(fracReg, 8);
POR(fracMulReg, R(fracReg));
PUNPCKLQDQ(fracMulReg, R(fracReg));
regCache_.Release(fracReg, RegCache::VEC_TEMP2);
// Okay, we have 8-bits in the top and bottom rows for the color.