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
ee6407f5df65afd6df05d05ceb955d2ec3398b05
ryujinx
/
Ryujinx
/
Cpu
/
Instruction
History
gdkchan
595e7ee588
Add FCVTAS and FCVTAU instructions
2018-02-17 18:59:37 -03:00
..
AInst.cs
aloha
2018-02-04 20:08:20 -03:00
AInstEmitAlu.cs
Add ADC and SBC instructions
2018-02-07 20:46:36 -03:00
AInstEmitAluHelper.cs
Shouldn't have undone this
2018-02-15 01:35:44 -03:00
AInstEmitBfm.cs
aloha
2018-02-04 20:08:20 -03:00
AInstEmitCcmp.cs
aloha
2018-02-04 20:08:20 -03:00
AInstEmitCsel.cs
aloha
2018-02-04 20:08:20 -03:00
AInstEmitException.cs
Generate CIL for SCVTF (vector), add undefined encodings for some instructions
2018-02-12 00:37:20 -03:00
AInstEmitFlow.cs
aloha
2018-02-04 20:08:20 -03:00
AInstEmitMemory.cs
CPU refactoring - move SIMD (scalar and vector) instructions to separate files by category, remove AILConv and use only the methods inside SIMD helper to extract/insert vector elements
2018-02-17 18:06:11 -03:00
AInstEmitMemoryEx.cs
aloha
2018-02-04 20:08:20 -03:00
AInstEmitMemoryHelper.cs
CPU refactoring - move SIMD (scalar and vector) instructions to separate files by category, remove AILConv and use only the methods inside SIMD helper to extract/insert vector elements
2018-02-17 18:06:11 -03:00
AInstEmitMove.cs
aloha
2018-02-04 20:08:20 -03:00
AInstEmitMul.cs
aloha
2018-02-04 20:08:20 -03:00
AInstEmitSimdArithmetic.cs
Add FCVTAS and FCVTAU instructions
2018-02-17 18:59:37 -03:00
AInstEmitSimdCmp.cs
CPU refactoring - move SIMD (scalar and vector) instructions to separate files by category, remove AILConv and use only the methods inside SIMD helper to extract/insert vector elements
2018-02-17 18:06:11 -03:00
AInstEmitSimdCvt.cs
Add FCVTAS and FCVTAU instructions
2018-02-17 18:59:37 -03:00
AInstEmitSimdHelper.cs
Add FCVTAS and FCVTAU instructions
2018-02-17 18:59:37 -03:00
AInstEmitSimdLogical.cs
CPU refactoring - move SIMD (scalar and vector) instructions to separate files by category, remove AILConv and use only the methods inside SIMD helper to extract/insert vector elements
2018-02-17 18:06:11 -03:00
AInstEmitSimdMemory.cs
CPU refactoring - move SIMD (scalar and vector) instructions to separate files by category, remove AILConv and use only the methods inside SIMD helper to extract/insert vector elements
2018-02-17 18:06:11 -03:00
AInstEmitSimdMove.cs
CPU refactoring - move SIMD (scalar and vector) instructions to separate files by category, remove AILConv and use only the methods inside SIMD helper to extract/insert vector elements
2018-02-17 18:06:11 -03:00
AInstEmitSimdShift.cs
CPU refactoring - move SIMD (scalar and vector) instructions to separate files by category, remove AILConv and use only the methods inside SIMD helper to extract/insert vector elements
2018-02-17 18:06:11 -03:00
AInstEmitSystem.cs
Improve access to system registers by using properties, also use exclusive region granularity on exclusive load/stores, and ensure that acquires without releases won't hold the address forever, remove unused ALU rev method
2018-02-06 12:15:08 -03:00
AInstEmitter.cs
aloha
2018-02-04 20:08:20 -03:00
ASoftFallback.cs
CPU refactoring - move SIMD (scalar and vector) instructions to separate files by category, remove AILConv and use only the methods inside SIMD helper to extract/insert vector elements
2018-02-17 18:06:11 -03:00