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

  /toolchain/binutils/binutils-2.25/include/opcode/
mips.h 612 /* The low ALIGN_LOG2 bits of the base PC are cleared to give PC',
614 unsigned int align_log2 : 8; member in struct:mips_pcrel_operand
721 addr = base_pc & -(1 << operand->align_log2);
    [all...]
  /external/libdrm/intel/
intel_bufmgr_fake.c 429 unsigned int align_log2 = ffs(bo_fake->alignment) - 1; local
437 block->mem = mmAllocMem(bufmgr_fake->heap, sz, align_log2, 0);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mips.c     [all...]

Completed in 326 milliseconds