Searched refs:decodeFormat3AInstruction (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DRestoreDecoder.java34 Instruction decodeFormat3AInstruction(int instruction, method in class:RestoreDecoder
H A DSaveDecoder.java34 Instruction decodeFormat3AInstruction(int instruction, method in class:SaveDecoder
H A DFormat3ADecoder.java45 return decodeFormat3AInstruction(instruction, rs1, operand2, rd, factory);
48 abstract Instruction decodeFormat3AInstruction(int instruction, method in class:Format3ADecoder
H A DArithmeticDecoder.java34 Instruction decodeFormat3AInstruction(int instruction, method in class:ArithmeticDecoder
H A DLogicDecoder.java34 Instruction decodeFormat3AInstruction(int instruction, method in class:LogicDecoder
H A DSPARCDisassembler.java89 protected Instruction decodeFormat3AInstruction(int instruction) { method in class:SPARCDisassembler
123 instr = decodeFormat3AInstruction(instruction);

Completed in 57 milliseconds