Add a Thumb readme entry.

llvm-svn: 75173
This commit is contained in:
Evan Cheng 2009-07-09 20:50:52 +00:00
parent ad93707e16
commit f9870125fc
1 changed files with 6 additions and 0 deletions

View File

@ -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.