commit | 83f849e00e875dcc96fb0d86af1a07a92ead1221 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <npitre@baylibre.com> | Sat Jan 28 23:49:36 2023 -0500 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Mon Jan 30 23:47:36 2023 +0000 |
tree | 226f343df84d4845e296f7b3324334609862aa16 | |
parent | b2ffee7fe219d46de4c77868b1597eda3c5462dd [diff] |
riscv: FPU trap: catch CSR access to fcsr, frm and fflags The FRCSR, FSCSR, FRRM, FSRM, FSRMI, FRFLAGS, FSFLAGS and FSFLAGSI are in fact CSR instructions targeting the fcsr, frm and fflags registers. They should be caught as FPU instructions as well. Signed-off-by: Nicolas Pitre <npitre@baylibre.com>