This website requires JavaScript.
Explore
Help
Register
Sign In
Museum
/
ryujinx
Archived
Watch
1
Star
0
Fork
0
You've already forked ryujinx
Code
Issues
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2025-09-02
. You can view files and clone it, but cannot push or open issues or pull requests.
Files
b662a26c7e2b66d916986b1ed9ffae3b918619d1
ryujinx
/
ARMeilleure
/
CodeGen
/
X86
History
gdkchan
d43a56726c
(CPU) Fix CRC32 instruction when constant values are used as input (
#2183
)
2021-04-07 23:43:08 +02:00
..
Assembler.cs
PPTC: Fix unwanted propagation of a relocatable constant in a specific case. (
#1990
)
2021-02-23 13:15:45 +01:00
CallConvName.cs
…
CallingConvention.cs
…
CodeGenCommon.cs
…
CodeGenContext.cs
PPTC & Pool Enhancements. (
#1968
)
2021-02-22 03:23:48 +01:00
CodeGenerator.cs
PPTC & Pool Enhancements. (
#1968
)
2021-02-22 03:23:48 +01:00
HardwareCapabilities.cs
…
IntrinsicInfo.cs
…
IntrinsicTable.cs
CPU (A64): Add Fmaxnmp & Fminnmp Scalar Inst.s, Fast & Slow Paths; with Tests. (
#1894
)
2021-01-20 09:12:33 +11:00
IntrinsicType.cs
Add support for guest Fz (Fpcr) mode through host Ftz and Daz (Mxcsr) modes (fast paths). (
#1630
)
2020-12-07 10:37:07 +01:00
PreAllocator.cs
(CPU) Fix CRC32 instruction when constant values are used as input (
#2183
)
2021-04-07 23:43:08 +02:00
X86Condition.cs
…
X86Instruction.cs
Fix Vnmls_S fast path (F64: losing input d value). Fix Vnmla_S & Vnmls_S slow paths (using fused inst.s). Fix Vfma_V slow path not using StandardFPSCRValue(). (
#1775
)
2020-12-17 20:43:41 +01:00
X86Optimizer.cs
…
X86Register.cs
…