summaryrefslogtreecommitdiff
path: root/DevTools/UserspaceEmulator/SoftCPU.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'DevTools/UserspaceEmulator/SoftCPU.cpp')
-rw-r--r--DevTools/UserspaceEmulator/SoftCPU.cpp36
1 files changed, 36 insertions, 0 deletions
diff --git a/DevTools/UserspaceEmulator/SoftCPU.cpp b/DevTools/UserspaceEmulator/SoftCPU.cpp
index 5cdbd24d3a..e8c2b3a834 100644
--- a/DevTools/UserspaceEmulator/SoftCPU.cpp
+++ b/DevTools/UserspaceEmulator/SoftCPU.cpp
@@ -1379,6 +1379,42 @@ void SoftCPU::FSUB_RM32(const X86::Instruction&) { TODO(); }
void SoftCPU::FSUBR_RM32(const X86::Instruction&) { TODO(); }
void SoftCPU::FDIV_RM32(const X86::Instruction&) { TODO(); }
void SoftCPU::FDIVR_RM32(const X86::Instruction&) { TODO(); }
+void SoftCPU::FLD_RM32(const X86::Instruction&) { TODO(); }
+void SoftCPU::FXCH(const X86::Instruction&) { TODO(); }
+void SoftCPU::FST_RM32(const X86::Instruction&) { TODO(); }
+void SoftCPU::FNOP(const X86::Instruction&) { TODO(); }
+void SoftCPU::FSTP_RM32(const X86::Instruction&) { TODO(); }
+void SoftCPU::FLDENV(const X86::Instruction&) { TODO(); }
+void SoftCPU::FCHS(const X86::Instruction&) { TODO(); }
+void SoftCPU::FABS(const X86::Instruction&) { TODO(); }
+void SoftCPU::FTST(const X86::Instruction&) { TODO(); }
+void SoftCPU::FXAM(const X86::Instruction&) { TODO(); }
+void SoftCPU::FLDCW(const X86::Instruction&) { TODO(); }
+void SoftCPU::FLD1(const X86::Instruction&) { TODO(); }
+void SoftCPU::FLDL2T(const X86::Instruction&) { TODO(); }
+void SoftCPU::FLDL2E(const X86::Instruction&) { TODO(); }
+void SoftCPU::FLDPI(const X86::Instruction&) { TODO(); }
+void SoftCPU::FLDLG2(const X86::Instruction&) { TODO(); }
+void SoftCPU::FLDLN2(const X86::Instruction&) { TODO(); }
+void SoftCPU::FLDZ(const X86::Instruction&) { TODO(); }
+void SoftCPU::FNSTENV(const X86::Instruction&) { TODO(); }
+void SoftCPU::F2XM1(const X86::Instruction&) { TODO(); };
+void SoftCPU::FYL2X(const X86::Instruction&) { TODO(); };
+void SoftCPU::FPTAN(const X86::Instruction&) { TODO(); };
+void SoftCPU::FPATAN(const X86::Instruction&) { TODO(); };
+void SoftCPU::FXTRACT(const X86::Instruction&) { TODO(); };
+void SoftCPU::FPREM1(const X86::Instruction&) { TODO(); };
+void SoftCPU::FDECSTP(const X86::Instruction&) { TODO(); };
+void SoftCPU::FINCSTP(const X86::Instruction&) { TODO(); };
+void SoftCPU::FNSTCW(const X86::Instruction&) { TODO(); };
+void SoftCPU::FPREM(const X86::Instruction&) { TODO(); };
+void SoftCPU::FYL2XP1(const X86::Instruction&) { TODO(); };
+void SoftCPU::FSQRT(const X86::Instruction&) { TODO(); };
+void SoftCPU::FSINCOS(const X86::Instruction&) { TODO(); };
+void SoftCPU::FRNDINT(const X86::Instruction&) { TODO(); };
+void SoftCPU::FSCALE(const X86::Instruction&) { TODO(); };
+void SoftCPU::FSIN(const X86::Instruction&) { TODO(); };
+void SoftCPU::FCOS(const X86::Instruction&) { TODO(); };
void SoftCPU::FADD_RM64(const X86::Instruction&) { TODO(); }
void SoftCPU::FMUL_RM64(const X86::Instruction&) { TODO(); }
void SoftCPU::FCOM_RM64(const X86::Instruction&) { TODO(); }