Ryujinx/ARMeilleure/CodeGen/X86
gdkchan f0562b9c75
CPU: Avoid argument value copies on the JIT (#4484)
* Minor refactoring of the pre-allocator

* Avoid LoadArgument copies

* PPTC version bump
2023-03-08 23:25:35 +01:00
..
Assembler.cs Revert "ARMeilleure: Add initial support for AVX512(EVEX encoding) (#3663)" (#4145) 2022-12-18 20:21:10 -03:00
AssemblerTable.cs Revert "ARMeilleure: Add initial support for AVX512(EVEX encoding) (#3663)" (#4145) 2022-12-18 20:21:10 -03:00
CallConvName.cs
CallingConvention.cs
CodeGenCommon.cs
CodeGenContext.cs
CodeGenerator.cs Implement JIT Arm64 backend (#4114) 2023-01-10 19:16:59 -03:00
HardwareCapabilities.cs Revert "ARMeilleure: Add initial support for AVX512(EVEX encoding) (#3663)" (#4145) 2022-12-18 20:21:10 -03:00
IntrinsicInfo.cs
IntrinsicTable.cs Implement JIT Arm64 backend (#4114) 2023-01-10 19:16:59 -03:00
IntrinsicType.cs
PreAllocator.cs CPU: Avoid argument value copies on the JIT (#4484) 2023-03-08 23:25:35 +01:00
PreAllocatorSystemV.cs CPU: Avoid argument value copies on the JIT (#4484) 2023-03-08 23:25:35 +01:00
PreAllocatorWindows.cs CPU: Avoid argument value copies on the JIT (#4484) 2023-03-08 23:25:35 +01:00
X86Condition.cs
X86Instruction.cs Revert "ARMeilleure: Add initial support for AVX512(EVEX encoding) (#3663)" (#4145) 2022-12-18 20:21:10 -03:00
X86Optimizer.cs
X86Register.cs