http://llvm.org/bugs/show_bug.cgi?id=7788
Summary: ARM disassembler mis-disassembles adcs reg,reg,imm
Product: new-bugs
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
(trunk rev 110038)
The opcode
e2baca99
is disassembled as
adcs r12, r10, #153, 20
which seems nonsensical to me. The asm syntax for adc (immediate) is:
ADC{s}<c> <Rd>,<Rn>,#<const>
I believe the correct disassembly would be
adcs r12, r10, #626688
.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs