diff options
author | Philippe Mathieu-Daudé | 2021-10-30 01:18:33 +0200 |
---|---|---|
committer | Richard Henderson | 2021-11-02 19:14:55 +0100 |
commit | 35a1ec8e47a45a674b1ab2097ca9a28805dfd7f0 (patch) | |
tree | bb1fd2a9a92e792f776a7a69a44a090c7ff41700 /python/tests | |
parent | target/arm: Use the constant variant of store_cpu_field() when possible (diff) | |
download | qemu-35a1ec8e47a45a674b1ab2097ca9a28805dfd7f0.tar.gz qemu-35a1ec8e47a45a674b1ab2097ca9a28805dfd7f0.tar.xz qemu-35a1ec8e47a45a674b1ab2097ca9a28805dfd7f0.zip |
target/arm: Use tcg_constant_i64() in do_sat_addsub_64()
The immediate value used for comparison is constant and
read-only. Move it to the constant pool. This frees a
TCG temporary for unsigned saturation opcodes.
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20211029231834.2476117-5-f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'python/tests')
0 files changed, 0 insertions, 0 deletions