mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-04 21:55:06 +01:00
VFP: Implement VABS
This commit is contained in:
parent
f88b1b4c2e
commit
ce6b5f8210
10 changed files with 59 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ boost::optional<const VFP2Matcher<V>&> DecodeVFP2(u32 instruction) {
|
|||
// Floating-point other instructions
|
||||
// VMOV_imm
|
||||
// VMOV_reg
|
||||
// VABS
|
||||
INST(&V::vfp2_VABS, "VABS", "cccc11101D110000dddd101z11M0mmmm"),
|
||||
// VNEG
|
||||
// VSQRT
|
||||
// VCMP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue