Searched refs:_iushr (Results 1 - 18 of 18) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java298 _iushr = 124, // 0x7c field in class:Constants
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp165 _iushr = 124, // 0x7c enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp419 def(_iushr , "iushr" , "b" , NULL , T_INT , -1, false);
H A DtemplateTable.cpp385 def(Bytecodes::_iushr , ____|____|____|____, itos, itos, iop2 , ushr );
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp494 case Bytecodes::_iushr:
H A DsharkBlock.cpp428 case Bytecodes::_iushr:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java163 public static final int _iushr = 124; // 0x7c field in class:Bytecodes
684 def(_iushr , "iushr" , "b" , null , BasicType.getTInt() , -1, false);
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp717 case Bytecodes::_iushr:
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_InstructionPrinter.cpp94 case Bytecodes::_iushr: // fall through
H A Dc1_Canonicalizer.cpp312 case Bytecodes::_iushr: set_constant((value >> shift) & mask); return;
H A Dc1_GraphBuilder.cpp1099 if (CanonicalizeNodes && code == Bytecodes::_iushr) {
2614 case Bytecodes::_iushr : shift_op(intType , code); break;
H A Dc1_LIRGenerator.cpp609 case Bytecodes::_iushr:
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp647 case Bytecodes::_iushr:
H A DciTypeFlow.cpp1254 case Bytecodes::_iushr:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1293 case Bytecodes._iushr:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1493 case Bytecodes::_iushr:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1781 case Bytecodes::_iushr:
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1239 case Bytecodes::_iushr :

Completed in 143 milliseconds