ARM64: hexify printing various immediate operands
authorTim Northover <tnorthover@apple.com>
Wed, 30 Apr 2014 11:19:28 +0000 (11:19 +0000)
committerTim Northover <tnorthover@apple.com>
Wed, 30 Apr 2014 11:19:28 +0000 (11:19 +0000)
commit87476b607cfcfa3db89a7c3d2e403e9246c9927d
treed88b568b61ad5ae35e123fc9a3408c3438df954a
parent2a2cce79be98f83cd29940471c9b58c5acb2cc58
ARM64: hexify printing various immediate operands

This is mostly aimed at the NEON logical operations and MOVI/MVNI (since they
accept weird shifts which are more naturally understandable in hex notation).

Also changes BRK/HINT etc, which is probably a neutral change, but easier than
the alternative.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207634 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
lib/Target/ARM64/ARM64InstrFormats.td
lib/Target/ARM64/InstPrinter/ARM64InstPrinter.cpp
lib/Target/ARM64/InstPrinter/ARM64InstPrinter.h
test/CodeGen/ARM64/aarch64-neon-copy.ll
test/CodeGen/ARM64/fast-isel.ll
test/CodeGen/ARM64/fcopysign.ll
test/CodeGen/ARM64/trap.ll
test/CodeGen/ARM64/vector-ext.ll
test/CodeGen/ARM64/vector-imm.ll
test/CodeGen/ARM64/vshuffle.ll
test/MC/ARM64/advsimd.s
test/MC/ARM64/aliases.s
test/MC/Disassembler/ARM64/advsimd.txt
test/MC/Disassembler/ARM64/branch.txt