Searched refs:VectorY (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.hpp89 VectorY, // 256bit Vector types enumerator in enum:Type::TYPES
650 TypeVectY(const Type* elem, uint length) : TypeVect(VectorY, elem, length) {}
1205 assert( _base >= VectorS && _base <= VectorY, "Not a Vector" );
1210 return (_base >= VectorS && _base <= VectorY) ? (TypeVect*)this : NULL;
H A Dtype.cpp66 T_ILLEGAL, // VectorY
696 Bad, // VectorY - handled in v-call
2002 case VectorY: { // Meeting 2 vectors?
2058 case VectorY:

Completed in 50 milliseconds