HomeSort by: relevance | last modified time | path
    Searched defs:align_log2 (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
gdbtypes.h 1547 unsigned align_log2 : TYPE_ALIGN_BITS; member in struct:type
  /src/external/gpl3/gdb.old/dist/gdb/
gdbtypes.h 1553 unsigned align_log2 : TYPE_ALIGN_BITS; member in struct:type
  /src/external/gpl3/binutils/dist/include/opcode/
mips.h 358 /* The low ALIGN_LOG2 bits of the base PC are cleared to give PC',
360 unsigned int align_log2 : 8; member in struct:mips_pcrel_operand
467 addr = base_pc & -(1 << operand->align_log2);
  /src/external/gpl3/binutils.old/dist/include/opcode/
mips.h 358 /* The low ALIGN_LOG2 bits of the base PC are cleared to give PC',
360 unsigned int align_log2 : 8; member in struct:mips_pcrel_operand
467 addr = base_pc & -(1 << operand->align_log2);
  /src/external/gpl3/gdb/dist/include/opcode/
mips.h 358 /* The low ALIGN_LOG2 bits of the base PC are cleared to give PC',
360 unsigned int align_log2 : 8; member in struct:mips_pcrel_operand
467 addr = base_pc & -(1 << operand->align_log2);
  /src/external/gpl3/gdb.old/dist/include/opcode/
mips.h 610 /* The low ALIGN_LOG2 bits of the base PC are cleared to give PC',
612 unsigned int align_log2 : 8; member in struct:mips_pcrel_operand
719 addr = base_pc & -(1 << operand->align_log2);

Completed in 36 milliseconds