mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-16 16:45:44 +00:00
shader_bytecode: Implement other variants of FMNMX.
This commit is contained in:
@@ -775,7 +775,9 @@ private:
|
||||
}
|
||||
break;
|
||||
}
|
||||
case OpCode::Id::FMNMX: {
|
||||
case OpCode::Id::FMNMX_C:
|
||||
case OpCode::Id::FMNMX_R:
|
||||
case OpCode::Id::FMNMX_IMM: {
|
||||
std::string condition =
|
||||
GetPredicateCondition(instr.alu.fmnmx.pred, instr.alu.fmnmx.negate_pred != 0);
|
||||
std::string parameters = op_a + ',' + op_b;
|
||||
|
||||
Reference in New Issue
Block a user