From 8cb77b3fa568aafa099118931a51e485b0da2210 Mon Sep 17 00:00:00 2001 From: DanielSvoboda Date: Sun, 28 Jul 2024 14:52:27 -0300 Subject: [PATCH] Update opcodes.inc --- src/shader_recompiler/ir/opcodes.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/shader_recompiler/ir/opcodes.inc b/src/shader_recompiler/ir/opcodes.inc index 628b8d4fa..0b0e41be7 100644 --- a/src/shader_recompiler/ir/opcodes.inc +++ b/src/shader_recompiler/ir/opcodes.inc @@ -293,6 +293,8 @@ OPCODE(ConvertF64S32, F64, U32, OPCODE(ConvertF64U32, F64, U32, ) OPCODE(ConvertF32U16, F32, U16, ) OPCODE(ConvertU16U32, U16, U32, ) +OPCODE(ConvertU32U64, U32, U64, ) +OPCODE(ConvertU64U32, U64, U32, ) // Image operations OPCODE(ImageSampleImplicitLod, F32x4, Opaque, Opaque, Opaque, Opaque, )