1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-11-13 11:06:50 +00:00
Ryujinx/ARMeilleure/Translation
mageven 9bda7b4699
Implement VCNT instruction (#1963)
* Implement VCNT based on AArch64 CNT

Add tests

* Update PTC version

* Address LDj's comments

* Explicit size in encoding
* Tighter tests
* Replace SoftFallback with IR helper

Co-authored-by: LDj3SNuD <35856442+LDj3SNuD@users.noreply.github.com>

* Reduce one BitwiseAnd from IR fallback

Based on popcount64b from https://en.wikipedia.org/wiki/Hamming_weight#Efficient_implementation

* Rename parameter and add assert

Co-authored-by: LDj3SNuD <35856442+LDj3SNuD@users.noreply.github.com>

Co-authored-by: LDj3SNuD <35856442+LDj3SNuD@users.noreply.github.com>
2021-02-22 16:26:13 +01:00
..
Cache PPTC Follow-up. (#1712) 2020-12-17 20:32:09 +01:00
PTC Implement VCNT instruction (#1963) 2021-02-22 16:26:13 +01:00
ArmEmitterContext.cs Clear JIT cache on exit (#1518) 2020-12-16 17:07:42 -03:00
Compiler.cs Clear JIT cache on exit (#1518) 2020-12-16 17:07:42 -03:00
CompilerContext.cs
CompilerOptions.cs
ControlFlowGraph.cs Implement block placement (#1549) 2020-09-19 20:00:24 -03:00
DelegateHelper.cs
DelegateInfo.cs PPTC Follow-up. (#1712) 2020-12-17 20:32:09 +01:00
Delegates.cs Implement VCNT instruction (#1963) 2021-02-22 16:26:13 +01:00
DirectCallStubs.cs PPTC & Pool Enhancements. (#1968) 2021-02-22 03:23:48 +01:00
Dominance.cs
EmitterContext.cs PPTC & Pool Enhancements. (#1968) 2021-02-22 03:23:48 +01:00
GuestFunction.cs
RegisterToLocal.cs
RegisterUsage.cs Remove old, unused CPU optimization (#1586) 2020-09-30 16:16:34 -03:00
RejitRequest.cs
SsaConstruction.cs
SsaDeconstruction.cs PPTC Follow-up. (#1712) 2020-12-17 20:32:09 +01:00
TranslatedFunction.cs Disable partial JIT invalidation on unmap (#1991) 2021-02-08 10:25:14 +11:00
Translator.cs PPTC & Pool Enhancements. (#1968) 2021-02-22 03:23:48 +01:00