This website requires JavaScript.
Explore
Help
Register
Sign In
Museum
/
ryujinx
Archived
Watch
1
Star
0
Fork
0
You've already forked ryujinx
Code
Issues
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2025-09-02
. You can view files and clone it, but cannot push or open issues or pull requests.
Files
6982282cc8ad362924bcb0c176ccb6e6d0339fa4
ryujinx
/
ARMeilleure
/
Instructions
History
LDj3SNuD
c3e0c41da3
CPU (A64): Add Fmaxnmp & Fminnmp Scalar Inst.s, Fast & Slow Paths; with Tests. (
#1894
)
2021-01-20 09:12:33 +11:00
..
CryptoHelper.cs
…
InstEmitAlu32.cs
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
)
2020-12-17 20:43:41 +01:00
InstEmitAlu.cs
…
InstEmitAluHelper.cs
Clear JIT cache on exit (
#1518
)
2020-12-16 17:07:42 -03:00
InstEmitBfm.cs
…
InstEmitCcmp.cs
…
InstEmitCsel.cs
…
InstEmitDiv.cs
…
InstEmitException32.cs
IPC refactor part 1: Use explicit separate threads to process requests (
#1447
)
2020-09-22 14:50:40 +10:00
InstEmitException.cs
IPC refactor part 1: Use explicit separate threads to process requests (
#1447
)
2020-09-22 14:50:40 +10:00
InstEmitFlow32.cs
…
InstEmitFlow.cs
…
InstEmitFlowHelper.cs
Clear JIT cache on exit (
#1518
)
2020-12-16 17:07:42 -03:00
InstEmitHash32.cs
Add SSE4.2 Path for CRC32, add A32 variant, add tests for non-castagnoli variants. (
#1328
)
2020-07-13 20:48:14 +10:00
InstEmitHash.cs
Add SSE4.2 Path for CRC32, add A32 variant, add tests for non-castagnoli variants. (
#1328
)
2020-07-13 20:48:14 +10:00
InstEmitHashHelper.cs
Add SSE4.2 Path for CRC32, add A32 variant, add tests for non-castagnoli variants. (
#1328
)
2020-07-13 20:48:14 +10:00
InstEmitHelper.cs
Clear JIT cache on exit (
#1518
)
2020-12-16 17:07:42 -03:00
InstEmitMemory32.cs
…
InstEmitMemory.cs
…
InstEmitMemoryEx32.cs
Implement inline memory load/store exclusive and ordered (
#1413
)
2020-07-30 11:29:28 -03:00
InstEmitMemoryEx.cs
Implement inline memory load/store exclusive and ordered (
#1413
)
2020-07-30 11:29:28 -03:00
InstEmitMemoryExHelper.cs
Fix register read after write on STREX implementation (
#1801
)
2020-12-13 12:19:38 -03:00
InstEmitMemoryHelper.cs
Memory Read/Write Tracking using Region Handles (
#1272
)
2020-10-16 17:18:35 -03:00
InstEmitMove.cs
…
InstEmitMul32.cs
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
)
2020-12-17 20:43:41 +01:00
InstEmitMul.cs
…
InstEmitSimdArithmetic32.cs
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
)
2021-01-04 23:45:54 +01:00
InstEmitSimdArithmetic.cs
CPU (A64): Add Fmaxnmp & Fminnmp Scalar Inst.s, Fast & Slow Paths; with Tests. (
#1894
)
2021-01-20 09:12:33 +11:00
InstEmitSimdCmp32.cs
CPU: This PR fixes Fpscr, among other things. (
#1433
)
2020-08-08 17:18:51 +02:00
InstEmitSimdCmp.cs
CPU: This PR fixes Fpscr, among other things. (
#1433
)
2020-08-08 17:18:51 +02:00
InstEmitSimdCrypto32.cs
…
InstEmitSimdCrypto.cs
…
InstEmitSimdCvt32.cs
CPU: Implement VRINTX.F32 | VRINTX.F64 (
#1776
)
2020-12-16 20:27:15 -03:00
InstEmitSimdCvt.cs
CPU (A64): Add FP16/FP32 fast paths (F16C Intrinsics) for Fcvt_S, Fcvtl_V & Fcvtn_V Instructions. Now HardwareCapabilities uses CpuId. (
#1650
)
2020-11-18 19:35:54 +01:00
InstEmitSimdHash.cs
…
InstEmitSimdHelper32.cs
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
)
2021-01-04 23:45:54 +01:00
InstEmitSimdHelper.cs
CPU (A64): Add Fmaxnmp & Fminnmp Scalar Inst.s, Fast & Slow Paths; with Tests. (
#1894
)
2021-01-20 09:12:33 +11:00
InstEmitSimdLogical32.cs
Implements some 32-bit instructions (VBIC, VTST, VSRA) (
#1192
)
2020-07-19 15:11:58 -03:00
InstEmitSimdLogical.cs
…
InstEmitSimdMemory32.cs
…
InstEmitSimdMemory.cs
…
InstEmitSimdMove32.cs
Fix Vcvt_FI & Vcvt_RM; Add Vfma_S & Vfms_S. Add Tests. (
#1471
)
2020-08-13 02:34:02 -03:00
InstEmitSimdMove.cs
…
InstEmitSimdShift32.cs
Add Umaal & Vabd_I, Vabdl_I, Vaddl_I, Vhadd, Vqshrn, Vshll inst.s (slow paths). (
#1577
)
2020-10-13 22:41:33 +02:00
InstEmitSimdShift.cs
Add Fmax/minv_V & S/Ushl_S Inst.s with Tests. Fix Maxps/d & Minps/d d… (
#1335
)
2020-07-13 21:08:47 +10:00
InstEmitSystem32.cs
CPU: This PR fixes Fpscr, among other things. (
#1433
)
2020-08-08 17:18:51 +02:00
InstEmitSystem.cs
…
InstName.cs
CPU (A64): Add Fmaxnmp & Fminnmp Scalar Inst.s, Fast & Slow Paths; with Tests. (
#1894
)
2021-01-20 09:12:33 +11:00
NativeInterface.cs
PPTC Follow-up. (
#1712
)
2020-12-17 20:32:09 +01:00
SoftFallback.cs
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
)
2021-01-04 23:45:54 +01:00
SoftFloat.cs
…