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

/openjdk7/hotspot/src/share/vm/adlc/
H A DarchDesc.cpp277 const char *rootOp = op->_ident; local
278 mrule._machType = rootOp;
281 if (strcmp(rootOp,"Universe")==0) continue;
282 if (strcmp(rootOp,"label")==0) continue;
284 assert( strcmp(rootOp,"sReg") != 0, "Disable untyped 'sReg'");
285 if (strcmp(rootOp,"sRegI")==0) continue;
286 if (strcmp(rootOp,"sRegP")==0) continue;
287 if (strcmp(rootOp,"sRegF")==0) continue;
288 if (strcmp(rootOp,"sRegD")==0) continue;
289 if (strcmp(rootOp,"sReg
323 const char *rootOp = instr->_ident; local
488 buildMatchList(MatchRule *mrule, const char *resultStr, const char *rootOp, Predicate *pred, const char *cost) argument
553 buildMList(MatchNode *node, const char *rootOp, const char *resultOp, Predicate *pred, const char *cost) argument
[all...]
H A Doutput_c.cpp4178 const char *rootOp = instr->_ident; local
4179 mrule._machType = rootOp;

Completed in 46 milliseconds