]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/mips: Extract NEC Vr54xx helpers to vr54xx_helper.c
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 16 Nov 2020 15:41:05 +0000 (16:41 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Wed, 25 Aug 2021 11:02:14 +0000 (13:02 +0200)
commit6629f79f53ea9a1caa3f3c842fa3d02488116486
tree1754a11bb29109e1162efd4ac8b748b691ebfd43
parent07565cbf4abb81efa6dc4742c243bdc4b3444398
target/mips: Extract NEC Vr54xx helpers to vr54xx_helper.c

Extract NEC Vr54xx helpers from op_helper.c to a new file:
'vr54xx_helper.c'.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20201120210844.2625602-14-f4bug@amsat.org>
target/mips/tcg/meson.build
target/mips/tcg/op_helper.c
target/mips/tcg/vr54xx_helper.c [new file with mode: 0644]