Searched defs:newGeneralInstruction (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/
H A DX86InstructionFactory.java60 public X86Instruction newGeneralInstruction(String name, Operand op1, Operand op2, Operand op3, int size, int prefixes); method in interface:X86InstructionFactory
62 public X86Instruction newGeneralInstruction(String name, Operand op1, Operand op2, int size, int prefixes); method in interface:X86InstructionFactory
64 public X86Instruction newGeneralInstruction(String name, Operand op1, int size, int prefixes); method in interface:X86InstructionFactory
H A DX86InstructionFactoryImpl.java92 public X86Instruction newGeneralInstruction(String name, Operand op1, Operand op2, Operand op3, int size, int prefixes) { method in class:X86InstructionFactoryImpl
96 public X86Instruction newGeneralInstruction(String name, Operand op1, Operand op2, int size, int prefixes) { method in class:X86InstructionFactoryImpl
100 public X86Instruction newGeneralInstruction(String name, Operand op1, int size, int prefixes) { method in class:X86InstructionFactoryImpl

Completed in 29 milliseconds