diff options
| author | Peter Maydell <peter.maydell@linaro.org> | 2019-04-29 17:36:02 +0100 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2019-04-29 17:36:02 +0100 |
| commit | e33cf0f8d8c9998a7616684f9d6aa0d181b88803 (patch) | |
| tree | 0bc446ee91b8d04c84feb3b2ef6a916e5d5bbd62 /python/qemu/qtest.py | |
| parent | a356dacf647506bccdf8ecd23574246a8bf615ac (diff) | |
| download | focaccia-qemu-e33cf0f8d8c9998a7616684f9d6aa0d181b88803.tar.gz focaccia-qemu-e33cf0f8d8c9998a7616684f9d6aa0d181b88803.zip | |
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 <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20190416125744.27770-24-peter.maydell@linaro.org
Diffstat (limited to 'python/qemu/qtest.py')
0 files changed, 0 insertions, 0 deletions