hotspot/src/cpu/sparc/vm/sparc.ad
changeset 33065 55892792936f
parent 32082 2a3323e25de1
child 33129 e0bcbb5015b3
equal deleted inserted replaced
33064:57e7e1d3ade8 33065:55892792936f
  1856       return false;
  1856       return false;
  1857     break;
  1857     break;
  1858   }
  1858   }
  1859 
  1859 
  1860   return true;  // Per default match rules are supported.
  1860   return true;  // Per default match rules are supported.
       
  1861 }
       
  1862 
       
  1863 const int Matcher::float_pressure(int default_pressure_threshold) {
       
  1864   return default_pressure_threshold;
  1861 }
  1865 }
  1862 
  1866 
  1863 int Matcher::regnum_to_fpu_offset(int regnum) {
  1867 int Matcher::regnum_to_fpu_offset(int regnum) {
  1864   return regnum - 32; // The FP registers are in the second chunk
  1868   return regnum - 32; // The FP registers are in the second chunk
  1865 }
  1869 }