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

/dalvik/dx/src/com/android/dx/io/instructions/
H A DInstructionCodec.java65 int b = nibble3(opcodeUnit);
84 int literal = (nibble3(opcodeUnit) << 28) >> 28; // sign-extend
324 int b = nibble3(opcodeUnit);
346 int b = nibble3(opcodeUnit);
367 int b = nibble3(opcodeUnit);
389 int b = nibble3(opcodeUnit);
773 int registerCount = nibble3(opcodeUnit);
779 int d = nibble3(abcd);
870 int nibble3) {
883 if ((nibble3
869 codeUnit(int nibble0, int nibble1, int nibble2, int nibble3) argument
963 private static int nibble3(int value) { method in class:InstructionCodec
[all...]

Completed in 505 milliseconds