[llvm-bugs] [Bug 30717] New: Exhange instruction uses two different sized registers
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Oct 17 12:11:25 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=30717
Bug ID: 30717
Summary: Exhange instruction uses two different sized registers
Product: libraries
Version: 3.9
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Backend: X86
Assignee: unassignedbugs at nondot.org
Reporter: nholcomb at wisc.edu
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
When the 0x66 prefix is present, two differently sized registers are used by
the decoded xchg instruction. Here's an example decoded with LLVM:
Bytes: 66 94
Output: xchgl %sp, %eax
The second operand should be %ax.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20161017/8ea1abfc/attachment.html>
More information about the llvm-bugs
mailing list