[LLVMbugs] [Bug 14095] New: DecodeT2bInstruction in ARMDisassembler.cpp get wrong immediate value
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Oct 15 23:13:21 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=14095
Bug #: 14095
Summary: DecodeT2bInstruction in ARMDisassembler.cpp get wrong
immediate value
Product: libraries
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: Backend: ARM
AssignedTo: unassignedbugs at nondot.org
ReportedBy: koviankevin at hotmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
by encoding T4 in B instruction
I1 = NOT(J1 EOR S); I2 = NOT(J2 EOR S); imm32 =
SignExtend(S:I1:I2:imm10:imm11:'0', 32);
DecodeT2bInstruction has to be modified by the same method what
DecodeThumbBLXOffset and DecodeThumbBLTargetOperand used in
lib/Target/ARM/Disassembler/ARMDisassembler.cpp
--
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.
More information about the llvm-bugs
mailing list