[PATCH] D15824: [ELF/AARCH64] - Implemented R_AARCH64_TSTBR14 relocation.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 30 06:22:05 PST 2015


grimar created this revision.
grimar added reviewers: ruiu, rafael.
grimar added subscribers: llvm-commits, grimar.
Herald added subscribers: rengolin, aemerson.

R_AARCH64_TSTBR14 is calculated as S+A-P,
Set the immediate field of a TBZ/TBNZ instruction to bits [15:2] of X; check -2^15 ≤ X < 2^15


http://reviews.llvm.org/D15824

Files:
  ELF/Target.cpp
  test/ELF/Inputs/aarch64-tstbr14-reloc.s
  test/ELF/aarch64-tstbr14-reloc.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15824.43789.patch
Type: text/x-patch
Size: 4246 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151230/c98d58c5/attachment.bin>


More information about the llvm-commits mailing list