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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/
H A DX86InstructionFactory.java42 public X86Instruction newArithmeticInstruction(String name, int rtlOperation, Operand op1, Operand op2, Operand op3, int size, int prefixes); method in interface:X86InstructionFactory
44 public X86Instruction newArithmeticInstruction(String name, int rtlOperation, Operand op1, Operand op2, int size, int prefixes); method in interface:X86InstructionFactory
H A DX86InstructionFactoryImpl.java55 public X86Instruction newArithmeticInstruction(String name, int rtlOperation, Operand op1, Operand op2, Operand op3, int size, int prefixes) { method in class:X86InstructionFactoryImpl
59 public X86Instruction newArithmeticInstruction(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.java90 public SPARCInstruction newArithmeticInstruction(String name, int opcode, int rtlOperation, method in interface:SPARCInstructionFactory
H A DSPARCInstructionFactoryImpl.java140 public SPARCInstruction newArithmeticInstruction(String name, int opcode, int rtlOperation, method in class:SPARCInstructionFactoryImpl

Completed in 33 milliseconds