Searched defs:nibble2 (Results 1 - 1 of 1) sorted by relevance

/dalvik/dx/src/com/android/dx/io/instructions/
H A DInstructionCodec.java64 int a = nibble2(opcodeUnit);
83 int a = nibble2(opcodeUnit);
323 int a = nibble2(opcodeUnit);
345 int a = nibble2(opcodeUnit);
366 int a = nibble2(opcodeUnit);
388 int a = nibble2(opcodeUnit);
772 int e = nibble2(opcodeUnit);
778 int c = nibble2(abcd);
869 private static short codeUnit(int nibble0, int nibble1, int nibble2, argument
879 if ((nibble2
959 private static int nibble2(int value) { method in class:InstructionCodec
[all...]

Completed in 29 milliseconds