index
:
Ryujinx
master
A backup of the Ryujinx master git branch.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ARMeilleure
/
Instructions
Age
Commit message (
Expand
)
Author
2024-09-12
Implement Arm32 VSHLL and QADD16 instructions (#7301)
gdkchan
2024-08-08
Implement UQADD16, UQADD8, UQSUB16, UQSUB8, VQRDMULH, VSLI and VSWP Arm32 ins...
gdkchan
2024-04-09
CPU: Produce non-inf results for RSQRTE instruction with subnormal inputs (#6...
gdkchan
2024-04-07
CPU: Fix PC alignment for ADR thumb instruction (#6613)
gdkchan
2024-03-26
Implement host tracked memory manager mode (#6356)
gdkchan
2024-03-14
Separate guest/host tracking + unaligned protection (#6486)
riperiperi
2024-01-30
Cpu: Implement Vpadal and Vrintr instructions (#6185)
Ac_K
2024-01-24
Implement SQSHL (immediate) CPU instruction (#6155)
gdkchan
2023-12-04
editorconfig: Set default encoding to UTF-8 (#5793)
TSRBerry
2023-08-13
"static readonly" constants should be "const" instead (#5560)
Marco Carvalho
2023-07-30
CPU (A64): Add Fmaxp & Fminp Scalar Inst.s, Fast & Slow Paths; with Tests. (#...
Domenico V
2023-07-16
cpu: Hotfix missing ToNearest rounding mode cases
TSRBerry
2023-06-28
Cpu: Implement VCVT (between floating-point and fixed-point) instruction (#5343)
Ac_K
2023-06-28
Apply new naming rule to all projects except Vp9 (#5407)
TSRBerry
2023-06-26
[ARMeilleure] Address dotnet-format issues (#5357)
TSRBerry
2023-06-24
Empty "case" clauses that fall through to the "default" should be omitted (#5...
Marco Carvalho
2023-06-14
Fix Arm32 double to int/uint conversion on Arm64 (#5292)
gdkchan
2023-06-11
Implement fast path for AES crypto instructions on Arm64 (#5281)
gdkchan
2023-04-27
Move solution and projects to src
TSR Berry