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

/external/dexmaker/src/dx/java/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.java66 return new TwoRegisterDecodedInstruction(
174 return new TwoRegisterDecodedInstruction(
304 return new TwoRegisterDecodedInstruction(
326 return new TwoRegisterDecodedInstruction(
348 return new TwoRegisterDecodedInstruction(
370 return new TwoRegisterDecodedInstruction(
391 return new TwoRegisterDecodedInstruction(
431 return new TwoRegisterDecodedInstruction(
636 return new TwoRegisterDecodedInstruction(
700 return new TwoRegisterDecodedInstruction(
[all...]

Completed in 655 milliseconds