mirror of
https://github.com/open-goal/jak-project
synced 2026-06-22 00:56:36 -04:00
[Decompiler] Write IR2 to file and implement some Atomic Op conversions (#187)
This commit is contained in:
@@ -243,7 +243,7 @@ void init_opcode_info() {
|
||||
|
||||
// weird moves
|
||||
def(IK::MFC1, "mfc1").dst_gpr(FT::RT).src_fpr(FT::FS); // Move Word from Floating Point
|
||||
def(IK::MTC1, "mtc1").src_gpr(FT::RT).dst_fpr(FT::FS); // Move Word to Floating Point
|
||||
def(IK::MTC1, "mtc1").dst_fpr(FT::FS).src_gpr(FT::RT); // Move Word to Floating Point
|
||||
def(IK::MTC0, "mtc0")
|
||||
.src_gpr(FT::RT)
|
||||
.dst(FT::RD, DT::COP0); // Move to System Control Coprocessor
|
||||
|
||||
Reference in New Issue
Block a user