commit | 08792f1a9b17961f17e13ea875c99e36c2e83a8f | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Tue Dec 17 17:28:24 2024 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Tue Dec 17 17:28:24 2024 +0000 |
tree | d62ffd81c6cb28719b5c2456c1d4b9304d91efcd | |
parent | 8032c78e556cd0baec111740a6c636863f9bd7c8 [diff] |
target/arm: Move minor arithmetic helpers out of helper.c helper.c includes some small TCG helper functions used for mostly arithmetic instructions. These are TCG only and there's no need for them to be in the large and unwieldy helper.c. Move them out to their own source file in the tcg/ subdirectory, together with the op_addsub.h multiply-included template header that they use. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>