OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Mar 02 05:31:46 UTC 2026