Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/io/instructions/
DInstructionCodec.java52 int literal = byte1(opcodeUnit); // should be zero in FORMAT_10X()
111 int a = byte1(opcodeUnit); in FORMAT_11X()
130 int target = (byte) byte1(opcodeUnit); // sign-extend in FORMAT_10T()
149 int literal = byte1(opcodeUnit); // should be zero in FORMAT_20T()
169 int literal = byte1(opcodeUnit); in FORMAT_20BC()
189 int a = byte1(opcodeUnit); in FORMAT_22X()
211 int a = byte1(opcodeUnit); in FORMAT_21T()
231 int a = byte1(opcodeUnit); in FORMAT_21S()
252 int a = byte1(opcodeUnit); in FORMAT_21H()
284 int a = byte1(opcodeUnit); in FORMAT_21C()
[all …]