projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e59416e
)
LDM_RET restores pc, do not set 's' bit which would restore CPSR from SPSR.
author
Evan Cheng
<evan.cheng@apple.com>
Tue, 4 Nov 2008 17:57:07 +0000
(17:57 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Tue, 4 Nov 2008 17:57:07 +0000
(17:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58707
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARMInstrFormats.td
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMInstrFormats.td
b/lib/Target/ARM/ARMInstrFormats.td
index 5a76ffa88211f86f76638cf65853b647d39f9d95..e64247763e6cca4d671cc80fb9b9eaf7aebf295e 100644
(file)
--- a/
lib/Target/ARM/ARMInstrFormats.td
+++ b/
lib/Target/ARM/ARMInstrFormats.td
@@
-647,7
+647,6
@@
class AXI4ldpc<bits<4> opcod, dag oops, dag iops, Format f, string asm,
: XI<opcod, oops, iops, AddrMode4, Size4Bytes, IndexModeNone, f, asm,
"", pattern> {
let Inst{20} = 1; // L bit
- let Inst{22} = 1; // S bit
let Inst{27-25} = 0b100;
}
class AXI4st<bits<4> opcod, dag oops, dag iops, Format f, string asm,