bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/27106] fistw not supported


From: hjl.tools at gmail dot com
Subject: [Bug gas/27106] fistw not supported
Date: Wed, 23 Dec 2020 22:22:11 +0000

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

--- Comment #4 from H.J. Lu <hjl.tools at gmail dot com> ---
[hjl@gnu-cfl-1 tmp]$ cat x.s
 fists (%rax)
 fistl (%rax)
[hjl@gnu-cfl-1 tmp]$ objdump -dw x.o     

x.o:     file format elf64-x86-64


Disassembly of section .text:

0000000000000000 <.text>:
   0:   df 10                   fists  (%rax)
   2:   db 10                   fistl  (%rax)
[hjl@gnu-cfl-1 tmp]$ objdump -Mintel -dw x.o     

x.o:     file format elf64-x86-64


Disassembly of section .text:

0000000000000000 <.text>:
   0:   df 10                   fist   WORD PTR [rax]
   2:   db 10                   fist   DWORD PTR [rax]
[hjl@gnu-cfl-1 tmp]$

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


reply via email to

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