aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/arm/skyeye_common/arm_regformat.h
diff options
context:
space:
mode:
authorGravatar Lioncash <mathew1800@gmail.com>2015-06-13 15:05:51 -0400
committerGravatar Lioncash <mathew1800@gmail.com>2015-06-13 15:05:51 -0400
commit54e69b89b9c324c00a9acdb024603c6f1d389141 (patch)
tree0274e47441859cff0f114a9a1adafea9a13d4696 /src/core/arm/skyeye_common/arm_regformat.h
parent2a435aa0ccd0369a3e1d941f092cd6dc3887bb1f (diff)
parent71858fc7cc6cbc9449172986b644395c750a954f (diff)
Merge pull request #857 from lioncash/vfp
vfp: Handle accesses to the VFP media feature registers
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.