llvm-6502/test
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
..
Analysis
Assembler
Bindings
Bitcode
BugPoint
CodeGen ARM64: print canonical syntax for add/sub (imm) instructions. 2014-04-30 11:19:15 +00:00
DebugInfo
ExecutionEngine [ARM64] Disable regression tests for the old JIT. 2014-04-29 15:02:40 +00:00
Feature
FileCheck
Instrumentation
Integer
JitListener
Linker
LTO
MC ARM64: print canonical syntax for add/sub (imm) instructions. 2014-04-30 11:19:15 +00:00
Object
Other
TableGen
tools
Transforms Also handle ConstantAggregateZero when optimizing vpermilvar*. 2014-04-29 22:20:40 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh