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

/dalvik/dx/src/com/android/dx/io/instructions/
H A DTwoRegisterDecodedInstruction.java24 public final class TwoRegisterDecodedInstruction extends DecodedInstruction { class in inherits:DecodedInstruction
34 public TwoRegisterDecodedInstruction(InstructionCodec format, int opcode, method in class:TwoRegisterDecodedInstruction
60 return new TwoRegisterDecodedInstruction(
H A DInstructionCodec.java65 return new TwoRegisterDecodedInstruction(
173 return new TwoRegisterDecodedInstruction(
303 return new TwoRegisterDecodedInstruction(
325 return new TwoRegisterDecodedInstruction(
347 return new TwoRegisterDecodedInstruction(
369 return new TwoRegisterDecodedInstruction(
390 return new TwoRegisterDecodedInstruction(
430 return new TwoRegisterDecodedInstruction(
793 return new TwoRegisterDecodedInstruction(

Completed in 57 milliseconds