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

/openjdk7/hotspot/src/share/vm/adlc/
H A DarchDesc.cpp942 const char *ArchDesc::getIdealType(const char *idealOp) { argument
943 // Find last character in idealOp, it specifies the type
945 const char *ptr = idealOp;
951 if (strncmp(idealOp, "Vec",3)==0) {
958 internal_err("Vector type %s with unrecognized type\n",idealOp);
974 // internal_err("Ideal type %s with unrecognized type\n",idealOp);

Completed in 26 milliseconds