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
AssemblerTable.cs
CallConvName.cs
CallingConvention.cs
CodeGenCommon.cs
CodeGenContext.cs Add Operand.Label support to Assembler (#2680) 2021-10-05 14:04:55 -03:00
CodeGenerator.cs Implement JIT Arm64 backend (#4114) 2023-01-10 19:16:59 -03:00
HardwareCapabilities.cs
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
X86Optimizer.cs
X86Register.cs