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

  /src/external/gpl3/binutils/dist/include/opcode/
s390.h 49 S390_OPCODE_MAXCPU
  /src/external/gpl3/binutils.old/dist/include/opcode/
s390.h 49 S390_OPCODE_MAXCPU
  /src/external/gpl3/gdb/dist/include/opcode/
s390.h 49 S390_OPCODE_MAXCPU
  /src/external/gpl3/gdb.old/dist/include/opcode/
s390.h 48 S390_OPCODE_MAXCPU
  /src/external/gpl3/binutils/dist/gas/config/
tc-s390.c 44 static unsigned int current_cpu = S390_OPCODE_MAXCPU - 1;
325 In case of an error, S390_OPCODE_MAXCPU is returned. */
339 } cpu_table[S390_OPCODE_MAXCPU] =
377 icpu = S390_OPCODE_MAXCPU;
380 icpu = S390_OPCODE_MAXCPU - 1;
385 for (icpu = 0; icpu < S390_OPCODE_MAXCPU; icpu++)
410 if (icpu == S390_OPCODE_MAXCPU)
411 return S390_OPCODE_MAXCPU;
414 if (icpu != S390_OPCODE_MAXCPU)
452 icpu = S390_OPCODE_MAXCPU;
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-s390.c 44 static unsigned int current_cpu = S390_OPCODE_MAXCPU - 1;
325 In case of an error, S390_OPCODE_MAXCPU is returned. */
339 } cpu_table[S390_OPCODE_MAXCPU] =
377 icpu = S390_OPCODE_MAXCPU;
380 icpu = S390_OPCODE_MAXCPU - 1;
385 for (icpu = 0; icpu < S390_OPCODE_MAXCPU; icpu++)
410 if (icpu == S390_OPCODE_MAXCPU)
411 return S390_OPCODE_MAXCPU;
414 if (icpu != S390_OPCODE_MAXCPU)
452 icpu = S390_OPCODE_MAXCPU;
    [all...]

Completed in 29 milliseconds