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
7f27aabbd0501b32e4918384c0a50fd0b7f357fe
ryujinx
/
ARMeilleure
/
Instructions
History
gdkchan
219f63ff4e
Fix CPU FCVTN instruction implementation (slow path) (
#4159
)
...
* Fix CPU FCVTN instruction implementation (slow path) * PPTC version bump
2022-12-21 23:05:58 +00:00
..
CryptoHelper.cs
…
InstEmitAlu32.cs
…
InstEmitAlu.cs
Reduce JIT GC allocations (
#2515
)
2021-08-17 15:08:34 -03:00
InstEmitAluHelper.cs
…
InstEmitBfm.cs
Reduce JIT GC allocations (
#2515
)
2021-08-17 15:08:34 -03:00
InstEmitCcmp.cs
…
InstEmitCsel.cs
Reduce JIT GC allocations (
#2515
)
2021-08-17 15:08:34 -03:00
InstEmitDiv.cs
…
InstEmitException32.cs
…
InstEmitException.cs
…
InstEmitFlow32.cs
T32: Add Vfp instructions (
#3690
)
2022-09-10 23:03:14 -03:00
InstEmitFlow.cs
Reduce JIT GC allocations (
#2515
)
2021-08-17 15:08:34 -03:00
InstEmitFlowHelper.cs
…
InstEmitHash32.cs
…
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
…
InstEmitHelper.cs
…
InstEmitMemory32.cs
Add ADD (zx imm12), NOP, MOV (rs), LDA, TBB, TBH, MOV (zx imm16) and CLZ thumb instructions (
#3683
)
2022-09-09 22:09:11 -03:00
InstEmitMemory.cs
…
InstEmitMemoryEx32.cs
Implement Thumb (32-bit) memory (ordered), multiply, extension and bitfield instructions (
#3687
)
2022-09-10 22:51:00 -03:00
InstEmitMemoryEx.cs
…
InstEmitMemoryExHelper.cs
…
InstEmitMemoryHelper.cs
Add ADD (zx imm12), NOP, MOV (rs), LDA, TBB, TBH, MOV (zx imm16) and CLZ thumb instructions (
#3683
)
2022-09-09 22:09:11 -03:00
InstEmitMove.cs
Reduce JIT GC allocations (
#2515
)
2021-08-17 15:08:34 -03:00
InstEmitMul32.cs
…
InstEmitMul.cs
Add a new JIT compiler for CPU code (
#693
)
2019-08-08 21:56:22 +03:00
InstEmitSimdArithmetic32.cs
…
InstEmitSimdArithmetic.cs
A64: Add fast path for Fcvtas_Gp/S/V, Fcvtau_Gp/S/V and Frinta_S/V in… (
#3712
)
2022-10-19 00:21:33 +00:00
InstEmitSimdCmp32.cs
Fpsr and Fpcr freed. (
#3701
)
2022-09-20 18:55:13 -03:00
InstEmitSimdCmp.cs
…
InstEmitSimdCrypto32.cs
…
InstEmitSimdCrypto.cs
…
InstEmitSimdCvt32.cs
Do not clear the rejit queue when overlaps count is equal to 0. (
#3721
)
2022-10-19 02:08:34 +00:00
InstEmitSimdCvt.cs
…
InstEmitSimdHash32.cs
…
InstEmitSimdHash.cs
ARMeilleure: Hardware accelerate SHA256 (
#3585
)
2022-08-25 10:12:13 +00:00
InstEmitSimdHashHelper.cs
…
InstEmitSimdHelper32.cs
…
InstEmitSimdHelper.cs
…
InstEmitSimdLogical32.cs
Reduce JIT GC allocations (
#2515
)
2021-08-17 15:08:34 -03:00
InstEmitSimdLogical.cs
Revert "ARMeilleure: Add initial support for AVX512(EVEX encoding) (
#3663
)" (
#4145
)
2022-12-18 20:21:10 -03:00
InstEmitSimdMemory32.cs
…
InstEmitSimdMemory.cs
Reduce JIT GC allocations (
#2515
)
2021-08-17 15:08:34 -03:00
InstEmitSimdMove32.cs
…
InstEmitSimdMove.cs
…
InstEmitSimdShift32.cs
…
InstEmitSimdShift.cs
…
InstEmitSystem32.cs
…
InstEmitSystem.cs
…
InstName.cs
…
NativeInterface.cs
…
SoftFallback.cs
…
SoftFloat.cs
…