diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2021-10-30 01:18:32 +0200 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2021-11-02 14:14:55 -0400 |
commit | cacb1aa486e713b9492e18668276a12b938cee33 (patch) | |
tree | 0c2d51e1a8b8330100cd5f541c0502405e42b0cd /io | |
parent | daf7a1814feec8a52481a695c2b9f0b9c71f0d46 (diff) | |
download | qemu-cacb1aa486e713b9492e18668276a12b938cee33.zip qemu-cacb1aa486e713b9492e18668276a12b938cee33.tar.gz qemu-cacb1aa486e713b9492e18668276a12b938cee33.tar.bz2 |
target/arm: Use the constant variant of store_cpu_field() when possible
When using a constant variable, we can replace the store_cpu_field()
call by store_cpu_field_constant() which avoid using TCG temporaries.
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20211029231834.2476117-4-f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'io')
0 files changed, 0 insertions, 0 deletions