summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/frontend/ir/opcodes.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/shader_recompiler/frontend/ir/opcodes.inc')
-rw-r--r--src/shader_recompiler/frontend/ir/opcodes.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/shader_recompiler/frontend/ir/opcodes.inc b/src/shader_recompiler/frontend/ir/opcodes.inc
index 75ddb6b6f..6196b867d 100644
--- a/src/shader_recompiler/frontend/ir/opcodes.inc
+++ b/src/shader_recompiler/frontend/ir/opcodes.inc
@@ -6,11 +6,12 @@
6OPCODE(Phi, Opaque, ) 6OPCODE(Phi, Opaque, )
7OPCODE(Identity, Opaque, Opaque, ) 7OPCODE(Identity, Opaque, Opaque, )
8OPCODE(Void, Void, ) 8OPCODE(Void, Void, )
9OPCODE(DummyReference, Void, Opaque, )
10OPCODE(PhiMove, Void, Opaque, Opaque, )
9 11
10// Special operations 12// Special operations
11OPCODE(Prologue, Void, ) 13OPCODE(Prologue, Void, )
12OPCODE(Epilogue, Void, ) 14OPCODE(Epilogue, Void, )
13OPCODE(BranchConditionRef, Void, U1, )
14OPCODE(Join, Void, ) 15OPCODE(Join, Void, )
15OPCODE(DemoteToHelperInvocation, Void, ) 16OPCODE(DemoteToHelperInvocation, Void, )
16OPCODE(EmitVertex, Void, U32, ) 17OPCODE(EmitVertex, Void, U32, )