]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
target-arm: A64: add support for 'test and branch' imm
authorAlexander Graf <agraf@suse.de>
Tue, 17 Dec 2013 19:42:33 +0000 (19:42 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 17 Dec 2013 19:42:33 +0000 (19:42 +0000)
commitdb0f79589c16fe7f697716f4cadc903a2575ef55
treea561227a9762e369c75b34dffb4c89385c43c00c
parent39fb730aed8c5f7b0058845cb9feac0d4b177985
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>
target-arm/translate-a64.c