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

  /src/external/gpl3/binutils/dist/gas/config/
tc-bpf.c 1211 unsigned worst_case = relaxed_branch_length (NULL, NULL, 0);
1218 worst_case);
1220 frag_grow (worst_case);
1231 worst_case, best_case,
1205 unsigned worst_case = relaxed_branch_length (NULL, NULL, 0); local
tc-riscv.c 1986 unsigned worst_case = relaxed_branch_length (NULL, NULL, 0); local
1994 add_relaxed_insn (ip, worst_case, best_case,
1995 RELAX_BRANCH_ENCODE (j, best_case == 2, worst_case),
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-bpf.c 1211 unsigned worst_case = relaxed_branch_length (NULL, NULL, 0);
1218 worst_case);
1220 frag_grow (worst_case);
1231 worst_case, best_case,
1205 unsigned worst_case = relaxed_branch_length (NULL, NULL, 0); local
tc-riscv.c 1986 unsigned worst_case = relaxed_branch_length (NULL, NULL, 0); local
1994 add_relaxed_insn (ip, worst_case, best_case,
1995 RELAX_BRANCH_ENCODE (j, best_case == 2, worst_case),
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 8915 bool strict, bool worst_case)
8947 if (!worst_case)
8962 if (!worst_case)
10107 bool worst_case;
10124 worst_case = ((TARGET_POWERPC64 && GET_MODE_CLASS (reg_mode) == MODE_INT)
10127 strict, worst_case);
10094 bool worst_case; local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 8840 bool strict, bool worst_case)
8872 if (!worst_case)
8887 if (!worst_case)
10022 bool worst_case;
10039 worst_case = ((TARGET_POWERPC64 && GET_MODE_CLASS (reg_mode) == MODE_INT)
10042 strict, worst_case);
10009 bool worst_case; local

Completed in 67 milliseconds