It's vpblendw.

This commit is contained in:
gibbed 2015-05-05 13:58:21 -05:00
parent 6694461698
commit 3249f84700
1 changed files with 1 additions and 1 deletions

View File

@ -5562,7 +5562,7 @@ EMITTER(PERMUTE_I32, MATCH(I<OPCODE_PERMUTE, V128<>, I32<>, V128<>, V128<>>)) {
(((control >> 10) & 0x1) << 1) |
(((control >> 2) & 0x1) << 0);
} else {
// Blender for pblendw
// Blender for vpblendw
blend_control =
(((control >> 26) & 0x1) << 6) |
(((control >> 18) & 0x1) << 4) |