Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/io/instructions/
DInstructionCodec.java64 int b = nibble3(opcodeUnit); in FORMAT_12X()
83 int literal = (nibble3(opcodeUnit) << 28) >> 28; // sign-extend in FORMAT_11N()
323 int b = nibble3(opcodeUnit); in FORMAT_22T()
345 int b = nibble3(opcodeUnit); in FORMAT_22S()
366 int b = nibble3(opcodeUnit); in FORMAT_22C()
388 int b = nibble3(opcodeUnit); in FORMAT_22CS()
772 int registerCount = nibble3(opcodeUnit); in decodeRegisterList()
778 int d = nibble3(abcd); in decodeRegisterList()
869 int nibble3) { in codeUnit() argument
882 if ((nibble3 & ~0xf) != 0) { in codeUnit()
[all …]