[Bug gas/3183] gas doesn't handle integers in fp instructions correctly

2022-06-22 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=3183 Alan Modra changed: What|Removed |Added Version|2.13.1 |pre-2.15 -- You are receiving this mail

[Bug gas/3183] gas doesn't handle integers in fp instructions correctly

2010-06-07 Thread vincent dot riviere at freesbee dot fr
--- Additional Comments From vincent dot riviere at freesbee dot fr 2010-06-07 21:18 --- This is not a bug, you used the wrong syntax. When you write: fmove.s #1,fp0 the argument is the binary pattern of the single precision value, and it is not what you expect. For example,