mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-12 22:36:59 +00:00
* Add SMLSL, SQRSHRN and SRSHR (Vector) cpu instructions * Address PR feedback * Address PR feedback * Remove another useless temp var * nit: Alignment * Replace Context.CurrOp.GetBitsCount() with Op.GetBitsCount() * Fix encodings and move flag bit test out of the loop |
||
|---|---|---|
| .. | ||
| Decoder | ||
| Decoder32 | ||
| Events | ||
| Exceptions | ||
| Instruction | ||
| Instruction32 | ||
| Memory | ||
| State | ||
| Translation | ||
| ABitUtils.cs | ||
| AOpCodeTable.cs | ||
| AOptimizations.cs | ||
| AThread.cs | ||
| ATranslatedSub.cs | ||
| ATranslatedSubType.cs | ||
| ATranslator.cs | ||
| ChocolArm64.csproj | ||