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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java299 _lushr = 125, // 0x7d field in class:Constants
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp166 _lushr = 125, // 0x7d enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp420 def(_lushr , "lushr" , "b" , NULL , T_LONG , -1, false);
H A DtemplateTable.cpp386 def(Bytecodes::_lushr , ____|____|____|____, itos, ltos, lushr , _ );
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp545 case Bytecodes::_lushr:
H A DsharkBlock.cpp508 case Bytecodes::_lushr:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java164 public static final int _lushr = 125; // 0x7d field in class:Bytecodes
685 def(_lushr , "lushr" , "b" , null , BasicType.getTLong() , -1, false);
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp753 case Bytecodes::_lushr:
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_InstructionPrinter.cpp95 case Bytecodes::_lushr: return ">>>";
H A Dc1_Canonicalizer.cpp322 case Bytecodes::_lushr: set_constant((value >> shift) & mask); return;
H A Dc1_LIRGenerator.cpp610 case Bytecodes::_lushr: __ unsigned_shift_right(value, count, result_op, tmp); break;
H A Dc1_GraphBuilder.cpp2615 case Bytecodes::_lushr : shift_op(longType, code); break;
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp654 case Bytecodes::_lushr:
H A DciTypeFlow.cpp1417 case Bytecodes::_lushr:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1333 case Bytecodes._lushr: pp(vvvCTS, vvCTS); break;
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1533 case Bytecodes::_lushr: pp(vvvCTS, vvCTS); break;
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp2030 case Bytecodes::_lushr:
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1274 case Bytecodes::_lushr :

Completed in 124 milliseconds