Searched defs:newFPArithmeticInstruction (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/
H A DX86InstructionFactory.java58 public X86Instruction newFPArithmeticInstruction(String name, int rtlOperation, Operand op1, Operand op2, int size, int prefixes); method in interface:X86InstructionFactory
H A DX86InstructionFactoryImpl.java88 public X86Instruction newFPArithmeticInstruction(String name, int rtlOperation, Operand op1, Operand op2, int size, int prefixes) { method in class:X86InstructionFactoryImpl
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCInstructionFactory.java76 public SPARCInstruction newFPArithmeticInstruction(String name, int opf, int rtlOperation, method in interface:SPARCInstructionFactory
H A DSPARCInstructionFactoryImpl.java106 public SPARCInstruction newFPArithmeticInstruction(String name, int opf, int rtlOperation, method in class:SPARCInstructionFactoryImpl

Completed in 31 milliseconds