mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-02-25 15:36:57 +00:00
v8.1M brings four new insns to M-profile: * CSEL : Rd = cond ? Rn : Rm * CSINC : Rd = cond ? Rn : Rm+1 * CSINV : Rd = cond ? Rn : ~Rm * CSNEG : Rd = cond ? Rn : -Rm Implement these. Backports cc73bbded0dfb5612b0e416f7eda13a66950542a |
||
---|---|---|
.. | ||
arm | ||
i386 | ||
m68k | ||
mips | ||
riscv | ||
sparc |