aboutsummaryrefslogtreecommitdiff
path: root/scripts/render_block_graph.py
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2025-01-13 12:35:34 +0000
committerPeter Maydell <peter.maydell@linaro.org>2025-01-13 12:35:34 +0000
commit538b764d3417b9295cf7f8b617eb7bc90cbc4ad6 (patch)
tree97ec48c08f56ac0eae82691e6e7726732bf06d8f /scripts/render_block_graph.py
parent1bb7f615a517ba85ebdbbd30d8de2120b4598d12 (diff)
downloadqemu-538b764d3417b9295cf7f8b617eb7bc90cbc4ad6.zip
qemu-538b764d3417b9295cf7f8b617eb7bc90cbc4ad6.tar.gz
qemu-538b764d3417b9295cf7f8b617eb7bc90cbc4ad6.tar.bz2
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. Since we are moving op_addsub.h, we take the opportunity to give it a name which matches our convention for files which are not true header files but which are #included from other C files: op_addsub.c.inc. (Ironically, this means that helper.c no longer contains any TCG helper function definitions at all.) Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20250110131211.2546314-1-peter.maydell@linaro.org Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to 'scripts/render_block_graph.py')
0 files changed, 0 insertions, 0 deletions