commit | a50c0f51339ed1df0a2e289513e3e2bf5b5ca45c | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Tue Apr 15 19:18:44 2014 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Thu Apr 17 21:34:04 2014 +0100 |
tree | 21ccde90de2f8ff2c25e6c3fd617da9233b9ca88 | |
parent | 52e60cdd342dc48116edb81b443ba8c0a0c6f1a3 [diff] |
target-arm: Implement ARMv8 MVFR registers For ARMv8 there are two changes to the MVFR media feature registers: * there is a new MVFR2 which is accessible from 32 bit code * 64 bit code accesses these via the usual sysreg instructions rather than with a floating-point specific instruction Implement this. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>