Home
last modified time | relevance | path

Searched refs:mul_highpart_cost (Results 1 – 25 of 108) sorted by relevance

12345

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dexpmed.h627 mul_highpart_cost (bool speed, enum machine_mode mode) in mul_highpart_cost() function
H A Dexpmed.c3529 if (mul_highpart_cost (speed, mode) < max_cost) in expmed_mult_highpart_optab()
3541 && (mul_highpart_cost (speed, mode) in expmed_mult_highpart_optab()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dexpmed.h618 mul_highpart_cost (bool speed, enum machine_mode mode) in mul_highpart_cost() function
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dexpmed.h618 mul_highpart_cost (bool speed, enum machine_mode mode) in mul_highpart_cost() function
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dexpmed.h629 mul_highpart_cost (bool speed, machine_mode mode) in mul_highpart_cost() function
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dexpmed.h629 mul_highpart_cost (bool speed, machine_mode mode) in mul_highpart_cost() function
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dexpmed.h640 mul_highpart_cost (bool speed, machine_mode mode) in mul_highpart_cost() function
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dexpmed.h631 mul_highpart_cost (bool speed, machine_mode mode) in mul_highpart_cost() function
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dexpmed.h640 mul_highpart_cost (bool speed, machine_mode mode) in mul_highpart_cost() function
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dexpmed.h640 mul_highpart_cost (bool speed, machine_mode mode) in mul_highpart_cost() function
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dexpmed.h640 mul_highpart_cost (bool speed, machine_mode mode) in mul_highpart_cost() function
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dexpmed.h640 mul_highpart_cost (bool speed, machine_mode mode) in mul_highpart_cost() function
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dexpmed.h640 mul_highpart_cost (bool speed, machine_mode mode) in mul_highpart_cost() function
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dexpmed.h640 mul_highpart_cost (bool speed, machine_mode mode) in mul_highpart_cost() function
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dexpmed.h640 mul_highpart_cost (bool speed, machine_mode mode) in mul_highpart_cost() function
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dexpmed.h640 mul_highpart_cost (bool speed, machine_mode mode) in mul_highpart_cost() function
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dexpmed.h640 mul_highpart_cost (bool speed, machine_mode mode) in mul_highpart_cost() function
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dexpmed.h640 mul_highpart_cost (bool speed, machine_mode mode) in mul_highpart_cost() function
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dexpmed.h640 mul_highpart_cost (bool speed, machine_mode mode) in mul_highpart_cost() function
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dexpmed.h640 mul_highpart_cost (bool speed, machine_mode mode) in mul_highpart_cost() function
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dexpmed.h640 mul_highpart_cost (bool speed, machine_mode mode) in mul_highpart_cost() function
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dexpmed.h640 mul_highpart_cost (bool speed, machine_mode mode) in mul_highpart_cost() function
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dexpmed.c100 static int mul_highpart_cost[NUM_MACHINE_MODES]; variable
184 mul_highpart_cost[(int) mode] in init_expmed()
2893 if (mul_highpart_cost[(int) mode] < max_cost) in expand_mult_highpart()
2905 && (mul_highpart_cost[(int) mode] + 2 * shift_cost[size-1] + 4 * add_cost in expand_mult_highpart()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dexpmed.c100 static int mul_highpart_cost[NUM_MACHINE_MODES]; variable
184 mul_highpart_cost[(int) mode] in init_expmed()
2893 if (mul_highpart_cost[(int) mode] < max_cost) in expand_mult_highpart()
2905 && (mul_highpart_cost[(int) mode] + 2 * shift_cost[size-1] + 4 * add_cost in expand_mult_highpart()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dexpmed.c109 static int mul_highpart_cost[NUM_MACHINE_MODES]; variable
236 mul_highpart_cost[mode] = rtx_cost (&all.wide_trunc, SET); in init_expmed()
3435 if (mul_highpart_cost[mode] < max_cost) in expand_mult_highpart_optab()
3447 && (mul_highpart_cost[mode] + 2 * shift_cost[mode][size-1] in expand_mult_highpart_optab()

12345