< prev index next >

src/hotspot/cpu/x86/x86_64.ad

Print this page
rev 60615 : 8231441: Initial SVE backend support
Reviewed-by: adinn, pli
Contributed-by: joshua.zhu@arm.com, yang.zhang@arm.com, ningsheng.jian@arm.com

@@ -2832,11 +2832,11 @@
       OptoReg::Bad, // Op_RegF
       XMM0b_num,    // Op_RegD
       RAX_H_num     // Op_RegL
     };
     // Excluded flags and vector registers.
-    assert(ARRAY_SIZE(hi) == _last_machine_leaf - 6, "missing type");
+    assert(ARRAY_SIZE(hi) == _last_machine_leaf - 8, "missing type");
     return OptoRegPair(hi[ideal_reg], lo[ideal_reg]);
   %}
 %}
 
 //----------ATTRIBUTES---------------------------------------------------------
< prev index next >