Searched refs:FSUB (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DFSUB.java62 * FSUB - Substract floats
67 public class FSUB extends ArithmeticInstruction { class in inherits:ArithmeticInstruction
70 public FSUB() { method in class:FSUB
71 super(com.sun.org.apache.bcel.internal.Constants.FSUB);
H A DArithmeticInstruction.java90 case Constants.FNEG: case Constants.FREM: case Constants.FSUB:
H A DInstructionConstants.java129 public static final ArithmeticInstruction FSUB = new FSUB(); field in interface:InstructionConstants
267 INSTRUCTIONS[Constants.FSUB] = FSUB;
H A DEmptyVisitor.java150 public void visitFSUB(FSUB obj) { }
H A DVisitor.java153 public void visitFSUB(FSUB obj);
H A DInstructionFactory.java328 case '-' : return FSUB;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java271 int FSUB = 102; // - field in interface:Opcodes
H A DFrame.java377 // -1, //FSUB, // -
1118 case Opcodes.FSUB:
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java259 public static final short FSUB = 102; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java145 FSUB(0x66), enum constant in enum:Opcode

Completed in 51 milliseconds