mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-06-23 04:47:54 +00:00
We cannot easily create "any" functions for these, because the ID_AA64PFR0 fields for FP and SIMD signal "enabled" with zero. Which means that an aarch32-only cpu will return incorrect results when testing the aarch64 registers. To use these, we must either have context or additionally test vs ARM_FEATURE_AARCH64. Backports commit 7d63183ff1a61b3f7934dc9b40b10e4fd5e100cd from qemu |
||
---|---|---|
.. | ||
arm | ||
i386 | ||
m68k | ||
mips | ||
riscv | ||
sparc |