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