diff options
Diffstat (limited to 'src/shader_recompiler/frontend/ir/opcodes.inc')
| -rw-r--r-- | src/shader_recompiler/frontend/ir/opcodes.inc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/shader_recompiler/frontend/ir/opcodes.inc b/src/shader_recompiler/frontend/ir/opcodes.inc index aa011fab1..64bd495ed 100644 --- a/src/shader_recompiler/frontend/ir/opcodes.inc +++ b/src/shader_recompiler/frontend/ir/opcodes.inc | |||
| @@ -21,7 +21,13 @@ OPCODE(GetPred, U1, Pred | |||
| 21 | OPCODE(SetPred, Void, Pred, U1, ) | 21 | OPCODE(SetPred, Void, Pred, U1, ) |
| 22 | OPCODE(GetGotoVariable, U1, U32, ) | 22 | OPCODE(GetGotoVariable, U1, U32, ) |
| 23 | OPCODE(SetGotoVariable, Void, U32, U1, ) | 23 | OPCODE(SetGotoVariable, Void, U32, U1, ) |
| 24 | OPCODE(GetCbuf, U32, U32, U32, ) | 24 | OPCODE(GetCbufU8, U32, U32, U32, ) |
| 25 | OPCODE(GetCbufS8, U32, U32, U32, ) | ||
| 26 | OPCODE(GetCbufU16, U32, U32, U32, ) | ||
| 27 | OPCODE(GetCbufS16, U32, U32, U32, ) | ||
| 28 | OPCODE(GetCbufU32, U32, U32, U32, ) | ||
| 29 | OPCODE(GetCbufF32, F32, U32, U32, ) | ||
| 30 | OPCODE(GetCbufU64, U64, U32, U32, ) | ||
| 25 | OPCODE(GetAttribute, U32, Attribute, ) | 31 | OPCODE(GetAttribute, U32, Attribute, ) |
| 26 | OPCODE(SetAttribute, Void, Attribute, U32, ) | 32 | OPCODE(SetAttribute, Void, Attribute, U32, ) |
| 27 | OPCODE(GetAttributeIndexed, U32, U32, ) | 33 | OPCODE(GetAttributeIndexed, U32, U32, ) |