Implement float comparison instruction.

This commit is contained in:
Skyth
2024-09-13 15:26:03 +03:00
parent e78e5b7534
commit 996fa013d0
2 changed files with 15 additions and 1 deletions

View File

@@ -341,6 +341,7 @@ int main()
break;
case PPC_INST_FCMPU:
std::println(f, "\tctx.cr{}.compare(ctx.f{}.f64, ctx.f{}.f64);", insn.operands[0], insn.operands[1], insn.operands[2]);
break;
case PPC_INST_FCTID: