bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/11109] Invalid vcvt UAL encoding


From: asl at math dot spbu dot ru
Subject: [Bug gas/11109] Invalid vcvt UAL encoding
Date: 20 Dec 2009 17:42:21 -0000

------- Additional Comments From asl at math dot spbu dot ru  2009-12-20 17:42 
-------
Testcase:
$ cat vcvt.s 
        .text
        .globl  test
        .align  2
test:
        vcvt.s32.f64    s0, d0
$ arm-eabi-as vcvt.s -mfpu=vfp -o test.o && arm-eabi-objdump -d test.o && 
cat test.o
00000000 <test>:
   0:   eebd0b40        vcvtr.s32.f64   s0, d0

the correct instruction should have 0xc0 instead of 0x40

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11109

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]