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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/
H A DX86InstructionFactory.java36 public X86Instruction newMoveInstruction(String name, X86Register rd, ImmediateOrRegister oSrc, int size, int prefixes); method in interface:X86InstructionFactory
H A DX86InstructionFactoryImpl.java43 public X86Instruction newMoveInstruction(String name, X86Register rd, ImmediateOrRegister oSrc, int size, int prefixes) { method in class:X86InstructionFactoryImpl
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCInstructionFactory.java98 public SPARCInstruction newMoveInstruction(String name, int opcode, method in interface:SPARCInstructionFactory
H A DSPARCInstructionFactoryImpl.java152 public SPARCInstruction newMoveInstruction(String name, int opcode, method in class:SPARCInstructionFactoryImpl

Completed in 59 milliseconds