< prev index next >

src/hotspot/share/opto/regmask.hpp

Print this page
*** 97,11 ***
           SlotsPerVecS = 1,
           SlotsPerVecD = 2,
           SlotsPerVecX = 4,
           SlotsPerVecY = 8,
           SlotsPerVecZ = 16,
-          SlotsPerRegVmask = 1,
           };
  
    // A constructor only used by the ADLC output.  All mask fields are filled
    // in directly.  Calls to this look something like RM(1,2,3,4);
    RegMask(
--- 97,10 ---
< prev index next >