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

/openjdk7/hotspot/src/share/vm/opto/
H A Dvectornode.cpp165 bool VectorNode::implemented(int opc, uint vlen, BasicType bt) { argument
167 (vlen > 1) && is_power_of_2(vlen) &&
168 Matcher::vector_size_supported(bt, vlen)) {
248 VectorNode* VectorNode::make(Compile* C, int opc, Node* n1, Node* n2, uint vlen, BasicType bt) { argument
249 const TypeVect* vt = TypeVect::make(bt, vlen);
302 VectorNode* VectorNode::scalar2vector(Compile* C, Node* s, uint vlen, const Type* opd_t) { argument
304 const TypeVect* vt = opd_t->singleton() ? TypeVect::make(opd_t, vlen)
305 : TypeVect::make(bt, vlen);
326 VectorNode* VectorNode::shift_count(Compile* C, Node* shift, Node* cnt, uint vlen, BasicTyp argument
345 make(Compile* C, Node* s, uint vlen, BasicType bt) argument
405 make(Compile* C, int opc, Node* ctl, Node* mem, Node* adr, const TypePtr* atyp, uint vlen, BasicType bt) argument
412 make(Compile* C, int opc, Node* ctl, Node* mem, Node* adr, const TypePtr* atyp, Node* val, uint vlen) argument
[all...]
H A Dsuperword.cpp1074 uint vlen = p->size(); local
1076 for (uint i = 1; i < vlen; i++) {
1367 uint vlen = p->size(); local
1378 vn = LoadVectorNode::make(C, opc, ctl, mem, adr, atyp, vlen, velt_basic_type(n));
1387 vn = StoreVectorNode::make(C, opc, ctl, mem, adr, atyp, val, vlen);
1399 vn = VectorNode::make(C, opc, in1, in2, vlen, velt_basic_type(n));
1431 uint vlen = p->size(); local
1460 cnt = VectorNode::shift_count(C, p0, cnt, vlen, velt_basic_type(p0));
1473 VectorNode* vn = VectorNode::scalar2vector(_phase->C, opd, vlen, p0_t);
1488 PackNode* pk = PackNode::make(_phase->C, opd, vlen, b
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A DperfData.cpp121 void PerfData::create_entry(BasicType dtype, size_t dsize, size_t vlen) { argument
123 size_t dlen = vlen==0 ? 1 : vlen;
161 pdep->vector_length = (jint)vlen;
170 " units = %d, dsize = %d, vlen = %d,"
175 units(), dsize, vlen,
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/datatype/
H A DXMLGregorianCalendarImpl.java2741 private final int vlen; field in class:XMLGregorianCalendarImpl.Parser
2750 this.vlen = value.length();
2821 if (vidx != vlen) {
2829 if (vidx == vlen) {
2836 if (vidx == vlen) {

Completed in 57 milliseconds