Lines Matching refs:u2
29 static dex::u2 Pack_Z_8(dex::u4 a) { in Pack_Z_8()
30 dex::u2 fa = (a & 0xff); in Pack_Z_8()
36 static dex::u2 Pack_8_8(dex::u4 a, dex::u4 b) { in Pack_8_8()
37 dex::u2 fa = (a & 0xff); in Pack_8_8()
39 dex::u2 fb = (b & 0xff); in Pack_8_8()
45 static dex::u2 Pack_4_4_8(dex::u4 a, dex::u4 b, dex::u4 c) { in Pack_4_4_8()
46 dex::u2 fa = (a & 0xf); in Pack_4_4_8()
48 dex::u2 fb = (b & 0xf); in Pack_4_4_8()
50 dex::u2 fc = (c & 0xff); in Pack_4_4_8()
56 static dex::u2 Pack_4_4_4_4(dex::u4 a, dex::u4 b, dex::u4 c, dex::u4 d) { in Pack_4_4_4_4()
57 dex::u2 fa = (a & 0xf); in Pack_4_4_4_4()
59 dex::u2 fb = (b & 0xf); in Pack_4_4_4_4()
61 dex::u2 fc = (c & 0xf); in Pack_4_4_4_4()
63 dex::u2 fd = (d & 0xf); in Pack_4_4_4_4()
69 static dex::u2 Pack_16(dex::u4 a) { in Pack_16()
70 dex::u2 fa = (a & 0xffff); in Pack_16()
146 bytecode_.Push<dex::u2>(Pack_Z_8(opcode)); in Visit()
154 bytecode_.Push<dex::u2>(Pack_4_4_8(vB, vA, opcode)); in Visit()
162 bytecode_.Push<dex::u2>(Pack_8_8(vA, opcode)); in Visit()
163 bytecode_.Push<dex::u2>(Pack_16(vB)); in Visit()
171 bytecode_.Push<dex::u2>(Pack_Z_8(opcode)); in Visit()
172 bytecode_.Push<dex::u2>(Pack_16(vA)); in Visit()
173 bytecode_.Push<dex::u2>(Pack_16(vB)); in Visit()
181 bytecode_.Push<dex::u2>(Pack_4_4_8(B, vA, opcode)); in Visit()
189 bytecode_.Push<dex::u2>(Pack_8_8(vA, opcode)); in Visit()
190 bytecode_.Push<dex::u2>(Pack_16(B)); in Visit()
197 bytecode_.Push<dex::u2>(Pack_8_8(vA, opcode)); in Visit()
205 bytecode_.Push<dex::u2>(Pack_8_8(vA, opcode)); in Visit()
206 bytecode_.Push<dex::u2>(Pack_16(B & 0xffff)); in Visit()
207 bytecode_.Push<dex::u2>(Pack_16(B >> 16)); in Visit()
223 bytecode_.Push<dex::u2>(Pack_Z_8(opcode)); in Visit()
224 bytecode_.Push<dex::u2>(Pack_16(A & 0xffff)); in Visit()
239 bytecode_.Push<dex::u2>(Pack_Z_8(opcode)); in Visit()
240 bytecode_.Push<dex::u2>(Pack_16(A & 0xffff)); in Visit()
241 bytecode_.Push<dex::u2>(Pack_16(A >> 16)); in Visit()
258 bytecode_.Push<dex::u2>(Pack_8_8(vA, opcode)); in Visit()
259 bytecode_.Push<dex::u2>(Pack_16(B & 0xffff)); in Visit()
277 bytecode_.Push<dex::u2>(Pack_4_4_8(vB, vA, opcode)); in Visit()
278 bytecode_.Push<dex::u2>(Pack_16(C & 0xffff)); in Visit()
294 bytecode_.Push<dex::u2>(Pack_8_8(vA, opcode)); in Visit()
295 bytecode_.Push<dex::u2>(Pack_16(B & 0xffff)); in Visit()
296 bytecode_.Push<dex::u2>(Pack_16(B >> 16)); in Visit()
305 bytecode_.Push<dex::u2>(Pack_8_8(vA, opcode)); in Visit()
306 bytecode_.Push<dex::u2>(Pack_8_8(vC, vB)); in Visit()
315 bytecode_.Push<dex::u2>(Pack_8_8(vA, opcode)); in Visit()
316 bytecode_.Push<dex::u2>(Pack_8_8(C, vB)); in Visit()
325 bytecode_.Push<dex::u2>(Pack_4_4_8(vB, vA, opcode)); in Visit()
326 bytecode_.Push<dex::u2>(Pack_16(C)); in Visit()
335 bytecode_.Push<dex::u2>(Pack_4_4_8(vB, vA, opcode)); in Visit()
336 bytecode_.Push<dex::u2>(Pack_16(C)); in Visit()
344 bytecode_.Push<dex::u2>(Pack_8_8(vA, opcode)); in Visit()
345 bytecode_.Push<dex::u2>(Pack_16(B)); in Visit()
353 bytecode_.Push<dex::u2>(Pack_8_8(vA, opcode)); in Visit()
354 bytecode_.Push<dex::u2>(Pack_16(B & 0xffff)); in Visit()
355 bytecode_.Push<dex::u2>(Pack_16(B >> 16)); in Visit()
369 bytecode_.Push<dex::u2>(Pack_4_4_8(A, G, opcode)); in Visit()
370 bytecode_.Push<dex::u2>(Pack_16(B)); in Visit()
371 bytecode_.Push<dex::u2>(Pack_4_4_4_4(F, E, D, C)); in Visit()
386 bytecode_.Push<dex::u2>(Pack_8_8(A, opcode)); in Visit()
387 bytecode_.Push<dex::u2>(Pack_16(B)); in Visit()
388 bytecode_.Push<dex::u2>(Pack_16(C)); in Visit()
401 bytecode_.Push<dex::u2>(Pack_8_8(vA, opcode)); in Visit()
402 bytecode_.Push<dex::u2>(Pack_16((B >> 0) & 0xffff)); in Visit()
403 bytecode_.Push<dex::u2>(Pack_16((B >> 16) & 0xffff)); in Visit()
404 bytecode_.Push<dex::u2>(Pack_16((B >> 32) & 0xffff)); in Visit()
405 bytecode_.Push<dex::u2>(Pack_16((B >> 48) & 0xffff)); in Visit()
420 bytecode_.Push<dex::u2>(Pack_4_4_8(A, G, opcode)); in Visit()
421 bytecode_.Push<dex::u2>(Pack_16(B)); in Visit()
422 bytecode_.Push<dex::u2>(Pack_4_4_4_4(F, E, D, C)); in Visit()
423 bytecode_.Push<dex::u2>(Pack_16(H)); in Visit()
439 bytecode_.Push<dex::u2>(Pack_8_8(A, opcode)); in Visit()
440 bytecode_.Push<dex::u2>(Pack_16(B)); in Visit()
441 bytecode_.Push<dex::u2>(Pack_16(C)); in Visit()
442 bytecode_.Push<dex::u2>(Pack_16(H)); in Visit()
456 bytecode_.Push<dex::u2>(Pack_8_8(vA, opcode)); in Visit()
457 bytecode_.Push<dex::u2>(Pack_16(B)); in Visit()
463 bytecode_.Push<dex::u2>(Pack_8_8(vA, opcode)); in Visit()
464 bytecode_.Push<dex::u2>(Pack_16(B)); in Visit()
498 bytecode_.Push<dex::u2>(dex::kPackedSwitchSignature); in Visit()
499 bytecode_.Push<dex::u2>(Pack_16(packed_switch->targets.size())); in Visit()
522 bytecode_.Push<dex::u2>(dex::kSparseSwitchSignature); in Visit()
523 bytecode_.Push<dex::u2>(Pack_16(sparse_switch->switch_cases.size())); in Visit()
550 bytecode_.Push<dex::u2>(dex::OP_NOP); in Visit()
579 dex::u2* const begin = bytecode_.ptr<dex::u2>(0); in FixupSwitchOffsets()
580 dex::u2* const end = begin + bytecode_.size() / 2; in FixupSwitchOffsets()
581 dex::u2* ptr = begin; in FixupSwitchOffsets()
642 dex::u2* instr = bytecode_.ptr<dex::u2>(fixup.offset * 2); in FixupLabels()
681 ir_code->instructions = slicer::ArrayView<const dex::u2>( in Encode()
682 bytecode_.ptr<dex::u2>(0), bytecode_.size() / 2); in Encode()