Home | History | Annotate | Download | only in libdex

Lines Matching refs:INST_B

870 #define INST_B(_inst)       ((u2)(_inst) >> 12)
900 pDec->vB = INST_B(inst);
904 pDec->vB = (s4) (INST_B(inst) << 28) >> 28; // sign extend 4-bit value
948 pDec->vB = INST_B(inst);
954 pDec->vB = INST_B(inst);
990 pDec->vA = INST_B(inst); // This is labeled A in the spec.