Searched refs:IMPDEP2 (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DIMPDEP2.java62 * IMPDEP2 - Implementation dependent
66 public class IMPDEP2 extends Instruction { class in inherits:Instruction
67 public IMPDEP2() { method in class:IMPDEP2
68 super(com.sun.org.apache.bcel.internal.Constants.IMPDEP2, (short)1);
H A DEmptyVisitor.java201 public void visitIMPDEP2(IMPDEP2 obj) { }
H A DVisitor.java204 public void visitIMPDEP2(IMPDEP2 obj);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCV9Disassembler.java164 new V9ShiftDecoder(SRA, "sra", RTLOP_SRA), new CoprocessorDecoder(IMPDEP2)
H A DSPARCV9Opcodes.java54 public static final int IMPDEP2 = CPop2; field in interface:SPARCV9Opcodes
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java393 public static final short IMPDEP2 = 255; field in interface:Constants

Completed in 44 milliseconds