Home
last modified time | relevance | path

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

/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
DInstructionCodec.java64 int a = nibble2(opcodeUnit); in FORMAT_12X()
83 int a = nibble2(opcodeUnit); in FORMAT_11N()
323 int a = nibble2(opcodeUnit); in FORMAT_22T()
345 int a = nibble2(opcodeUnit); in FORMAT_22S()
366 int a = nibble2(opcodeUnit); in FORMAT_22C()
388 int a = nibble2(opcodeUnit); in FORMAT_22CS()
905 int e = nibble2(opcodeUnit); in decodeRegisterList()
911 int c = nibble2(abcd); in decodeRegisterList()
1002 private static short codeUnit(int nibble0, int nibble1, int nibble2, in codeUnit() argument
1012 if ((nibble2 & ~0xf) != 0) { in codeUnit()
[all …]