]> Git Repo - qemu.git/commit
targets (various): use softfloat-helpers.h where we can
authorAlex Bennée <[email protected]>
Thu, 8 Aug 2019 16:30:35 +0000 (17:30 +0100)
committerAlex Bennée <[email protected]>
Mon, 19 Aug 2019 11:07:13 +0000 (12:07 +0100)
commit5f8ab0004e878a6cd0f50fa8659df4a4f853eea8
treef942a32c15139efcac19c814de1ec88982011f34
parent135b03cb9defbd080b8834b30e3d45bed00c6137
targets (various): use softfloat-helpers.h where we can

Generally the cpu and non-FP helper files just want to manipulate the
softfloat flags. For this they can just use the -helpers.h include
which brings in a minimal number of inline helpers.

Signed-off-by: Alex Bennée <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Reviewed-by: David Hildenbrand <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Tested-by: Philippe Mathieu-Daudé <[email protected]>
target/alpha/helper.c
target/microblaze/cpu.c
target/s390x/cpu.c
target/sh4/cpu.c
target/tricore/helper.c
target/unicore32/cpu.c
This page took 0.027913 seconds and 4 git commands to generate.