Searched refs:getOperand2 (Results 1 - 24 of 24) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DWriteDecoder.java42 getOperand2(instruction));
H A DV9PopcDecoder.java40 instr = v9factory.newV9PopcInstruction(getOperand2(instruction), rd);
H A DV9WrprDecoder.java36 ImmediateOrRegister operand2 = getOperand2(instruction);
H A DFormat3ADecoder.java44 ImmediateOrRegister operand2 = getOperand2(instruction);
H A DInstructionDecoder.java63 static ImmediateOrRegister getOperand2(int instruction) { method in class:InstructionDecoder
H A DSPARCV9WrprInstruction.java61 public ImmediateOrRegister getOperand2() { method in class:SPARCV9WrprInstruction
H A DV9WriteDecoder.java55 instr = v9factory.newV9WriteInstruction(specialRegNum, asrRegNum, rs1, getOperand2(instruction));
H A DSPARCFormat3AInstruction.java80 public ImmediateOrRegister getOperand2() { method in class:SPARCFormat3AInstruction
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/
H A DFPArithmeticDecoder.java43 Operand op2 = getOperand2(bytesArray, operandSize, addrSize);
H A DLogicalDecoder.java42 Operand op2 = getOperand2(bytesArray, operandSize, addrSize);
H A DRotateDecoder.java39 Operand op2 = getOperand2(bytesArray, operandSize, addrSize);
H A DSSEArithmeticDecoder.java44 Operand op2 = getOperand2(bytesArray, operandSize, addrSize);
H A DSSELogicalDecoder.java41 Operand op2 = getOperand2(bytesArray, operandSize, addrSize);
H A DSSEShiftDecoder.java39 Operand op2 = getOperand2(bytesArray, operandSize, addrSize);
H A DShiftDecoder.java42 Operand op2 = getOperand2(bytesArray, operandSize, addrSize);
H A DArithmeticDecoder.java45 Operand op2 = getOperand2(bytesArray, operandSize, addrSize);
H A DMoveDecoder.java36 Operand op2 = getOperand2(bytesArray, operandSize, addrSize);
H A DSSEInstructionDecoder.java48 Operand op2 = getOperand2(bytesArray, operandSize, addrSize);
H A DSSEMoveDecoder.java37 Operand op2 = getOperand2(bytesArray, operandSize, addrSize);
H A DX86FPArithmeticInstruction.java70 public Operand getOperand2() { method in class:X86FPArithmeticInstruction
H A DX86GeneralInstruction.java77 public Operand getOperand2() { method in class:X86GeneralInstruction
H A DX86ArithmeticInstruction.java86 public Operand getOperand2() { method in class:X86ArithmeticInstruction
H A DInstructionDecoder.java82 protected Operand getOperand2(byte[] bytesArray, boolean operandSize, boolean addrSize) { method in class:InstructionDecoder
159 Operand op2 = getOperand2(bytesArray, operandSize, addrSize);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/binary/
H A DBinaryPattern.java86 public final Pattern getOperand2() { method in class:BinaryPattern

Completed in 435 milliseconds