]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg/arm: Tighten tlb indexing offset test
authorRichard Henderson <rth@twiddle.net>
Thu, 27 Jul 2017 20:26:33 +0000 (13:26 -0700)
committerRichard Henderson <rth@twiddle.net>
Thu, 7 Sep 2017 18:57:35 +0000 (11:57 -0700)
commit95ede84f4de18747d03d79c148013cff99acd60b
tree124701bda22bd2a0c5c8a12f34456d55d92bacb1
parent647ab96aaf5defeb138e48d610f7f633c587b40d
tcg/arm: Tighten tlb indexing offset test

We are not going to use ldrd for loading the comparator
for 32-bit guests, so don't limit cmp_off to 8 bits then.
This eliminates one insn in the tlb load for some guests.

Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/arm/tcg-target.inc.c