summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/frontend/ir/opcodes.inc
diff options
context:
space:
mode:
authorGravatar ReinUsesLisp2021-06-22 18:28:21 -0300
committerGravatar ameerj2021-07-22 21:51:39 -0400
commit4397053d5c848deae00d6599f91b1e5c137a9639 (patch)
tree65c858cc489eb5e30eecb14a6222e512ace5e4d8 /src/shader_recompiler/frontend/ir/opcodes.inc
parentglsl: Fix IADD CC (diff)
downloadyuzu-4397053d5c848deae00d6599f91b1e5c137a9639.tar.gz
yuzu-4397053d5c848deae00d6599f91b1e5c137a9639.tar.xz
yuzu-4397053d5c848deae00d6599f91b1e5c137a9639.zip
shader: Remove IAbs64
Diffstat (limited to '')
-rw-r--r--src/shader_recompiler/frontend/ir/opcodes.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shader_recompiler/frontend/ir/opcodes.inc b/src/shader_recompiler/frontend/ir/opcodes.inc
index 8a8d0d759..9af750283 100644
--- a/src/shader_recompiler/frontend/ir/opcodes.inc
+++ b/src/shader_recompiler/frontend/ir/opcodes.inc
@@ -289,7 +289,6 @@ OPCODE(IMul32, U32, U32,
289OPCODE(INeg32, U32, U32, ) 289OPCODE(INeg32, U32, U32, )
290OPCODE(INeg64, U64, U64, ) 290OPCODE(INeg64, U64, U64, )
291OPCODE(IAbs32, U32, U32, ) 291OPCODE(IAbs32, U32, U32, )
292OPCODE(IAbs64, U64, U64, )
293OPCODE(ShiftLeftLogical32, U32, U32, U32, ) 292OPCODE(ShiftLeftLogical32, U32, U32, U32, )
294OPCODE(ShiftLeftLogical64, U64, U64, U32, ) 293OPCODE(ShiftLeftLogical64, U64, U64, U32, )
295OPCODE(ShiftRightLogical32, U32, U32, U32, ) 294OPCODE(ShiftRightLogical32, U32, U32, U32, )