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. You cannot open issues or pull requests or push a commit.
Files
eeb2af9953f48479c3a902664f31634e6a2148be
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
Use ReadOnlySpan<byte> compiler optimization for static data (
#3130
)
2022-02-17 21:38:50 +01:00
InstEmitAlu32.cs
Implement PLD and SUB (imm16) on T32, plus UADD8, SADD8, USUB8 and SSUB8 on both A32 and T32 (
#3693
)
2022-09-13 19:51:40 -03:00
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
Reduce JIT GC allocations (
#2515
)
2021-08-17 15:08:34 -03:00
InstEmitException32.cs
…
InstEmitException.cs
Decoder: Exit on trapping instructions, and resume execution at trapping instruction (
#3153
)
2022-03-04 23:16:58 +01:00
InstEmitFlow32.cs
…
InstEmitFlow.cs
Reduce JIT GC allocations (
#2515
)
2021-08-17 15:08:34 -03:00
InstEmitFlowHelper.cs
…
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
…
InstEmitHashHelper.cs
…
InstEmitHelper.cs
…
InstEmitMemory32.cs
…
InstEmitMemory.cs
…
InstEmitMemoryEx32.cs
…
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
…
InstEmitMul32.cs
Implement Thumb (32-bit) memory (ordered), multiply, extension and bitfield instructions (
#3687
)
2022-09-10 22:51:00 -03:00
InstEmitMul.cs
…
InstEmitSimdArithmetic32.cs
Implement VRSRA, VRSHRN, VQSHRUN, VQMOVN, VQMOVUN, VQADD, VQSUB, VRHADD, VPADDL, VSUBL, VQDMULH and VMLAL Arm32 NEON instructions (
#3677
)
2022-09-09 21:47:38 -03:00
InstEmitSimdArithmetic.cs
…
InstEmitSimdCmp32.cs
…
InstEmitSimdCmp.cs
…
InstEmitSimdCrypto32.cs
…
InstEmitSimdCrypto.cs
Add Profiled Persistent Translation Cache. (
#769
)
2020-06-16 20:28:02 +02:00
InstEmitSimdCvt32.cs
…
InstEmitSimdCvt.cs
Fix CPU FCVTN instruction implementation (slow path) (
#4159
)
2022-12-21 23:05:58 +00:00
InstEmitSimdHash32.cs
…
InstEmitSimdHash.cs
…
InstEmitSimdHashHelper.cs
…
InstEmitSimdHelper32.cs
A32: Implement VCVTT, VCVTB (
#3710
)
2022-10-19 02:36:04 +02:00
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
…
InstEmitSimdMove32.cs
…
InstEmitSimdMove.cs
Reduce JIT GC allocations (
#2515
)
2021-08-17 15:08:34 -03:00
InstEmitSimdShift32.cs
Fpsr and Fpcr freed. (
#3701
)
2022-09-20 18:55:13 -03:00
InstEmitSimdShift.cs
ARMeilleure: Add
gfni
acceleration (
#3669
)
2022-10-02 11:17:19 +02:00
InstEmitSystem32.cs
…
InstEmitSystem.cs
…
InstName.cs
…
NativeInterface.cs
Fpsr and Fpcr freed. (
#3701
)
2022-09-20 18:55:13 -03:00
SoftFallback.cs
…
SoftFloat.cs
…