aboutsummaryrefslogtreecommitdiff
path: root/ARMeilleure/Decoders/Decoder.cs
AgeCommit message (Expand)Author
2022-09-09Add ADD (zx imm12), NOP, MOV (rs), LDA, TBB, TBH, MOV (zx imm16) and CLZ thum...1.1.256gdkchan
2022-03-04Decoder: Exit on trapping instructions, and resume execution at trapping inst...1.1.58merry
2022-02-22T32: Implement ALU (shifted register) instructions (#3135)1.1.53merry
2022-02-22ARMeilleure: Implement single stepping (#3133)1.1.50merry
2022-02-17ARMeilleure: Thumb support (All T16 instructions) (#3105)1.1.36merry
2020-12-17PPTC Follow-up. (#1712)LDj3SNuD
2020-10-21Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626)gdkchan
2020-07-15Fix Decode exception condition (#1377)Ficture Seven
2020-06-18Generalize tail continues (#1298)Ficture Seven
2020-06-16Add Profiled Persistent Translation Cache. (#769)LDj3SNuD
2020-05-04Implement a new physical memory manager and replace DeviceMemory (#856)gdkchan
2020-03-20Move the MakeOp to OpCodeTable class, for reduce the use of ConcurrentDiction...Chenj168
2020-03-12Use a Jump Table for direct and indirect calls/jumps, removing transitions to...riperiperi
2020-03-04Don't decode blocks starting outside mapped memory & undefined instead of thr...gdkchan
2020-02-24Add most of the A32 instruction set to ARMeilleure (#897)riperiperi
2019-12-14Add a limit for the number of instructions in a function (#843)gdkchan
2019-08-08Add a new JIT compiler for CPU code (#693)gdkchan