Tim Northover 2a2cce79be ARM64: print canonical syntax for add/sub (imm) instructions.
Since these instructions only accept a 12-bit immediate, possibly shifted left
by 12, the canonical syntax used by the architecture reference manual is "#N {,
lsl #12 }". We should accept an immediate that has already been shifted, (e.g.

Also, print a comment giving the full addend since it can be helpful.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207633 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-30 11:19:15 +00:00
..
2014-04-09 14:47:27 +00:00
2014-04-11 22:27:58 +00:00
2014-04-14 12:59:52 +00:00
2014-04-09 07:07:02 +00:00
2014-04-18 14:54:35 +00:00