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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlparse.cpp366 OperandForm *rightOp = _globalNames[right->_opType]->is_operand(); local
367 if( rightOp ) {
368 const Form *rightRoot = _globalNames[rightOp->_matrule->_opType];
372 chain_op = rightOp->_ident;

Completed in 67 milliseconds