History log of /external/llvm/test/MC/ARM/arm-arithmetic-aliases.s
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fbc21fabaef9a74334c54574a4949f864451f1b6 25-Sep-2012 Jim Grosbach <grosbach@apple.com> ARM: 'add Rd, pc, #imm' is an alias for 'adr Rd, #imm'.

rdar://9795790

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164577 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/MC/ARM/arm-arithmetic-aliases.s
0ff9220ccb6ef419ba4d3a4daf98f4658a9e5134 27-Jun-2011 Jim Grosbach <grosbach@apple.com> ARM Assembly syntax support for arithmetic implied dest operand.

When the destination operand is the same as the first source register
operand for arithmetic instructions, the destination operand may be omitted.

For example, the following two instructions are equivalent:
sub r2, r2, #6
sub r2, #6

rdar://9682597



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133925 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/MC/ARM/arm-arithmetic-aliases.s