mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-25 08:44:49 +01:00
VFP: Implement VNEG
This commit is contained in:
parent
da33af5abe
commit
cd8e7c0504
4 changed files with 23 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ boost::optional<const VFP2Matcher<V>&> DecodeVFP2(u32 instruction) {
|
|||
// VMOV_imm
|
||||
// VMOV_reg
|
||||
INST(&V::vfp2_VABS, "VABS", "cccc11101D110000dddd101z11M0mmmm"),
|
||||
// VNEG
|
||||
INST(&V::vfp2_VNEG, "VNEG", "cccc11101D110001dddd101z01M0mmmm"),
|
||||
// VSQRT
|
||||
// VCMP
|
||||
// VCMPE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue