1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-25 00:14:41 +01:00
Ryujinx/ARMeilleure/CodeGen/X86
LDj3SNuD 3b70a28087
Unwinding Follow-up. Fix a bug in JitUnwindWindows where ... (#1238)
... in case of "Vector" unwind codes the remaining unwind codes could be corrupted.
Nits.
2020-05-15 13:46:35 +02:00
..
Assembler.cs Add Fast Paths for Crypto instructions (A32/A64) (#1026) 2020-03-25 17:20:29 +11:00
CallConvName.cs
CallingConvention.cs
CodeGenCommon.cs Optimize x64 loads and stores using complex addressing modes (#972) 2020-03-10 09:29:34 +11:00
CodeGenContext.cs
CodeGenerator.cs Unwinding Follow-up. Fix a bug in JitUnwindWindows where ... (#1238) 2020-05-15 13:46:35 +02:00
HardwareCapabilities.cs Implement a new physical memory manager and replace DeviceMemory (#856) 2020-05-04 08:54:50 +10:00
IntrinsicInfo.cs
IntrinsicTable.cs Add Fast Paths for Crypto instructions (A32/A64) (#1026) 2020-03-25 17:20:29 +11:00
IntrinsicType.cs Implemented fast paths for: (#846) 2019-12-29 22:22:47 -03:00
PreAllocator.cs Remove CpuId IR instruction (#1227) 2020-05-13 15:30:21 +10:00
X86Condition.cs
X86Instruction.cs Add Fast Paths for Crypto instructions (A32/A64) (#1026) 2020-03-25 17:20:29 +11:00
X86Optimizer.cs CodeGen Optimisations (LSRA and Translator) (#978) 2020-03-18 22:44:32 +11:00
X86Register.cs