Home
last modified time | relevance | path

Searched refs:alpha_mlat_string (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/gcc/gcc/config/alpha/
H A Dalpha.opt135 Target RejectNegative Joined Var(alpha_mlat_string)
H A Dalpha.c450 if (!alpha_mlat_string) in override_options()
451 alpha_mlat_string = "L1"; in override_options()
453 if (ISDIGIT ((unsigned char)alpha_mlat_string[0]) in override_options()
454 && (lat = strtol (alpha_mlat_string, &end, 10), *end == '\0')) in override_options()
456 else if ((alpha_mlat_string[0] == 'L' || alpha_mlat_string[0] == 'l') in override_options()
457 && ISDIGIT ((unsigned char)alpha_mlat_string[1]) in override_options()
458 && alpha_mlat_string[2] == '\0') in override_options()
467 lat = alpha_mlat_string[1] - '0'; in override_options()
477 else if (! strcmp (alpha_mlat_string, "main")) in override_options()
485 warning (0, "bad value %qs for -mmemory-latency", alpha_mlat_string); in override_options()
/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dalpha.h350 extern const char *alpha_mlat_string; /* For -mmemory-latency= */
365 {"memory-latency=", &alpha_mlat_string, \
H A Dalpha.c83 const char *alpha_mlat_string; /* -mmemory-latency= */ variable
520 if (!alpha_mlat_string) in override_options()
521 alpha_mlat_string = "L1"; in override_options()
523 if (ISDIGIT ((unsigned char)alpha_mlat_string[0]) in override_options()
524 && (lat = strtol (alpha_mlat_string, &end, 10), *end == '\0')) in override_options()
526 else if ((alpha_mlat_string[0] == 'L' || alpha_mlat_string[0] == 'l') in override_options()
527 && ISDIGIT ((unsigned char)alpha_mlat_string[1]) in override_options()
528 && alpha_mlat_string[2] == '\0') in override_options()
537 lat = alpha_mlat_string[1] - '0'; in override_options()
547 else if (! strcmp (alpha_mlat_string, "main")) in override_options()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.13879 alpha_fprm_string, alpha_fptm_string, alpha_mlat_string,
3886 alpha_tp_string, alpha_mlat_string): Add the `const' keyword.
H A DChangeLog.09516 (alpha_mlat_string): Likewise.