summaryrefslogtreecommitdiff
path: root/Userland/DevTools/UserspaceEmulator/SoftFPU.cpp
AgeCommit message (Expand)Author
2023-02-15Everywhere: Change all XXX into FIXME or remove as appropriateBen Wiederhake
2022-10-04AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most placesNico Weber
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-05-07UserspaceEmulator: Delegate rounding to the actual hardwareHendiadyoin1
2022-04-06UserspaceEmulator: Don't interpret SSE2 instructions as MMX onesHendiadyoin1
2022-04-02UserspaceEmulator: Don't mark SoftFPU::mmx_get/set as ALWAYS_INLINEHendiadyoin1
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-15AK+Everywhere: Add sincos and use it in some placesHendiadyoin1
2022-03-15UserspaceEmulator: Clear c0 on x87 constant load instructionsHendiadyoin1
2022-03-15UserspaceEmulator: Make error checks in FYL2XP1 and FYL2X a bit closerHendiadyoin1
2022-03-15UserspaceEmulator: Add more FIXMES to SoftFPUHendiadyoin1
2022-03-04UserspaceEmulator: Make it possible to wrap PODs in ValueWithShadowAli Mohammad Pur
2021-11-07UserspaceEmulator: Raise an error on FPU stack underflowHendiadyoin1
2021-11-07UserspaceEmulator: Remove some unnecessary castingHendiadyoin1
2021-11-07UserspaceEmulator: Stop overriding flags in FCOMIHendiadyoin1
2021-11-07UserspaceEmulator: Fix typos in SoftFPU.[cpp|h]Hendiadyoin1
2021-11-07UserspaceEmulator: Check the right flags in FCMOVHendiadyoin1
2021-11-07UserspaceEmulator: Correct FSCALES roundingHendiadyoin1
2021-11-07UserspaceEmulator: Always set C1 when roundingHendiadyoin1
2021-11-07UserspaceEmulator: Simplify the definition of the FPU register stackHendiadyoin1
2021-10-01Userland: Fix typosNico Weber
2021-07-22UserspaceEmulator: Implement SoftFPU instructionsHendiadyoin1
2021-07-22UserspaceEmulator: Sketch out a SoftFPU interfaceHendiadyoin1