diff options
author | Philippe Mathieu-Daudé | 2021-10-30 01:18:32 +0200 |
---|---|---|
committer | Richard Henderson | 2021-11-02 19:14:55 +0100 |
commit | cacb1aa486e713b9492e18668276a12b938cee33 (patch) | |
tree | 0c2d51e1a8b8330100cd5f541c0502405e42b0cd /target/arm/translate-sve.c | |
parent | target/arm: Introduce store_cpu_field_constant() helper (diff) | |
download | qemu-cacb1aa486e713b9492e18668276a12b938cee33.tar.gz qemu-cacb1aa486e713b9492e18668276a12b938cee33.tar.xz qemu-cacb1aa486e713b9492e18668276a12b938cee33.zip |
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 'target/arm/translate-sve.c')
0 files changed, 0 insertions, 0 deletions