mirror_qemu/tcg/arm
Richard Henderson b4b82d7e9c tcg/arm: Restrict constant pool displacement to 12 bits
This will not necessarily restrict the size of the TB, since for v7
the majority of constant pool usage is for calls from the out-of-line
ldst code, which is already at the end of the TB.  But this does
allow us to save one insn per reference on the off-chance.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2019-04-25 10:39:39 -07:00
..
tcg-target.h tcg/arm: Support INDEX_op_extract2_i32 2019-04-24 13:04:33 -07:00
tcg-target.inc.c tcg/arm: Restrict constant pool displacement to 12 bits 2019-04-25 10:39:39 -07:00