This website requires JavaScript.
Explore
Help
Register
Sign In
XITRIX
/
MeloNX
Archived
Watch
1
Star
0
Fork
0
You've already forked MeloNX
forked from
MeloNX/MeloNX
Code
Pull Requests
Activity
This repository has been archived on
2025-04-07
. You can view files and clone it, but cannot push or open issues or pull requests.
MeloNX
/
ChocolArm64
History
gdkchan
267af1f0f7
Fix load/store exclusive/atomic pairwise instructions (
#337
)
2018-08-10 01:14:27 -03:00
..
Decoder
Added support for more shader instructions and texture formats, fix swapped channels in RGB565 and RGBA5551? texture formats, allow zero values on blending registers, initial work to build CFG on the shader decoder, update the BRA instruction to work with it (WIP)
2018-05-29 20:37:10 -03:00
Decoder32
Initial work to support AArch32 with a interpreter, plus nvmm stubs (not used for now)
2018-05-26 17:50:47 -03:00
Events
Implement SvcGetThreadContext3
2018-06-26 01:10:15 -03:00
Exceptions
Split main project into core,graphics and chocolarm4 subproject (
#29
)
2018-02-20 17:09:23 -03:00
Instruction
Fix load/store exclusive/atomic pairwise instructions (
#337
)
2018-08-10 01:14:27 -03:00
Instruction32
Initial work to support AArch32 with a interpreter, plus nvmm stubs (not used for now)
2018-05-26 17:50:47 -03:00
Memory
Cache changes (
#302
)
2018-07-29 01:39:15 -03:00
State
Implement SvcGetThreadContext3
2018-06-26 01:10:15 -03:00
Translation
Remove broken adds/cmn with condition check optimization (
#218
)
2018-07-03 21:54:05 -03:00
ABitUtils.cs
Split main project into core,graphics and chocolarm4 subproject (
#29
)
2018-02-20 17:09:23 -03:00
AOpCodeTable.cs
More accurate impl of FMINNM/FMAXNM, add vector variants (
#296
)
2018-08-05 02:54:21 -03:00
AOptimizations.cs
Add Sse Opt. for Cmeq_V_2D, Cmgt_V_2D (Reg). Add Sse Opt. for Crc32cb, Crc32ch, Crc32cw, Crc32cx. Add 10 simple tests for Fcmgt, Fcmge, Fcmeq, Fcmle, Fcmlt (S, V) (Reg, Zero). Add 2 Cnt_V tests. (
#183
)
2018-06-25 22:32:29 -03:00
AThread.cs
Fix some thread sync issues (
#172
)
2018-06-21 23:05:42 -03:00
ATranslatedSub.cs
[CPU] Speed up translation a little bit
2018-04-11 14:44:03 -03:00
ATranslatedSubType.cs
Initial work to support AArch32 with a interpreter, plus nvmm stubs (not used for now)
2018-05-26 17:50:47 -03:00
ATranslator.cs
Initial work to support AArch32 with a interpreter, plus nvmm stubs (not used for now)
2018-05-26 17:50:47 -03:00
ChocolArm64.csproj
Add linux-x64 to RID property to make tests works on linux (
#205
)
2018-06-30 12:43:04 -03:00