Searched refs:opc_iushr (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DAssignUnsignedShiftRightExpression.java49 asm.add(where, opc_iushr + itype.getTypeCodeOffset());
H A DUnsignedShiftRightExpression.java71 asm.add(where, opc_iushr + type.getTypeCodeOffset());
/openjdk7/jdk/test/java/lang/instrument/
H A DRuntimeConstants.java236 int opc_iushr = 124; field in interface:RuntimeConstants
/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DRuntimeConstants.java238 int opc_iushr = 124; field in interface:RuntimeConstants
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DRuntimeConstants.java245 int opc_iushr = 124; field in interface:RuntimeConstants
/openjdk7/jdk/src/share/classes/sun/tools/asm/
H A DInstruction.java448 case opc_ishr: case opc_iushr: case opc_lshl:
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp540 /* 0x7C */ &&opc_iushr,&&opc_lushr,&&opc_iand,&&opc_land,

Completed in 60 milliseconds