Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dbytecode_encoder.cc149 dex::u4 vA = GetRegA(bytecode, 0); in Visit() local
151 bytecode_.Push<dex::u2>(Pack_4_4_8(vB, vA, opcode)); in Visit()
157 dex::u4 vA = GetRegA(bytecode, 0); in Visit() local
159 bytecode_.Push<dex::u2>(Pack_8_8(vA, opcode)); in Visit()
166 dex::u4 vA = GetRegA(bytecode, 0); in Visit() local
169 bytecode_.Push<dex::u2>(Pack_16(vA)); in Visit()
176 dex::u4 vA = GetRegA(bytecode, 0); in Visit() local
178 bytecode_.Push<dex::u2>(Pack_4_4_8(B, vA, opcode)); in Visit()
184 dex::u4 vA = GetRegA(bytecode, 0); in Visit() local
186 bytecode_.Push<dex::u2>(Pack_8_8(vA, opcode)); in Visit()
[all …]
Ddex_bytecode.cc159 dec.vA = InstA(inst); in DecodeInstruction()
163 dec.vA = InstA(inst); in DecodeInstruction()
167 dec.vA = InstAA(inst); in DecodeInstruction()
170 dec.vA = s1(InstAA(inst)); // sign-extend 8-bit value in DecodeInstruction()
173 dec.vA = s2(bytecode[1]); // sign-extend 16-bit value in DecodeInstruction()
178 dec.vA = InstAA(inst); in DecodeInstruction()
183 dec.vA = InstAA(inst); in DecodeInstruction()
187 dec.vA = InstAA(inst); in DecodeInstruction()
194 dec.vA = InstAA(inst); in DecodeInstruction()
199 dec.vA = InstAA(inst); in DecodeInstruction()
[all …]
Dcode_ir.cc427 return Alloc<VRegPair>(dex_instr.vA); in GetRegA()
429 return Alloc<VReg>(dex_instr.vA); in GetRegA()
485 auto label = GetLabel(offset + dex::s4(dex_instr.vA)); in DecodeBytecode()
547 SLICER_CHECK(dex_instr.vA <= 5); in DecodeBytecode()
549 for (dex::u4 i = 0; i < dex_instr.vA; ++i) { in DecodeBytecode()
558 auto vreg_range = Alloc<VRegRange>(dex_instr.vC, dex_instr.vA); in DecodeBytecode()
/tools/dexter/slicer/export/slicer/
Ddex_bytecode.h148 u4 vA; // the A field of the instruction member