riperiperi b4d8d893a4 Memory Read/Write Tracking using Region Handles (#1272) před 5 roky
..
CryptoHelper.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) před 6 roky
InstEmitAlu.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) před 6 roky
InstEmitAlu32.cs c26f3774bd Implement VMULL, VMLSL, VRSHR, VQRSHRN, VQRSHRUN AArch32 instructions + other fixes (#977) před 6 roky
InstEmitAluHelper.cs 4c7bebf3e6 Do not emit StoreToContext before Return (#1537) před 5 roky
InstEmitBfm.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) před 6 roky
InstEmitCcmp.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) před 6 roky
InstEmitCsel.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) před 6 roky
InstEmitDiv.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) před 6 roky
InstEmitException.cs 6c9565693f IPC refactor part 1: Use explicit separate threads to process requests (#1447) před 5 roky
InstEmitException32.cs 6c9565693f IPC refactor part 1: Use explicit separate threads to process requests (#1447) před 5 roky
InstEmitFlow.cs 2421186d97 Generalize tail continues (#1298) před 5 roky
InstEmitFlow32.cs 2421186d97 Generalize tail continues (#1298) před 5 roky
InstEmitFlowHelper.cs 66b799a6e4 Fix host stack overflow caused by some recursive guest methods. (#1528) před 5 roky
InstEmitHash.cs d7044b10a2 Add SSE4.2 Path for CRC32, add A32 variant, add tests for non-castagnoli variants. (#1328) před 5 roky
InstEmitHash32.cs d7044b10a2 Add SSE4.2 Path for CRC32, add A32 variant, add tests for non-castagnoli variants. (#1328) před 5 roky
InstEmitHashHelper.cs d7044b10a2 Add SSE4.2 Path for CRC32, add A32 variant, add tests for non-castagnoli variants. (#1328) před 5 roky
InstEmitHelper.cs 4c7bebf3e6 Do not emit StoreToContext before Return (#1537) před 5 roky
InstEmitMemory.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) před 6 roky
InstEmitMemory32.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) před 6 roky
InstEmitMemoryEx.cs 9878fc2d3c Implement inline memory load/store exclusive and ordered (#1413) před 5 roky
InstEmitMemoryEx32.cs 9878fc2d3c Implement inline memory load/store exclusive and ordered (#1413) před 5 roky
InstEmitMemoryExHelper.cs ee22517d92 Improve branch operations (#1442) před 5 roky
InstEmitMemoryHelper.cs b4d8d893a4 Memory Read/Write Tracking using Region Handles (#1272) před 5 roky
InstEmitMove.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) před 6 roky
InstEmitMul.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) před 6 roky
InstEmitMul32.cs 04e330cc00 Add Umaal & Vabd_I, Vabdl_I, Vaddl_I, Vhadd, Vqshrn, Vshll inst.s (slow paths). (#1577) před 5 roky
InstEmitSimdArithmetic.cs a804db6eed Add Fmax/minv_V & S/Ushl_S Inst.s with Tests. Fix Maxps/d & Minps/d d… (#1335) před 5 roky
InstEmitSimdArithmetic32.cs 04e330cc00 Add Umaal & Vabd_I, Vabdl_I, Vaddl_I, Vhadd, Vqshrn, Vshll inst.s (slow paths). (#1577) před 5 roky
InstEmitSimdCmp.cs e36e97c64d CPU: This PR fixes Fpscr, among other things. (#1433) před 5 roky
InstEmitSimdCmp32.cs e36e97c64d CPU: This PR fixes Fpscr, among other things. (#1433) před 5 roky
InstEmitSimdCrypto.cs 5e724cf24e Add Profiled Persistent Translation Cache. (#769) před 5 roky
InstEmitSimdCrypto32.cs 5e724cf24e Add Profiled Persistent Translation Cache. (#769) před 5 roky
InstEmitSimdCvt.cs 2cb8bd7006 CPU (A64): Add Scvtf_S_Fixed & Ucvtf_S_Fixed with Tests. (#1492) před 5 roky
InstEmitSimdCvt32.cs 6938988427 Fix Vcvt_FI & Vcvt_RM; Add Vfma_S & Vfms_S. Add Tests. (#1471) před 5 roky
InstEmitSimdHash.cs 5e724cf24e Add Profiled Persistent Translation Cache. (#769) před 5 roky
InstEmitSimdHelper.cs a804db6eed Add Fmax/minv_V & S/Ushl_S Inst.s with Tests. Fix Maxps/d & Minps/d d… (#1335) před 5 roky
InstEmitSimdHelper32.cs 6938988427 Fix Vcvt_FI & Vcvt_RM; Add Vfma_S & Vfms_S. Add Tests. (#1471) před 5 roky
InstEmitSimdLogical.cs 0915731a9d Implemented fast paths for: (#846) před 6 roky
InstEmitSimdLogical32.cs 3af2ce74ec Implements some 32-bit instructions (VBIC, VTST, VSRA) (#1192) před 5 roky
InstEmitSimdMemory.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) před 6 roky
InstEmitSimdMemory32.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) před 6 roky
InstEmitSimdMove.cs 5e724cf24e Add Profiled Persistent Translation Cache. (#769) před 5 roky
InstEmitSimdMove32.cs 6938988427 Fix Vcvt_FI & Vcvt_RM; Add Vfma_S & Vfms_S. Add Tests. (#1471) před 5 roky
InstEmitSimdShift.cs a804db6eed Add Fmax/minv_V & S/Ushl_S Inst.s with Tests. Fix Maxps/d & Minps/d d… (#1335) před 5 roky
InstEmitSimdShift32.cs 04e330cc00 Add Umaal & Vabd_I, Vabdl_I, Vaddl_I, Vhadd, Vqshrn, Vshll inst.s (slow paths). (#1577) před 5 roky
InstEmitSystem.cs 5e724cf24e Add Profiled Persistent Translation Cache. (#769) před 5 roky
InstEmitSystem32.cs e36e97c64d CPU: This PR fixes Fpscr, among other things. (#1433) před 5 roky
InstName.cs 04e330cc00 Add Umaal & Vabd_I, Vabdl_I, Vaddl_I, Vhadd, Vqshrn, Vshll inst.s (slow paths). (#1577) před 5 roky
NativeInterface.cs b4d8d893a4 Memory Read/Write Tracking using Region Handles (#1272) před 5 roky
SoftFallback.cs e4ee61d6c3 Improve V128 (#1097) před 6 roky
SoftFloat.cs 5e724cf24e Add Profiled Persistent Translation Cache. (#769) před 5 roky