ARM: Even though writes to MVFR0/1 should be unpredictable, we need to make them...
authorGabe Black <gblack@eecs.umich.edu>
Wed, 2 Jun 2010 17:58:15 +0000 (12:58 -0500)
committerGabe Black <gblack@eecs.umich.edu>
Wed, 2 Jun 2010 17:58:15 +0000 (12:58 -0500)
src/arch/arm/isa/formats/fp.isa

index 2848763115d022a20060076726ab0420cc89d71c..d509fc28adca7e807dd536d05fe57be0135b4531 100644 (file)
@@ -328,6 +328,12 @@ let {{
                   case 1:
                     specReg = MISCREG_FPSCR;
                     break;
+                  case 6:
+                    specReg = MISCREG_MVFR1;
+                    break;
+                  case 7:
+                    specReg = MISCREG_MVFR0;
+                    break;
                   case 8:
                     specReg = MISCREG_FPEXC;
                     break;