Home
last modified time | relevance | path

Searched hist:"2 dd926067867c2dd19e66d31a7990e8eea7258f6" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/accel/tcg/
H A Dcputlb.cdiff 2dd926067867c2dd19e66d31a7990e8eea7258f6 Thu Apr 25 22:48:57 CDT 2019 Richard Henderson <richard.henderson@linaro.org> cputlb: Do unaligned load recursion to outermost function

If we attempt to recurse from load_helper back to load_helper,
even via intermediary, we do not get all of the constants
expanded away as desired.

But if we recurse back to the original helper (or a shim that
has a consistent function signature), the operands are folded
away as desired.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>