Ryujinx/ARMeilleure/Translation/PTC
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
..
EncodingCache.cs Add Profiled Persistent Translation Cache. (#769) 2020-06-16 20:28:02 +02:00
Ptc.cs Implement VCNT instruction (#1963) 2021-02-22 16:26:13 +01:00
PtcFormatter.cs PPTC & Pool Enhancements. (#1968) 2021-02-22 03:23:48 +01:00
PtcInfo.cs PPTC & Pool Enhancements. (#1968) 2021-02-22 03:23:48 +01:00
PtcJumpTable.cs PPTC & Pool Enhancements. (#1968) 2021-02-22 03:23:48 +01:00
PtcProfiler.cs PPTC & Pool Enhancements. (#1968) 2021-02-22 03:23:48 +01:00
PtcState.cs Add Profiled Persistent Translation Cache. (#769) 2020-06-16 20:28:02 +02:00
RelocEntry.cs PPTC Follow-up. (#1712) 2020-12-17 20:32:09 +01:00