]> git.proxmox.com Git - mirror_qemu.git/commit - target-arm/translate.c
target-arm: Refactor translation of exception generating instructions
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 14 Jan 2011 19:39:19 +0000 (20:39 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Fri, 14 Jan 2011 19:39:19 +0000 (20:39 +0100)
commitbc4a0de0a2c891b8daba4806baf9f11436f5f562
tree1e02b569ab2428394c2ad0c649dc309314e0662d
parent5de3a9d3b72a9aebc126caee95fe515a900130bf
target-arm: Refactor translation of exception generating instructions

Create a new function which does the common sequence of gen_set_condexec,
gen_set_pc_im, gen_exception, set is_jmp to DISAS_JUMP.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-arm/translate.c