gdkchan f7ef6364b7 Implement CPU FCVT Half <-> Double conversion variants (#3439) 3 ani în urmă
..
CpuContext.cs 0c87bf9ea4 Refactor CPU interface to allow the implementation of other CPU emulators (#3362) 3 ani în urmă
CpuTest.cs 0c87bf9ea4 Refactor CPU interface to allow the implementation of other CPU emulators (#3362) 3 ani în urmă
CpuTest32.cs 0c87bf9ea4 Refactor CPU interface to allow the implementation of other CPU emulators (#3362) 3 ani în urmă
CpuTestAlu.cs d87c5375f1 Implement a custom value generator for the Tests of the CLS and CLZ instructions (Base: 32, 64 bits. Simd: 8, 16, 32 bits). (#696) 6 ani în urmă
CpuTestAlu32.cs 86b37d0ff7 ARMeilleure: A32: Implement SHSUB8 and UHSUB8 (#3089) 4 ani în urmă
CpuTestAluBinary.cs d7044b10a2 Add SSE4.2 Path for CRC32, add A32 variant, add tests for non-castagnoli variants. (#1328) 5 ani în urmă
CpuTestAluBinary32.cs d7044b10a2 Add SSE4.2 Path for CRC32, add A32 variant, add tests for non-castagnoli variants. (#1328) 5 ani în urmă
CpuTestAluImm.cs 1e7ea76f14 Add Flush-to-zero mode (input, output) to FP instructions (slow paths); update FP Tests. Update Naming Conventions for Tests project. (#489) 7 ani în urmă
CpuTestAluImm32.cs b97ff4da5e A32: Fix ALU immediate instructions (#3179) 4 ani în urmă
CpuTestAluRs.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 ani în urmă
CpuTestAluRs32.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 ani în urmă
CpuTestAluRx.cs 1e7ea76f14 Add Flush-to-zero mode (input, output) to FP instructions (slow paths); update FP Tests. Update Naming Conventions for Tests project. (#489) 7 ani în urmă
CpuTestBf32.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 ani în urmă
CpuTestBfm.cs 1e7ea76f14 Add Flush-to-zero mode (input, output) to FP instructions (slow paths); update FP Tests. Update Naming Conventions for Tests project. (#489) 7 ani în urmă
CpuTestCcmpImm.cs 1e7ea76f14 Add Flush-to-zero mode (input, output) to FP instructions (slow paths); update FP Tests. Update Naming Conventions for Tests project. (#489) 7 ani în urmă
CpuTestCcmpReg.cs 1e7ea76f14 Add Flush-to-zero mode (input, output) to FP instructions (slow paths); update FP Tests. Update Naming Conventions for Tests project. (#489) 7 ani în urmă
CpuTestCsel.cs 1e7ea76f14 Add Flush-to-zero mode (input, output) to FP instructions (slow paths); update FP Tests. Update Naming Conventions for Tests project. (#489) 7 ani în urmă
CpuTestMisc.cs a804db6eed Add Fmax/minv_V & S/Ushl_S Inst.s with Tests. Fix Maxps/d & Minps/d d… (#1335) 5 ani în urmă
CpuTestMisc32.cs e36e97c64d CPU: This PR fixes Fpscr, among other things. (#1433) 5 ani în urmă
CpuTestMov.cs d87c5375f1 Implement a custom value generator for the Tests of the CLS and CLZ instructions (Base: 32, 64 bits. Simd: 8, 16, 32 bits). (#696) 6 ani în urmă
CpuTestMul.cs 1e7ea76f14 Add Flush-to-zero mode (input, output) to FP instructions (slow paths); update FP Tests. Update Naming Conventions for Tests project. (#489) 7 ani în urmă
CpuTestMul32.cs fb0939f9b6 Add SSAT, SSAT16, USAT and USAT16 ARM32 instructions (#954) 6 ani în urmă
CpuTestSimd.cs f7ef6364b7 Implement CPU FCVT Half <-> Double conversion variants (#3439) 3 ani în urmă
CpuTestSimd32.cs 9bda7b4699 Implement VCNT instruction (#1963) 5 ani în urmă
CpuTestSimdCrypto.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 ani în urmă
CpuTestSimdCrypto32.cs dd433c1296 Implement AESMC, AESIMC, AESE, AESD and VEOR AArch32 instructions (#982) 6 ani în urmă
CpuTestSimdCvt.cs 60f7cba30a Implement FCVTNS (Scalar GP) (#2953) 4 ani în urmă
CpuTestSimdCvt32.cs 8a33e884f8 Fix Vnmls_S fast path (F64: losing input d value). Fix Vnmla_S & Vnmls_S slow paths (using fused inst.s). Fix Vfma_V slow path not using StandardFPSCRValue(). (#1775) 5 ani în urmă
CpuTestSimdExt.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 ani în urmă
CpuTestSimdFcond.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 ani în urmă
CpuTestSimdFmov.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 ani în urmă
CpuTestSimdImm.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 ani în urmă
CpuTestSimdIns.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 ani în urmă
CpuTestSimdLogical32.cs ab9d4b862d Implement VORN (register) Arm32 instruction (#2396) 4 ani în urmă
CpuTestSimdMemory32.cs e36e97c64d CPU: This PR fixes Fpscr, among other things. (#1433) 5 ani în urmă
CpuTestSimdMov32.cs 9a49f8aec9 Fix VMVN (immediate), Add VPMIN, VPMAX, VMVN (register) (#1303) 5 ani în urmă
CpuTestSimdReg.cs 430ba6da65 CPU (A64): Add Pmull_V Inst. with Clmul fast path for the "1/2D -> 1Q" variant & Sse fast path and slow path for both the "8/16B -> 8H" and "1/2D -> 1Q" variants; with Test. (#1817) 5 ani în urmă
CpuTestSimdReg32.cs 430ba6da65 CPU (A64): Add Pmull_V Inst. with Clmul fast path for the "1/2D -> 1Q" variant & Sse fast path and slow path for both the "8/16B -> 8H" and "1/2D -> 1Q" variants; with Test. (#1817) 5 ani în urmă
CpuTestSimdRegElem.cs 4bd1ad16f9 Add Sqdmulh_Ve & Sqrdmulh_Ve Inst.s with Tests. (#2139) 5 ani în urmă
CpuTestSimdRegElem32.cs c26f3774bd Implement VMULL, VMLSL, VRSHR, VQRSHRN, VQRSHRUN AArch32 instructions + other fixes (#977) 6 ani în urmă
CpuTestSimdRegElemF.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 ani în urmă
CpuTestSimdShImm.cs 2cb8bd7006 CPU (A64): Add Scvtf_S_Fixed & Ucvtf_S_Fixed with Tests. (#1492) 5 ani în urmă
CpuTestSimdShImm32.cs e36e97c64d CPU: This PR fixes Fpscr, among other things. (#1433) 5 ani în urmă
CpuTestSimdTbl.cs 16869402bf Add Tbx Inst. (fast & slow paths), with Tests. (#782) 6 ani în urmă
CpuTestSystem.cs 7c111a3567 Add Mrs & Msr (Nzcv) Inst., with Tests. (#819) 6 ani în urmă
CpuTestT32Alu.cs 7af9fcbc06 T32: Implement Data Processing (Modified Immediate) instructions (#3178) 4 ani în urmă
CpuTestT32Flow.cs bd9ac0fdaa T32: Implement B, B.cond, BL, BLX (#3155) 4 ani în urmă
CpuTestT32Mem.cs 6a1a03566a T32: Implement load/store single (immediate) (#3186) 4 ani în urmă
CpuTestThumb.cs 7b35ebc64a T32: Implement ALU (shifted register) instructions (#3135) 4 ani în urmă
PrecomputedMemoryThumbTestCase.cs 6a1a03566a T32: Implement load/store single (immediate) (#3186) 4 ani în urmă
PrecomputedThumbTestCase.cs 7b35ebc64a T32: Implement ALU (shifted register) instructions (#3135) 4 ani în urmă