commit | d8a960052cdb36860c11af4f6419ce9590d95559 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Tue Dec 03 15:12:19 2013 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Thu Dec 05 12:27:22 2013 +0000 |
tree | f61e095fc42a101d97691ba6e33927488cd5dbcf | |
parent | cdd408f8b4308f6547d8c5638feeff334ecf922e [diff] |
target-arm: A64: add support for 'test and branch' imm This patch adds emulation for the test and branch insns, TBZ and TBNZ. Signed-off-by: Alexander Graf <agraf@suse.de> [claudio: adapted for new decoder always compare with 0 remove a TCG temporary ] Signed-off-by: Claudio Fontana <claudio.fontana@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <rth@twiddle.net>