diff options
Diffstat (limited to '')
| -rw-r--r-- | src/shader_recompiler/frontend/ir/opcodes.inc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/shader_recompiler/frontend/ir/opcodes.inc b/src/shader_recompiler/frontend/ir/opcodes.inc index 8da5df97c..efb6bfac3 100644 --- a/src/shader_recompiler/frontend/ir/opcodes.inc +++ b/src/shader_recompiler/frontend/ir/opcodes.inc | |||
| @@ -363,15 +363,15 @@ OPCODE(GlobalAtomicAnd64, U64, U64, | |||
| 363 | OPCODE(GlobalAtomicOr64, U64, U64, U64, ) | 363 | OPCODE(GlobalAtomicOr64, U64, U64, U64, ) |
| 364 | OPCODE(GlobalAtomicXor64, U64, U64, U64, ) | 364 | OPCODE(GlobalAtomicXor64, U64, U64, U64, ) |
| 365 | OPCODE(GlobalAtomicExchange64, U64, U64, U64, ) | 365 | OPCODE(GlobalAtomicExchange64, U64, U64, U64, ) |
| 366 | OPCODE(GlobalAtomicIAdd32x2, U32x2, U64, U32x2, ) | 366 | OPCODE(GlobalAtomicIAdd32x2, U32x2, U32x2, U32x2, ) |
| 367 | OPCODE(GlobalAtomicSMin32x2, U32x2, U64, U32x2, ) | 367 | OPCODE(GlobalAtomicSMin32x2, U32x2, U32x2, U32x2, ) |
| 368 | OPCODE(GlobalAtomicUMin32x2, U32x2, U64, U32x2, ) | 368 | OPCODE(GlobalAtomicUMin32x2, U32x2, U32x2, U32x2, ) |
| 369 | OPCODE(GlobalAtomicSMax32x2, U32x2, U64, U32x2, ) | 369 | OPCODE(GlobalAtomicSMax32x2, U32x2, U32x2, U32x2, ) |
| 370 | OPCODE(GlobalAtomicUMax32x2, U32x2, U64, U32x2, ) | 370 | OPCODE(GlobalAtomicUMax32x2, U32x2, U32x2, U32x2, ) |
| 371 | OPCODE(GlobalAtomicAnd32x2, U32x2, U64, U32x2, ) | 371 | OPCODE(GlobalAtomicAnd32x2, U32x2, U32x2, U32x2, ) |
| 372 | OPCODE(GlobalAtomicOr32x2, U32x2, U64, U32x2, ) | 372 | OPCODE(GlobalAtomicOr32x2, U32x2, U32x2, U32x2, ) |
| 373 | OPCODE(GlobalAtomicXor32x2, U32x2, U64, U32x2, ) | 373 | OPCODE(GlobalAtomicXor32x2, U32x2, U32x2, U32x2, ) |
| 374 | OPCODE(GlobalAtomicExchange32x2, U32x2, U64, U32x2, ) | 374 | OPCODE(GlobalAtomicExchange32x2, U32x2, U32x2, U32x2, ) |
| 375 | OPCODE(GlobalAtomicAddF32, F32, U64, F32, ) | 375 | OPCODE(GlobalAtomicAddF32, F32, U64, F32, ) |
| 376 | OPCODE(GlobalAtomicAddF16x2, U32, U64, F16x2, ) | 376 | OPCODE(GlobalAtomicAddF16x2, U32, U64, F16x2, ) |
| 377 | OPCODE(GlobalAtomicAddF32x2, U32, U64, F32x2, ) | 377 | OPCODE(GlobalAtomicAddF32x2, U32, U64, F32x2, ) |