aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/arm/skyeye_common/arm_regformat.h
diff options
context:
space:
mode:
authorGravatar Lioncash <mathew1800@gmail.com>2015-06-12 19:39:43 -0400
committerGravatar Lioncash <mathew1800@gmail.com>2015-06-12 20:21:51 -0400
commit71858fc7cc6cbc9449172986b644395c750a954f (patch)
tree0274e47441859cff0f114a9a1adafea9a13d4696 /src/core/arm/skyeye_common/arm_regformat.h
parent2a435aa0ccd0369a3e1d941f092cd6dc3887bb1f (diff)
vfp: Handle accesses to the VFP media feature registers
These are able to be accessed in any privilege mode.
Diffstat (limited to 'src/core/arm/skyeye_common/arm_regformat.h')
-rw-r--r--src/core/arm/skyeye_common/arm_regformat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/arm/skyeye_common/arm_regformat.h b/src/core/arm/skyeye_common/arm_regformat.h
index 6c89774e..a92effbb 100644
--- a/src/core/arm/skyeye_common/arm_regformat.h
+++ b/src/core/arm/skyeye_common/arm_regformat.h
@@ -59,6 +59,8 @@ enum {
VFP_FPSID,
VFP_FPSCR,
VFP_FPEXC,
+ VFP_MVFR0,
+ VFP_MVFR1,
// Not an actual register.
// All VFP system registers should be defined above this.