Searched refs:LNEG (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DLNEG.java62 * LNEG - Negate long
67 public class LNEG extends ArithmeticInstruction { class in inherits:ArithmeticInstruction
68 public LNEG() { method in class:LNEG
69 super(com.sun.org.apache.bcel.internal.Constants.LNEG);
H A DArithmeticInstruction.java100 case Constants.LMUL: case Constants.LNEG: case Constants.LOR: case Constants.LREM:
H A DInstructionConstants.java144 public static final ArithmeticInstruction LNEG = new LNEG(); field in interface:InstructionConstants
282 INSTRUCTIONS[Constants.LNEG] = LNEG;
H A DEmptyVisitor.java229 public void visitLNEG(LNEG obj) { }
H A DVisitor.java232 public void visitLNEG(LNEG obj);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java286 int LNEG = 117; // - field in interface:Opcodes
H A DFrame.java392 // 0, //LNEG, // -
862 case Opcodes.LNEG:
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java274 public static final short LNEG = 117; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java160 LNEG(0x75), enum constant in enum:Opcode

Completed in 210 milliseconds