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

/openjdk7/hotspot/src/share/vm/opto/
H A Dregmask.hpp120 SlotsPerVecY = 8 }; enumerator in enum:VALUE_OBJ_CLASS_SPEC::__anon359
325 // NOTE: -SlotsPerVecY in computation reflects the need
327 return (int)reg < (int)(CHUNK_SIZE-SlotsPerVecY);
H A Dchaitin.cpp753 assert(Matcher::vector_size_supported(T_FLOAT,RegMask::SlotsPerVecY), "sanity");
754 assert(RegMask::num_registers(Op_VecY) == RegMask::SlotsPerVecY, "sanity");
755 assert(lrgmask.is_aligned_sets(RegMask::SlotsPerVecY), "vector should be aligned");
756 lrg.set_num_regs(RegMask::SlotsPerVecY);
1368 assert(!lrg->_is_vector || n_regs <= RegMask::SlotsPerVecY, "sanity");
H A Dmatcher.cpp519 aligned_stack_mask.clear_to_sets(RegMask::SlotsPerVecY);

Completed in 56 milliseconds