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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/
H A DX86InstructionFactory.java50 public X86Instruction newShiftInstruction(String name, int rtlOperation, Operand op1, ImmediateOrRegister op2, int size, int prefixes); method in interface:X86InstructionFactory
H A DX86InstructionFactoryImpl.java72 public X86Instruction newShiftInstruction(String name, int rtlOperation, Operand op1, ImmediateOrRegister op2, int size, int prefixes) { method in class:X86InstructionFactoryImpl
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCInstructionFactory.java102 public SPARCInstruction newShiftInstruction(String name, int opcode, int rtlOperation, method in interface:SPARCInstructionFactory
H A DSPARCInstructionFactoryImpl.java158 public SPARCInstruction newShiftInstruction(String name, int opcode, int rtlOperation, method in class:SPARCInstructionFactoryImpl

Completed in 74 milliseconds