OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:asm_names
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
driver-rs6000.cc
442
static const struct asm_name
asm_names
[] = {
variable in typeref:struct:asm_name
602
for (i = 0; i < sizeof (
asm_names
) / sizeof (
asm_names
[0]); i++)
604
if (!
asm_names
[i].cpu || !strcmp (
asm_names
[i].cpu, cpu))
605
return
asm_names
[i].asm_sw;
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
driver-rs6000.cc
442
static const struct asm_name
asm_names
[] = {
variable in typeref:struct:asm_name
603
for (i = 0; i < ARRAY_SIZE (
asm_names
); i++)
605
if (!
asm_names
[i].cpu || !strcmp (
asm_names
[i].cpu, cpu))
606
return
asm_names
[i].asm_sw;
Completed in 57 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026