]> xenbits.xensource.com Git - qemu-xen.git/commit
target/arm: Perform per-insn cross-page check only for Thumb
authorRichard Henderson <rth@twiddle.net>
Fri, 14 Jul 2017 22:51:15 +0000 (12:51 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 6 Sep 2017 15:06:48 +0000 (08:06 -0700)
commitd0264d86b026e9d948de577b05ff86d708658576
tree2fff1704c87fcff49d59f7f51841d7378aed4f7f
parent722ef0a562a8cd810297b00516e36380e2f33353
target/arm: Perform per-insn cross-page check only for Thumb

ARM is a fixed-length ISA and we can compute the page crossing
condition exactly once during init_disas_context.

Reviewed-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
target/arm/translate.c