diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2021-02-01 09:41:20 -1000 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2021-06-19 08:51:24 -0700 |
commit | fc8ec9e12529eceac4eef483cdde52c14f3ca937 (patch) | |
tree | c88e54df2f5e6f4ab90995759fea3215684a594d /tcg/tci/README | |
parent | baa94c0d333b5eccd68450625e0c3960e85d1913 (diff) | |
download | qemu-fc8ec9e12529eceac4eef483cdde52c14f3ca937.zip qemu-fc8ec9e12529eceac4eef483cdde52c14f3ca937.tar.gz qemu-fc8ec9e12529eceac4eef483cdde52c14f3ca937.tar.bz2 |
tcg/tci: Emit setcond before brcond
The encoding planned for tci does not have enough room for
brcond2, with 4 registers and a condition as input as well
as the label. Resolve the condition into TCG_REG_TMP, and
relax brcond to one register plus a label, considering the
condition to always be reg != 0.
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/tci/README')
0 files changed, 0 insertions, 0 deletions