]> Git Repo - qemu.git/commit - target/arm/translate.h
target/arm: Implement M-profile lazy FP state preservation
authorPeter Maydell <[email protected]>
Mon, 29 Apr 2019 16:36:02 +0000 (17:36 +0100)
committerPeter Maydell <[email protected]>
Mon, 29 Apr 2019 16:36:02 +0000 (17:36 +0100)
commite33cf0f8d8c9998a7616684f9d6aa0d181b88803
tree0bc446ee91b8d04c84feb3b2ef6a916e5d5bbd62
parenta356dacf647506bccdf8ecd23574246a8bf615ac
target/arm: Implement M-profile lazy FP state preservation

The M-profile architecture floating point system supports
lazy FP state preservation, where FP registers are not
pushed to the stack when an exception occurs but are instead
only saved if and when the first FP instruction in the exception
handler is executed. Implement this in QEMU, corresponding
to the check of LSPACT in the pseudocode ExecuteFPCheck().

Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Message-id: 20190416125744[email protected]
target/arm/cpu.h
target/arm/helper.c
target/arm/helper.h
target/arm/translate.c
target/arm/translate.h
This page took 0.025915 seconds and 4 git commands to generate.