Ryujinx/Ryujinx.HLE
gdkchan c1bdf19061
Implement some ARM32 memory instructions and CMP (#565)
* Implement ARM32 memory instructions: LDM, LDR, LDRB, LDRD, LDRH, LDRSB, LDRSH, STM, STR, STRB, STRD, STRH (immediate and register + immediate variants), implement CMP (immediate and register shifted by immediate variants)

* Rename some opcode classes and flag masks for consistency

* Fix a few suboptimal ARM32 codegen issues, only loads should be considered on decoder when checking if Rt == PC, and only NZCV flags should be considered for comparison optimizations

* Take into account Rt2 for LDRD instructions aswell when checking if the instruction changes PC

* Re-align arm32 instructions on the opcode table
2019-01-29 13:06:11 -03:00
..
Exceptions Resolve build merge conflict (#559) 2019-01-21 00:04:52 -02:00
FileSystem add missing return 2019-01-09 19:36:51 +00:00
HOS Implement some ARM32 memory instructions and CMP (#565) 2019-01-29 13:06:11 -03:00
Input Fix homebrew input (#528) 2018-12-07 22:59:38 +02:00
Loaders Improve kernel IPC implementation (#550) 2019-01-18 20:26:39 -02:00
Resource Implement Shared Fonts (#215) 2018-08-04 18:38:49 -03:00
Utilities Adjust naming conventions and general refactoring in HLE Project (#527) 2018-12-06 09:16:24 -02:00
DeviceMemory.cs Improve kernel IPC implementation (#550) 2019-01-18 20:26:39 -02:00
Homebrew.npdm Better process implementation (#491) 2018-11-28 20:18:09 -02:00
PerformanceStatistics.cs Adjust naming conventions and general refactoring in HLE Project (#527) 2018-12-06 09:16:24 -02:00
Ryujinx.HLE.csproj Update to LibHac 0.2.0 (#549) 2019-01-05 01:41:49 +01:00
RyujinxProfileImage.jpg Implement friend:a IFriendService: 10101 (#429) 2018-09-25 19:59:29 -03:00
Switch.cs Adjust naming conventions and general refactoring in HLE Project (#527) 2018-12-06 09:16:24 -02:00