Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Ddex_bytecode.cc196 dec.vC = bytecode[1] >> 8; in DecodeInstruction()
201 dec.vC = s1(bytecode[1] >> 8); // sign-extend 8-bit value in DecodeInstruction()
207 dec.vC = s2(bytecode[1]); // sign-extend 16-bit value in DecodeInstruction()
213 dec.vC = bytecode[1]; in DecodeInstruction()
264 dec.vC = dec.arg[0] = regList & 0x0f; in DecodeInstruction()
277 dec.vC = bytecode[2]; in DecodeInstruction()
285 dec.vC = regList & 0xf; in DecodeInstruction()
297 dec.vC = bytecode[2]; in DecodeInstruction()
Dcode_ir.cc445 return Alloc<VRegPair>(dex_instr.vC); in GetRegC()
447 return Alloc<VReg>(dex_instr.vC); in GetRegC()
522 auto label = GetLabel(offset + dex::s4(dex_instr.vC)); in DecodeBytecode()
530 instr->operands.push_back(Alloc<Const32>(dex_instr.vC)); in DecodeBytecode()
536 instr->operands.push_back(GetIndexedOperand(index_type, dex_instr.vC)); in DecodeBytecode()
558 auto vreg_range = Alloc<VRegRange>(dex_instr.vC, dex_instr.vA); in DecodeBytecode()
Dbytecode_encoder.cc301 dex::u4 vC = GetRegC(bytecode, 2); in Visit() local
303 bytecode_.Push<dex::u2>(Pack_8_8(vC, vB)); in Visit()
Dreader.cc894 index = dex_instr.vC; in ParseInstructions()
/tools/dexter/slicer/export/slicer/
Ddex_bytecode.h151 u4 vC; // the C field of the instruction member