Searched refs:is_aligned_pairs (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dregmask.hpp204 void verify_pairs() const { assert( is_aligned_pairs(), "mask is not aligned, adjacent pairs" ); }
206 bool is_aligned_pairs() const;
209 bool is_misaligned_pair() const { return Size()==2 && !is_aligned_pairs(); }
H A Dregmask.cpp194 //------------------------------is_aligned_pairs-------------------------------
195 bool RegMask::is_aligned_pairs() const { function in class:RegMask
H A Dreg_split.cpp91 || !is_vect && o_mask->is_aligned_pairs()) ) {

Completed in 38 milliseconds