HomeSort by: relevance | last modified time | path
    Searched refs:AFL_ASE_DSPR2 (Results 1 - 19 of 19) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
MipsABIFlags.h 33 AFL_ASE_DSPR2 = 0x00000002, // DSP R2 ASE
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIFlagsSection.h 156 ASESet |= Mips::AFL_ASE_DSPR2;
  /src/external/gpl3/binutils/dist/include/elf/
mips.h 1289 #define AFL_ASE_DSPR2 0x00000002 /* DSP R2 ASE. */
  /src/external/gpl3/binutils.old/dist/include/elf/
mips.h 1289 #define AFL_ASE_DSPR2 0x00000002 /* DSP R2 ASE. */
  /src/external/gpl3/gdb.old/dist/include/elf/
mips.h 1289 #define AFL_ASE_DSPR2 0x00000002 /* DSP R2 ASE. */
  /src/external/gpl3/gdb/dist/include/elf/
mips.h 1289 #define AFL_ASE_DSPR2 0x00000002 /* DSP R2 ASE. */
  /src/external/gpl3/binutils/dist/opcodes/
mips-dis.c 859 if (afl_ases & AFL_ASE_DSPR2)
  /src/external/gpl3/binutils.old/dist/opcodes/
mips-dis.c 859 if (afl_ases & AFL_ASE_DSPR2)
  /src/external/gpl3/gdb.old/dist/opcodes/
mips-dis.c 832 if (afl_ases & AFL_ASE_DSPR2)
  /src/external/gpl3/gdb/dist/opcodes/
mips-dis.c 859 if (afl_ases & AFL_ASE_DSPR2)
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp 2946 {"DSPR2", Mips::AFL_ASE_DSPR2},
  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 16396 if (mask & AFL_ASE_DSPR2)
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 20405 if (mask & AFL_ASE_DSPR2)
  /src/external/gpl3/binutils/dist/gas/config/
tc-mips.c 19821 ext_ases |= AFL_ASE_DSPR2;
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 16345 if (mask & AFL_ASE_DSPR2)
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 19517 if (mask & AFL_ASE_DSPR2)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mips.c 19509 ext_ases |= AFL_ASE_DSPR2;
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 16239 if (mask & AFL_ASE_DSPR2)
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 16325 if (mask & AFL_ASE_DSPR2)

Completed in 178 milliseconds