]> Git Repo - qemu.git/blobdiff - target/arm/cpu.c
Merge remote-tracking branch 'remotes/xtensa/tags/20190326-xtensa' into staging
[qemu.git] / target / arm / cpu.c
index 504a4771fbd34fb92afed97baeb18a6d4bf1a47a..415578219746e8ffa57e8eeb22e63afdb0a242ec 100644 (file)
@@ -2028,6 +2028,11 @@ static void arm_max_initfn(Object *obj)
             t = FIELD_DP32(t, ID_ISAR6, SPECRES, 1);
             cpu->isar.id_isar6 = t;
 
+            t = cpu->isar.mvfr2;
+            t = FIELD_DP32(t, MVFR2, SIMDMISC, 3); /* SIMD MaxNum */
+            t = FIELD_DP32(t, MVFR2, FPMISC, 4);   /* FP MaxNum */
+            cpu->isar.mvfr2 = t;
+
             t = cpu->id_mmfr4;
             t = FIELD_DP32(t, ID_MMFR4, HPDS, 1); /* AA32HPD */
             cpu->id_mmfr4 = t;
This page took 0.023212 seconds and 4 git commands to generate.