Home
last modified time | relevance | path

Searched refs:fp_mult_df (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch-def.c29 .fp_mult_df = COSTS_N_INSNS (4), \
96 .fp_mult_df = 4,
H A Dloongarch-tune.h29 unsigned short fp_mult_df; member
H A Dloongarch.cc2733 return mode == DFmode ? loongarch_cost->fp_mult_df in loongarch_fp_mult_cost()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc422 unsigned short fp_mult_df; member
3995 return mode == DFmode ? mips_cost->fp_mult_df : mips_cost->fp_mult_sf; in mips_fp_mult_cost()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c420 unsigned short fp_mult_df; member
3984 return mode == DFmode ? mips_cost->fp_mult_df : mips_cost->fp_mult_sf; in mips_fp_mult_cost()