llvm-project/llvm/lib/Target/AArch64/InstPrinter
Tim Northover daa1c018b0 AArch64: allow MOV (imm) alias to be printed
The backend has been around for years, it's pretty ridiculous that we can't
even use the preferred form for printing "MOV" aliases. Unfortunately, TableGen
can't handle the complex predicates when printing so it's a bunch of nasty C++.
Oh well.

llvm-svn: 272865
2016-06-16 01:42:25 +00:00
..
AArch64InstPrinter.cpp AArch64: allow MOV (imm) alias to be printed 2016-06-16 01:42:25 +00:00
AArch64InstPrinter.h add support for -print-imm-hex for AArch64 2016-05-13 18:00:09 +00:00
CMakeLists.txt
LLVMBuild.txt