Searched refs:X86MoveLoadInstruction (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/
H A DX86MoveLoadInstruction.java29 public class X86MoveLoadInstruction extends X86MemoryInstruction class in inherits:X86MemoryInstruction,LoadInstruction
31 public X86MoveLoadInstruction(String name, X86Register register, Address address, int dataType, int size, int prefixes) { method in class:X86MoveLoadInstruction
H A DX86InstructionFactoryImpl.java48 return new X86MoveLoadInstruction(name, op1, op2, dataType, size, prefixes);

Completed in 81 milliseconds