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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCLogicInstruction.java29 public class SPARCLogicInstruction extends SPARCFormat3AInstruction class in inherits:SPARCFormat3AInstruction,LogicInstruction
33 public SPARCLogicInstruction(String name, int opcode, int operation, SPARCRegister rs1, method in class:SPARCLogicInstruction
H A DSPARCInstructionFactoryImpl.java149 return new SPARCLogicInstruction(name, opcode, rtlOperation, rs1, operand2, rd);

Completed in 23 milliseconds