aboutsummaryrefslogtreecommitdiff
path: root/target/arm/vfp_helper.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-16target/arm: Handle trapping to EL2 of AArch32 VMRS instructionsMarc Zyngier1-0/+29
2019-07-08target/arm/vfp_helper: Call set_fpscr_to_host before updating to FPSCRPhilippe Mathieu-Daudé1-2/+2
2019-07-01target/arm/vfp_helper: Restrict the SoftFloat use to TCGPhilippe Mathieu-Daudé1-3/+23
2019-07-01target/arm/vfp_helper: Extract vfp_set_fpscr_from_host()Philippe Mathieu-Daudé1-6/+13
2019-07-01target/arm/vfp_helper: Extract vfp_set_fpscr_to_host()Philippe Mathieu-Daudé1-48/+53
2019-07-01target/arm/vfp_helper: Move code aroundPhilippe Mathieu-Daudé1-26/+26
2019-07-01target/arm: Fix coding style issuesPhilippe Mathieu-Daudé1-12/+24
2019-07-01target/arm: Fix multiline comment syntaxPhilippe Mathieu-Daudé1-1/+2
2019-06-10target/arm: Use env_cpu, env_archcpuRichard Henderson1-1/+1
2019-04-29target/arm: Make sure M-profile FPSCR RES0 bits are not settablePeter Maydell1-0/+8
2019-03-05target/arm: Implement ARMv8.5-FRINTRichard Henderson1-0/+96
2019-02-21target/arm: Implement ARMv8.3-JSConvRichard Henderson1-0/+88
2019-02-21target/arm: Split out vfp_helper.cRichard Henderson1-0/+1088