]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Split out vfp_helper.c
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 21 Feb 2019 18:17:45 +0000 (18:17 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 21 Feb 2019 18:17:45 +0000 (18:17 +0000)
commit37356079fcdb34e13abbed8ea0c00ca880c31247
treea2d283a978259c1b64a4979222b825483a6f8303
parent3c3ff68492c2d00bd8cb39ed2d02bdaf5caf5cb8
target/arm: Split out vfp_helper.c

Move all of the fp helpers out of helper.c into a new file.
This is code movement only.  Since helper.c has no copyright
header, take the one from cpu.h for the new file.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20190215192302.27855-3-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/Makefile.objs
target/arm/helper.c
target/arm/vfp_helper.c [new file with mode: 0644]