Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/io/instructions/
DInstructionCodec.java63 int a = nibble2(opcodeUnit); in FORMAT_12X()
82 int a = nibble2(opcodeUnit); in FORMAT_11N()
322 int a = nibble2(opcodeUnit); in FORMAT_22T()
344 int a = nibble2(opcodeUnit); in FORMAT_22S()
365 int a = nibble2(opcodeUnit); in FORMAT_22C()
387 int a = nibble2(opcodeUnit); in FORMAT_22CS()
771 int e = nibble2(opcodeUnit); in decodeRegisterList()
777 int c = nibble2(abcd); in decodeRegisterList()
868 private static short codeUnit(int nibble0, int nibble1, int nibble2, in codeUnit() argument
878 if ((nibble2 & ~0xf) != 0) { in codeUnit()
[all …]