This is an archive of the discontinued LLVM Phabricator instance.

[ELF/AARCH64] - Implemented R_AARCH64_TSTBR14 relocation.
ClosedPublic

Authored by grimar on Dec 30 2015, 6:22 AM.

Details

Summary

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

Diff Detail

Repository
rL LLVM

Event Timeline

grimar updated this revision to Diff 43789.Dec 30 2015, 6:22 AM
grimar retitled this revision from to [ELF/AARCH64] - Implemented R_AARCH64_TSTBR14 relocation..
grimar updated this object.
grimar added reviewers: ruiu, rafael.
grimar added subscribers: llvm-commits, grimar.
ruiu accepted this revision.Jan 5 2016, 9:09 AM
ruiu edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jan 5 2016, 9:09 AM
This revision was automatically updated to reflect the committed changes.