https://sourceware.org/bugzilla/show_bug.cgi?id=18500

Alessandro Marzocchi <alessandro.marzocchi at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #8348|0                           |1
        is obsolete|                            |
   Attachment #8349|0                           |1
        is obsolete|                            |

--- Comment #2 from Alessandro Marzocchi <alessandro.marzocchi at gmail dot 
com> ---
Created attachment 8350
  --> https://sourceware.org/bugzilla/attachment.cgi?id=8350&action=edit
Revised patch including test cases

Added 3 test cases (vfpv2 which has no vmov, vfpv3xd which has only single vmov
and vfpv3 which has both single and double vmov).

Note that while making the patch a problem was discovered: VMOV with immediate
value of -0.125 compiles correctly for single but not for double registers:
vmov s0,#0xbe000000 ; OK
vmov d0,#0xbe000000 ; OK

When this problem will be corrected the test case for vfpv3 will give an error
on that vldr

-- 
You are receiving this mail because:
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to