diff options
| author | Peter Maydell <peter.maydell@linaro.org> | 2023-06-19 11:20:19 +0100 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2023-06-19 11:21:17 +0100 |
| commit | 68496d4172296ff04b90e3dfbee13316615d8167 (patch) | |
| tree | 1dbbf5cfd12e910c9829262caadaf79d82c96aae /python | |
| parent | 99bb43c0ff7c72ef7fa5035ff8e6151b1c08ce68 (diff) | |
| download | focaccia-qemu-68496d4172296ff04b90e3dfbee13316615d8167.tar.gz focaccia-qemu-68496d4172296ff04b90e3dfbee13316615d8167.zip | |
target/arm: Consistently use finalize_memop_asimd() for ASIMD loads/stores
In the recent refactoring we missed a few places which should be calling finalize_memop_asimd() for ASIMD loads and stores but instead are just calling finalize_memop(); fix these. For the disas_ldst_single_struct() and disas_ldst_multiple_struct() cases, this is not a behaviour change because there the size is never MO_128 and the two finalize functions do the same thing. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions