Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Ddex_bytecode.cc136 static u4 InstAA(u2 inst) { return inst >> 8; } in InstAA() function
167 dec.vA = InstAA(inst); in DecodeInstruction()
170 dec.vA = s1(InstAA(inst)); // sign-extend 8-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()
220 dec.vA = InstAA(inst); in DecodeInstruction()
228 dec.vA = InstAA(inst); in DecodeInstruction()
[all …]