Searched refs:S390_OPCODE_MAXCPU (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Ds390.h47 S390_OPCODE_MAXCPU enumerator in enum:s390_opcode_cpu_val
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Ds390.h48 S390_OPCODE_MAXCPU enumerator in enum:s390_opcode_cpu_val
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Ds390.h48 S390_OPCODE_MAXCPU enumerator in enum:s390_opcode_cpu_val
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Ds390.h48 S390_OPCODE_MAXCPU enumerator in enum:s390_opcode_cpu_val
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-s390.c42 static unsigned int current_cpu = S390_OPCODE_MAXCPU - 1;
264 In case of an error, S390_OPCODE_MAXCPU is returned. */
278 } cpu_table[S390_OPCODE_MAXCPU] =
312 icpu = S390_OPCODE_MAXCPU;
315 icpu = S390_OPCODE_MAXCPU - 1;
320 for (icpu = 0; icpu < S390_OPCODE_MAXCPU; icpu++)
345 if (icpu == S390_OPCODE_MAXCPU)
346 return S390_OPCODE_MAXCPU;
349 if (icpu != S390_OPCODE_MAXCPU)
387 icpu = S390_OPCODE_MAXCPU;
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-s390.c42 static unsigned int current_cpu = S390_OPCODE_MAXCPU - 1;
264 In case of an error, S390_OPCODE_MAXCPU is returned. */
278 } cpu_table[S390_OPCODE_MAXCPU] =
314 icpu = S390_OPCODE_MAXCPU;
317 icpu = S390_OPCODE_MAXCPU - 1;
322 for (icpu = 0; icpu < S390_OPCODE_MAXCPU; icpu++)
347 if (icpu == S390_OPCODE_MAXCPU)
348 return S390_OPCODE_MAXCPU;
351 if (icpu != S390_OPCODE_MAXCPU)
389 icpu = S390_OPCODE_MAXCPU;
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-s390.c42 static unsigned int current_cpu = S390_OPCODE_MAXCPU - 1;
262 In case of an error, S390_OPCODE_MAXCPU is returned. */
276 } cpu_table[S390_OPCODE_MAXCPU] =
312 icpu = S390_OPCODE_MAXCPU;
315 icpu = S390_OPCODE_MAXCPU - 1;
320 for (icpu = 0; icpu < S390_OPCODE_MAXCPU; icpu++)
345 if (icpu == S390_OPCODE_MAXCPU)
346 return S390_OPCODE_MAXCPU;
349 if (icpu != S390_OPCODE_MAXCPU)
387 icpu = S390_OPCODE_MAXCPU;
[all...]

Completed in 258 milliseconds