mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-23 04:01:07 +00:00
89baa5cffa
Correct the decode of the M-profile "coprocessor and floating-point instructions" space: * op0 == 0b11 is always unallocated * if the CPU has an FPU then all insns with op1 == 0b101 are floating point and go to disas_vfp_insn() For the moment we leave VLLDM and VLSTM as NOPs; in a later commit we will fill in the proper implementation for the case where an FPU is present. Backports commit 8859ba3c9625e7ceb5599f457a344bcd7c5e112b from qemu |
||
---|---|---|
.. | ||
arm | ||
i386 | ||
m68k | ||
mips | ||
riscv | ||
sparc |