Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Ddex_bytecode.cc135 static u4 InstB(u2 inst) { return inst >> 12; } in InstB() function
160 dec.vB = InstB(inst); in DecodeInstruction()
164 dec.vB = s4(InstB(inst) << 28) >> 28; // sign extend 4-bit value in DecodeInstruction()
206 dec.vB = InstB(inst); in DecodeInstruction()
212 dec.vB = InstB(inst); in DecodeInstruction()
234 dec.vA = InstB(inst); // This is labeled A in the spec. in DecodeInstruction()
281 dec.vA = InstB(inst); // This is labelled A in the spec. in DecodeInstruction()