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.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/shader_recompiler/frontend/ir/opcodes.inc b/src/shader_recompiler/frontend/ir/opcodes.inc
index dcd54bcf7..1697de965 100644
--- a/src/shader_recompiler/frontend/ir/opcodes.inc
+++ b/src/shader_recompiler/frontend/ir/opcodes.inc
@@ -417,6 +417,11 @@ OPCODE(VoteAll, U1, U1,
417OPCODE(VoteAny, U1, U1, ) 417OPCODE(VoteAny, U1, U1, )
418OPCODE(VoteEqual, U1, U1, ) 418OPCODE(VoteEqual, U1, U1, )
419OPCODE(SubgroupBallot, U32, U1, ) 419OPCODE(SubgroupBallot, U32, U1, )
420OPCODE(SubgroupEqMask, U32, )
421OPCODE(SubgroupLtMask, U32, )
422OPCODE(SubgroupLeMask, U32, )
423OPCODE(SubgroupGtMask, U32, )
424OPCODE(SubgroupGeMask, U32, )
420OPCODE(ShuffleIndex, U32, U32, U32, U32, U32, ) 425OPCODE(ShuffleIndex, U32, U32, U32, U32, U32, )
421OPCODE(ShuffleUp, U32, U32, U32, U32, U32, ) 426OPCODE(ShuffleUp, U32, U32, U32, U32, U32, )
422OPCODE(ShuffleDown, U32, U32, U32, U32, U32, ) 427OPCODE(ShuffleDown, U32, U32, U32, U32, U32, )