llvm-project/llvm/test/tools/llvm-objdump/ELF/AArch64
Jason Molenda 0d8cd4e2d5 [AArch64InstPrinter] Change printAddSubImm to comment imm value when shifted
Add a comment when there is a shifted value,
    add x9, x0, #291, lsl #12 ; =1191936
but not when the immediate value is unshifted,
    subs x9, x0, #256 ; =256
when the comment adds nothing additional to the reader.

Differential Revision: https://reviews.llvm.org/D107196
2021-08-03 02:28:46 -07:00
..
Inputs
disassemble-align.s [AArch64InstPrinter] Change printAddSubImm to comment imm value when shifted 2021-08-03 02:28:46 -07:00
disassemble-print-comments.s [llvm-objdump] Prevent variable locations to overlap short comments 2021-06-28 14:25:21 +07:00
elf-aarch64-mapping-symbols.test
lit.local.cfg
pcrel-address.yaml
plt.test [llvm-objdump] Support PLT decoding for aarch64_be 2021-02-08 08:50:26 -08:00