diff --git a/src/shader_recompiler/ir/opcodes.inc b/src/shader_recompiler/ir/opcodes.inc index 4932ff9a0..63b1f1a60 100644 --- a/src/shader_recompiler/ir/opcodes.inc +++ b/src/shader_recompiler/ir/opcodes.inc @@ -204,6 +204,7 @@ OPCODE(PackUnorm2x16, U32, F32x OPCODE(UnpackUnorm2x16, F32x2, U32, ) OPCODE(PackSnorm2x16, U32, F32x2, ) OPCODE(UnpackSnorm2x16, F32x2, U32, ) +OPCODE(UnpackSnormNz2x16, F32x2, U32, ) OPCODE(PackUint2x16, U32, F32x2, ) OPCODE(UnpackUint2x16, F32x2, U32, ) OPCODE(PackSint2x16, U32, F32x2, )