mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
target/arm: Implement VLSTM for v7M CPUs with an FPU
Implement the VLSTM instruction for v7M for the FPU present case. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20190416125744.27770-25-peter.maydell@linaro.org
This commit is contained in:
parent
e33cf0f8d8
commit
019076b036
4 changed files with 102 additions and 1 deletions
|
@ -58,6 +58,8 @@
|
|||
#define EXCP_INVSTATE 18 /* v7M INVSTATE UsageFault */
|
||||
#define EXCP_STKOF 19 /* v8M STKOF UsageFault */
|
||||
#define EXCP_LAZYFP 20 /* v7M fault during lazy FP stacking */
|
||||
#define EXCP_LSERR 21 /* v8M LSERR SecureFault */
|
||||
#define EXCP_UNALIGNED 22 /* v7M UNALIGNED UsageFault */
|
||||
/* NB: add new EXCP_ defines to the array in arm_log_exception() too */
|
||||
|
||||
#define ARMV7M_EXCP_RESET 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue