aboutsummaryrefslogtreecommitdiff
path: root/ARMeilleure/Instructions/InstEmitFlow32.cs
AgeCommit message (Expand)Author
2022-09-10T32: Add Vfp instructions (#3690)1.1.262merry
2022-09-09Add ADD (zx imm12), NOP, MOV (rs), LDA, TBB, TBH, MOV (zx imm16) and CLZ thum...1.1.256gdkchan
2022-08-25Implement some 32-bit Thumb instructions (#3614)1.1.229gdkchan
2022-03-04T32: Implement B, B.cond, BL, BLX (#3155)1.1.57merry
2022-02-22A32: Fix BLX and BXWritePC (#3151)1.1.48merry
2022-02-17ARMeilleure: Thumb support (All T16 instructions) (#3105)1.1.36merry
2021-08-17Reduce JIT GC allocations (#2515)FICTURE7
2020-06-18Generalize tail continues (#1298)Ficture Seven
2020-03-12Use a Jump Table for direct and indirect calls/jumps, removing transitions to...riperiperi
2020-02-24Add most of the A32 instruction set to ARMeilleure (#897)riperiperi
2019-08-08Add a new JIT compiler for CPU code (#693)gdkchan