Searched refs:m68k_extensions (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-m68k.c528 static const struct m68k_cpu m68k_extensions[] = variable in typeref:struct:m68k_cpu
7341 ext = m68k_lookup_cpu (name, m68k_extensions, allow_m, &negated);
7578 for (i = 0; m68k_extensions[i].name; i++)
7581 "), m68k_extensions[i].name,
7582 m68k_extensions[i].alias > 0 ? " ColdFire"
7583 : m68k_extensions[i].alias < 0 ? " m68k" : "");
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-m68k.c544 static const struct m68k_cpu m68k_extensions[] = variable in typeref:struct:m68k_cpu
7366 ext = m68k_lookup_cpu (name, m68k_extensions, allow_m, &negated);
7603 for (i = 0; m68k_extensions[i].name; i++)
7606 "), m68k_extensions[i].name,
7607 m68k_extensions[i].alias > 0 ? " ColdFire"
7608 : m68k_extensions[i].alias < 0 ? " m68k" : "");
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-m68k.c528 static const struct m68k_cpu m68k_extensions[] = variable in typeref:struct:m68k_cpu
7341 ext = m68k_lookup_cpu (name, m68k_extensions, allow_m, &negated);
7578 for (i = 0; m68k_extensions[i].name; i++)
7581 "), m68k_extensions[i].name,
7582 m68k_extensions[i].alias > 0 ? " ColdFire"
7583 : m68k_extensions[i].alias < 0 ? " m68k" : "");

Completed in 118 milliseconds