< prev index next >

src/cpu/sparc/vm/sparc.ad

Print this page

        

*** 1858,1867 **** --- 1858,1871 ---- } return true; // Per default match rules are supported. } + const int Matcher::float_pressure_scale(void) { + return 1; + } + int Matcher::regnum_to_fpu_offset(int regnum) { return regnum - 32; // The FP registers are in the second chunk } #ifdef ASSERT
< prev index next >