Home
last modified time | relevance | path

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

/dalvik/libdex/
DInstrUtils.cpp476 #define INST_B(_inst) ((u2)(_inst) >> 12) macro
506 pDec->vB = INST_B(inst); in dexDecodeInstruction()
510 pDec->vB = (s4) (INST_B(inst) << 28) >> 28; // sign extend 4-bit value in dexDecodeInstruction()
554 pDec->vB = INST_B(inst); in dexDecodeInstruction()
560 pDec->vB = INST_B(inst); in dexDecodeInstruction()
596 pDec->vA = INST_B(inst); // This is labeled A in the spec. in dexDecodeInstruction()
649 pDec->vA = INST_B(inst); // This is labelled A in the spec. in dexDecodeInstruction()