Searched refs:INST_B (Results 1 – 1 of 1) sorted by relevance
476 #define INST_B(_inst) ((u2)(_inst) >> 12) macro506 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()