< prev index next >

src/cpu/ppc/vm/ppc.ad

Print this page

        

*** 2135,2146 **** decode->set_opnd_array(0, new iRegPdstOper()); decode->set_opnd_array(1, new iRegNsrcOper()); return decode; } */ - // Threshold size for cleararray. - const int Matcher::init_array_short_size = 8 * BytesPerLong; // false => size gets scaled to BytesPerLong, ok. const bool Matcher::init_array_count_is_in_bytes = false; // Use conditional move (CMOVL) on Power7. --- 2135,2144 ----
< prev index next >