Searched defs:lrgmask (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dchaitin.cpp629 const RegMask &lrgmask = lrg.mask(); local
630 if (lrgmask.is_bound(ireg))
741 assert(lrgmask.is_aligned_sets(RegMask::SlotsPerVecD), "vector should be aligned");
748 assert(lrgmask.is_aligned_sets(RegMask::SlotsPerVecX), "vector should be aligned");
755 assert(lrgmask.is_aligned_sets(RegMask::SlotsPerVecY), "vector should be aligned");
818 const RegMask &lrgmask = lrg.mask(); local
824 if (lrgmask.is_bound(kreg))
834 assert(lrgmask.is_aligned_sets(lrg.num_regs()), "vector should be aligned");
847 lrgmask.is_misaligned_pair()) {

Completed in 56 milliseconds