From: Amaury de la Vieuville Date: Fri, 14 Jun 2013 11:21:35 +0000 (+0000) Subject: ARM: fix thumb coprocessor instruction with pre-writeback disassembly X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a768a4954818456fa6fe2077a3cbe75979025c15;p=oota-llvm.git ARM: fix thumb coprocessor instruction with pre-writeback disassembly was stc2 p0, c0, [r0]! instead of stc2 p0, c0, [r0,#0]! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183975 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMInstrThumb2.td b/lib/Target/ARM/ARMInstrThumb2.td index ff21bf70ecd..8b114a83264 100644 --- a/lib/Target/ARM/ARMInstrThumb2.td +++ b/lib/Target/ARM/ARMInstrThumb2.td @@ -3632,7 +3632,7 @@ multiclass t2LdStCop op31_28, bit load, bit Dbit, string asm> { let DecoderMethod = "DecodeCopMemInstruction"; } def _PRE : T2CI { bits<13> addr; bits<4> cop; diff --git a/test/MC/Disassembler/ARM/thumb-tests.txt b/test/MC/Disassembler/ARM/thumb-tests.txt index 757ce6e3977..84dd0753a69 100644 --- a/test/MC/Disassembler/ARM/thumb-tests.txt +++ b/test/MC/Disassembler/ARM/thumb-tests.txt @@ -221,6 +221,9 @@ # CHECK: stc2 p12, c15, [r9], {137} 0x89 0xfc 0x89 0xfc +# CHECK: stc2 p0, c0, [r0, #0]! +0xa0 0xfd 0x00 0x00 + # CHECK: vmov r1, r0, d11 0x50 0xec 0x1b 0x1b