ryujinx/ARMeilleure/Translation
merry dc063eac83
ARMeilleure: Implement single stepping (#3133)
* Decoder: Implement SingleInstruction decoder mode

* Translator: Implement Step

* DecoderMode: Rename Normal to MultipleBlocks
2022-02-22 11:11:42 -03:00
..
Cache
PTC PPTC version increment (#3139) 2022-02-17 23:52:42 -03:00
ArmEmitterContext.cs
Compiler.cs
CompilerContext.cs
CompilerOptions.cs
ControlFlowGraph.cs
DelegateHelper.cs
DelegateInfo.cs
Delegates.cs Enable CPU JIT cache invalidation (#2965) 2022-02-18 02:53:18 +01:00
DispatcherFunction.cs
Dominance.cs
EmitterContext.cs
GuestFunction.cs
IntervalTree.cs Enable CPU JIT cache invalidation (#2965) 2022-02-18 02:53:18 +01:00
RegisterToLocal.cs
RegisterUsage.cs
RejitRequest.cs
SsaConstruction.cs Collapse AsSpan().Slice(..) calls into AsSpan(..) (#3145) 2022-02-22 10:32:10 -03:00
SsaDeconstruction.cs
TranslatedFunction.cs
Translator.cs ARMeilleure: Implement single stepping (#3133) 2022-02-22 11:11:42 -03:00
TranslatorCache.cs Enable CPU JIT cache invalidation (#2965) 2022-02-18 02:53:18 +01:00
TranslatorStubs.cs