HomeSort by: relevance | last modified time | path
    Searched defs:default_latency (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
genattrtab.cc 4795 int default_latency;
4824 decl->default_latency = XINT (def, 1);
5062 condexps[i + 2] = make_numeric_value (decl->default_latency);
5076 XEXP (lats_exp, 1) = make_numeric_value (decl->default_latency);
5152 = make_numeric_value (decl->default_latency);
4794 int default_latency; member in struct:insn_reserv
genattrtab.cc 4795 int default_latency;
4824 decl->default_latency = XINT (def, 1);
5062 condexps[i + 2] = make_numeric_value (decl->default_latency);
5076 XEXP (lats_exp, 1) = make_numeric_value (decl->default_latency);
5152 = make_numeric_value (decl->default_latency);
4794 int default_latency; member in struct:insn_reserv
genautomata.cc 460 int default_latency;
1744 DECL_INSN_RESERV (decl)->default_latency = XINT (def, 1);
2584 if (DECL_INSN_RESERV (decl)->default_latency < 0)
7897 latency = DECL_INSN_RESERV (decl)->default_latency;
8363 if (DECL_INSN_RESERV (decl)->default_latency > UCHAR_MAX
8366 if (DECL_INSN_RESERV (decl)->default_latency > USHRT_MAX)
8382 DECL_INSN_RESERV (decl)->default_latency);
8488 max = DECL_INSN_RESERV (decl)->default_latency;
456 int default_latency; member in struct:insn_reserv_decl
genautomata.cc 460 int default_latency;
1744 DECL_INSN_RESERV (decl)->default_latency = XINT (def, 1);
2584 if (DECL_INSN_RESERV (decl)->default_latency < 0)
7897 latency = DECL_INSN_RESERV (decl)->default_latency;
8363 if (DECL_INSN_RESERV (decl)->default_latency > UCHAR_MAX
8366 if (DECL_INSN_RESERV (decl)->default_latency > USHRT_MAX)
8382 DECL_INSN_RESERV (decl)->default_latency);
8488 max = DECL_INSN_RESERV (decl)->default_latency;
456 int default_latency; member in struct:insn_reserv_decl
  /src/external/gpl3/gcc.old/dist/gcc/
genattrtab.cc 4795 int default_latency;
4824 decl->default_latency = XINT (def, 1);
5062 condexps[i + 2] = make_numeric_value (decl->default_latency);
5076 XEXP (lats_exp, 1) = make_numeric_value (decl->default_latency);
5152 = make_numeric_value (decl->default_latency);
4794 int default_latency; member in struct:insn_reserv
genattrtab.cc 4795 int default_latency;
4824 decl->default_latency = XINT (def, 1);
5062 condexps[i + 2] = make_numeric_value (decl->default_latency);
5076 XEXP (lats_exp, 1) = make_numeric_value (decl->default_latency);
5152 = make_numeric_value (decl->default_latency);
4794 int default_latency; member in struct:insn_reserv
genautomata.cc 460 int default_latency;
1744 DECL_INSN_RESERV (decl)->default_latency = XINT (def, 1);
2584 if (DECL_INSN_RESERV (decl)->default_latency < 0)
7900 latency = DECL_INSN_RESERV (decl)->default_latency;
8366 if (DECL_INSN_RESERV (decl)->default_latency > UCHAR_MAX
8369 if (DECL_INSN_RESERV (decl)->default_latency > USHRT_MAX)
8385 DECL_INSN_RESERV (decl)->default_latency);
8491 max = DECL_INSN_RESERV (decl)->default_latency;
456 int default_latency; member in struct:insn_reserv_decl
genautomata.cc 460 int default_latency;
1744 DECL_INSN_RESERV (decl)->default_latency = XINT (def, 1);
2584 if (DECL_INSN_RESERV (decl)->default_latency < 0)
7900 latency = DECL_INSN_RESERV (decl)->default_latency;
8366 if (DECL_INSN_RESERV (decl)->default_latency > UCHAR_MAX
8369 if (DECL_INSN_RESERV (decl)->default_latency > USHRT_MAX)
8385 DECL_INSN_RESERV (decl)->default_latency);
8491 max = DECL_INSN_RESERV (decl)->default_latency;
456 int default_latency; member in struct:insn_reserv_decl

Completed in 99 milliseconds