VFP: Implement VNEG

This commit is contained in:
MerryMage 2016-08-07 12:04:21 +01:00
parent da33af5abe
commit cd8e7c0504
4 changed files with 23 additions and 1 deletions

View file

@ -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