HomeSort by relevance Sort by last modified time
    Searched refs:INST_B (Results 1 - 2 of 2) sorted by null

  /dalvik/libdex/
InstrUtils.cpp 476 #define INST_B(_inst) ((u2)(_inst) >> 12)
506 pDec->vB = INST_B(inst);
510 pDec->vB = (s4) (INST_B(inst) << 28) >> 28; // sign extend 4-bit value
554 pDec->vB = INST_B(inst);
560 pDec->vB = INST_B(inst);
596 pDec->vA = INST_B(inst); // This is labeled A in the spec.
648 pDec->vA = INST_B(inst); // This is labelled A in the spec.
  /toolchain/binutils/binutils-2.25/gold/
aarch64-reloc-property.h 67 INST_B = 9, // b [25:0]

Completed in 409 milliseconds