Searched refs:atyp (Results 1 - 4 of 4) sorted by relevance
/openjdk7/hotspot/src/share/vm/opto/ |
H A D | vectornode.cpp | 406 Node* adr, const TypePtr* atyp, uint vlen, BasicType bt) { 408 return new (C) LoadVectorNode(ctl, mem, adr, atyp, vt); 413 Node* adr, const TypePtr* atyp, Node* val, 415 return new (C) StoreVectorNode(ctl, mem, adr, atyp, val); 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
|
H A D | vectornode.hpp | 375 Node* adr, const TypePtr* atyp, uint vlen, BasicType bt); 398 Node* adr, const TypePtr* atyp, Node* val,
|
H A D | superword.cpp | 1377 const TypePtr* atyp = n->adr_type(); local 1378 vn = LoadVectorNode::make(C, opc, ctl, mem, adr, atyp, vlen, velt_basic_type(n)); 1386 const TypePtr* atyp = n->adr_type(); local 1387 vn = StoreVectorNode::make(C, opc, ctl, mem, adr, atyp, val, vlen);
|
/openjdk7/jdk/test/java/net/Socks/ |
H A D | SocksServer.java | 404 int atyp = in.read(); 408 switch(atyp) {
|
Completed in 77 milliseconds