commit | 0978fb25f86b7595821cee6955679250d47c6438 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Fri Mar 27 13:09:21 2015 +0000 |
committer | Will Deacon <will.deacon@arm.com> | Mon Mar 30 11:03:42 2015 +0100 |
tree | 3f4bafcc51a1df7f4adac354bd8956f77bd66e58 | |
parent | 849176c96dab827548176e851525bd1c3fff5a6a [diff] |
arm64: insn: Add aarch64_insn_decode_immediate Patching an instruction sometimes requires extracting the immediate field from this instruction. To facilitate this, and avoid potential duplication of code, add aarch64_insn_decode_immediate as the reciprocal to aarch64_insn_encode_immediate. Acked-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>