diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-07-09 20:50:52 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-07-09 20:50:52 +0000 |
commit | e3dad534b10bde98cd888de509c948c5f34f9e0a (patch) | |
tree | 465b018ef9a581b139b541592fd47d2ac14a3efb | |
parent | 4df2ea7b4872b73cf5426a7b06e2bbfa7e6afd39 (diff) | |
download | external_llvm-e3dad534b10bde98cd888de509c948c5f34f9e0a.zip external_llvm-e3dad534b10bde98cd888de509c948c5f34f9e0a.tar.gz external_llvm-e3dad534b10bde98cd888de509c948c5f34f9e0a.tar.bz2 |
Add a Thumb readme entry.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75173 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/ARM/README-Thumb.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Target/ARM/README-Thumb.txt b/lib/Target/ARM/README-Thumb.txt index 4d3200b..ecef58a 100644 --- a/lib/Target/ARM/README-Thumb.txt +++ b/lib/Target/ARM/README-Thumb.txt @@ -226,3 +226,9 @@ etc. Almost all Thumb instructions clobber condition code. //===---------------------------------------------------------------------===// Add ldmia, stmia support. + +//===---------------------------------------------------------------------===// + +Thumb load / store address mode offsets are scaled. The values kept in the +instruction operands are pre-scale values. This probably ought to be changed +to avoid extra work when we convert Thumb2 instructions to Thumb1 instructions. |