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

/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/interpreter/
H A Dbytecodes.hpp165 _iushr = 124, // 0x7c enumerator in enum:Bytecodes::Code
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java298 _iushr = 124, // 0x7c field in class:Constants

Completed in 42 milliseconds