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.java70 int b = nibble3(opcodeUnit); in FORMAT_12X()
91 int literal = (nibble3(opcodeUnit) << 28) >> 28; // sign-extend in FORMAT_11N()
355 int b = nibble3(opcodeUnit); in FORMAT_22T()
379 int b = nibble3(opcodeUnit); in FORMAT_22S()
402 int b = nibble3(opcodeUnit); in FORMAT_22C()
426 int b = nibble3(opcodeUnit); in FORMAT_22CS()
682 int registerCount = nibble3(opcodeUnit); in FORMAT_45CC()
688 int f = nibble3(cdef); in FORMAT_45CC()
918 int registerCount = nibble3(opcodeUnit); in decodeRegisterList()
924 int d = nibble3(abcd); in decodeRegisterList()
[all …]