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
12cfaf56f083cdf250381c3525eaf4ecf5ee9257
ryujinx
/
ARMeilleure
/
IntermediateRepresentation
History
gdkchan
96c7988671
Remove CpuId IR instruction (
#1227
)
2020-05-13 15:30:21 +10:00
..
BasicBlock.cs
Replace LinkedList by IntrusiveList to avoid allocations on JIT (
#931
)
2020-02-17 22:30:54 +01:00
IIntrusiveListNode.cs
Replace LinkedList by IntrusiveList to avoid allocations on JIT (
#931
)
2020-02-17 22:30:54 +01:00
Instruction.cs
Remove CpuId IR instruction (
#1227
)
2020-05-13 15:30:21 +10:00
Intrinsic.cs
Add Fast Paths for Crypto instructions (A32/A64) (
#1026
)
2020-03-25 17:20:29 +11:00
IntrinsicOperation.cs
Add a new JIT compiler for CPU code (
#693
)
2019-08-08 21:56:22 +03:00
IntrusiveList.cs
Replace LinkedList by IntrusiveList to avoid allocations on JIT (
#931
)
2020-02-17 22:30:54 +01:00
MemoryOperand.cs
CodeGen Optimisations (LSRA and Translator) (
#978
)
2020-03-18 22:44:32 +11:00
Multiplier.cs
Add a new JIT compiler for CPU code (
#693
)
2019-08-08 21:56:22 +03:00
Node.cs
CodeGen Optimisations (LSRA and Translator) (
#978
)
2020-03-18 22:44:32 +11:00
Operand.cs
CodeGen Optimisations (LSRA and Translator) (
#978
)
2020-03-18 22:44:32 +11:00
OperandHelper.cs
CodeGen Optimisations (LSRA and Translator) (
#978
)
2020-03-18 22:44:32 +11:00
OperandKind.cs
Add a new JIT compiler for CPU code (
#693
)
2019-08-08 21:56:22 +03:00
OperandType.cs
Add a new JIT compiler for CPU code (
#693
)
2019-08-08 21:56:22 +03:00
Operation.cs
CodeGen Optimisations (LSRA and Translator) (
#978
)
2020-03-18 22:44:32 +11:00
OperationHelper.cs
CodeGen Optimisations (LSRA and Translator) (
#978
)
2020-03-18 22:44:32 +11:00
PhiNode.cs
Add a new JIT compiler for CPU code (
#693
)
2019-08-08 21:56:22 +03:00
Register.cs
Add a new JIT compiler for CPU code (
#693
)
2019-08-08 21:56:22 +03:00
RegisterType.cs
Add most of the A32 instruction set to ARMeilleure (
#897
)
2020-02-24 08:20:40 +11:00