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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DFREM.java62 * FREM - Remainder of floats
67 public class FREM extends ArithmeticInstruction { class in inherits:ArithmeticInstruction
70 public FREM() { method in class:FREM
71 super(com.sun.org.apache.bcel.internal.Constants.FREM);
H A DArithmeticInstruction.java90 case Constants.FNEG: case Constants.FREM: case Constants.FSUB:
H A DInstructionConstants.java141 public static final ArithmeticInstruction FREM = new FREM(); field in interface:InstructionConstants
279 INSTRUCTIONS[Constants.FREM] = FREM;
H A DEmptyVisitor.java142 public void visitFREM(FREM obj) { }
H A DVisitor.java145 public void visitFREM(FREM obj);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java283 int FREM = 114; // - field in interface:Opcodes
H A DFrame.java389 // -1, //FREM, // -
1121 case Opcodes.FREM:
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java271 public static final short FREM = 114; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java157 FREM(0x72), enum constant in enum:Opcode

Completed in 54 milliseconds