ryujinx/ChocolArm64/Translation
gdkchan 6d65e53664
Remove cold methods from the CPU cache (#224)
* Remove unused tracing functionality from the CPU

* GetNsoExecutable -> GetExecutable

* Unsigned comparison

* Re-add cpu tracing

* Config change

* Remove cold methods from the translation cache on the cpu

* Replace lock with try lock, pass new ATranslatorCache instead of ATranslator

* Rebase fixups
2018-09-19 17:07:56 -03:00
..
AILBarrier.cs
AILBlock.cs
AILEmitter.cs Add intrinsics support (#121) 2018-05-11 20:10:27 -03:00
AILEmitterCtx.cs Remove cold methods from the CPU cache (#224) 2018-09-19 17:07:56 -03:00
AILLabel.cs
AILOpCode.cs
AILOpCodeBranch.cs
AILOpCodeCall.cs
AILOpCodeConst.cs Initial work to support AArch32 with a interpreter, plus nvmm stubs (not used for now) 2018-05-26 17:50:47 -03:00
AILOpCodeLoad.cs
AILOpCodeLog.cs
AILOpCodeStore.cs
AIoType.cs
ALocalAlloc.cs
IAILEmit.cs
ILGeneratorEx.cs Add SMAXP, SMINP, UMAX, UMAXP, UMIN and UMINP cpu instructions (#200) 2018-07-03 03:31:48 -03:00