Searched defs:getOperand3 (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/
H A DX86ArithmeticInstruction.java90 public Operand getOperand3() { method in class:X86ArithmeticInstruction
H A DX86GeneralInstruction.java81 public Operand getOperand3() { method in class:X86GeneralInstruction
H A DInstructionDecoder.java90 protected Operand getOperand3(byte[] bytesArray, boolean operandSize, boolean addrSize) { method in class:InstructionDecoder
160 Operand op3 = getOperand3(bytesArray, operandSize, addrSize);

Completed in 36 milliseconds