diff options
Diffstat (limited to 'src/shader_recompiler/frontend/ir/opcodes.inc')
| -rw-r--r-- | src/shader_recompiler/frontend/ir/opcodes.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shader_recompiler/frontend/ir/opcodes.inc b/src/shader_recompiler/frontend/ir/opcodes.inc index 8471db7b9..884eea7a8 100644 --- a/src/shader_recompiler/frontend/ir/opcodes.inc +++ b/src/shader_recompiler/frontend/ir/opcodes.inc | |||
| @@ -236,7 +236,9 @@ OPCODE(FPOrdGreaterThanEqual64, U1, F64, | |||
| 236 | OPCODE(FPUnordGreaterThanEqual16, U1, F16, F16, ) | 236 | OPCODE(FPUnordGreaterThanEqual16, U1, F16, F16, ) |
| 237 | OPCODE(FPUnordGreaterThanEqual32, U1, F32, F32, ) | 237 | OPCODE(FPUnordGreaterThanEqual32, U1, F32, F32, ) |
| 238 | OPCODE(FPUnordGreaterThanEqual64, U1, F64, F64, ) | 238 | OPCODE(FPUnordGreaterThanEqual64, U1, F64, F64, ) |
| 239 | OPCODE(FPIsNan16, U1, F16, ) | ||
| 239 | OPCODE(FPIsNan32, U1, F32, ) | 240 | OPCODE(FPIsNan32, U1, F32, ) |
| 241 | OPCODE(FPIsNan64, U1, F64, ) | ||
| 240 | 242 | ||
| 241 | // Integer operations | 243 | // Integer operations |
| 242 | OPCODE(IAdd32, U32, U32, U32, ) | 244 | OPCODE(IAdd32, U32, U32, U32, ) |