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

  /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch.cc 2715 loongarch_binary_cost (rtx x, int single_cost, int double_cost, bool speed) function
2915 *total = loongarch_binary_cost (x, COSTS_N_INSNS (1), COSTS_N_INSNS (2),
2925 *total = loongarch_binary_cost (x, COSTS_N_INSNS (1),
2928 *total = loongarch_binary_cost (x, COSTS_N_INSNS (1),
2963 *total = loongarch_binary_cost (x, COSTS_N_INSNS (1), COSTS_N_INSNS (4),
2992 *total = loongarch_binary_cost (x, COSTS_N_INSNS (1), COSTS_N_INSNS (4),
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.cc 3617 loongarch_binary_cost (rtx x, int single_cost, int double_cost, bool speed) function
3817 *total = loongarch_binary_cost (x, COSTS_N_INSNS (1), COSTS_N_INSNS (2),
3827 *total = loongarch_binary_cost (x, COSTS_N_INSNS (1),
3830 *total = loongarch_binary_cost (x, COSTS_N_INSNS (1),
3865 *total = loongarch_binary_cost (x, COSTS_N_INSNS (1), COSTS_N_INSNS (4),
3894 *total = loongarch_binary_cost (x, COSTS_N_INSNS (1), COSTS_N_INSNS (4),

Completed in 47 milliseconds