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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DIMPDEP1.java62 * IMPDEP1 - Implementation dependent
66 public class IMPDEP1 extends Instruction { class in inherits:Instruction
67 public IMPDEP1() { method in class:IMPDEP1
68 super(com.sun.org.apache.bcel.internal.Constants.IMPDEP1, (short)1);
H A DEmptyVisitor.java196 public void visitIMPDEP1(IMPDEP1 obj) { }
H A DVisitor.java199 public void visitIMPDEP1(IMPDEP1 obj);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCV9Disassembler.java160 new V9ShiftDecoder(SRL, "srl", RTLOP_SRL), new CoprocessorDecoder(IMPDEP1)
H A DSPARCV9Opcodes.java53 public static final int IMPDEP1 = CPop1; field in interface:SPARCV9Opcodes
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java392 public static final short IMPDEP1 = 254; field in interface:Constants

Completed in 47 milliseconds