Home
last modified time | relevance | path

Searched refs:smallest_mode_for_size (Results 1 – 25 of 362) sorted by relevance

12345678910>>...15

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dmachmode.h126 extern enum machine_mode smallest_mode_for_size (unsigned int,
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dmachmode.h126 extern enum machine_mode smallest_mode_for_size (unsigned int,
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dmachmode.h129 extern enum machine_mode smallest_mode_for_size (unsigned int,
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dmachmode.h247 extern enum machine_mode smallest_mode_for_size (unsigned int,
H A Dstor-layout.c345 smallest_mode_for_size (unsigned int size, enum mode_class mclass) in smallest_mode_for_size() function
2052 smallest_mode_for_size (TYPE_PRECISION (type), MODE_INT)); in layout_type()
2454 = GET_MODE_PRECISION (smallest_mode_for_size (bprecision, MODE_INT)); in initialize_sizetypes()
2469 SET_TYPE_MODE (sizetype, smallest_mode_for_size (precision, MODE_INT)); in initialize_sizetypes()
2476 SET_TYPE_MODE (bitsizetype, smallest_mode_for_size (bprecision, MODE_INT)); in initialize_sizetypes()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dmachmode.h247 extern enum machine_mode smallest_mode_for_size (unsigned int,
H A Dstor-layout.c368 smallest_mode_for_size (unsigned int size, enum mode_class mclass) in smallest_mode_for_size() function
2077 smallest_mode_for_size (TYPE_PRECISION (type), MODE_INT)); in layout_type()
2479 = GET_MODE_PRECISION (smallest_mode_for_size (bprecision, MODE_INT)); in initialize_sizetypes()
2494 SET_TYPE_MODE (sizetype, smallest_mode_for_size (precision, MODE_INT)); in initialize_sizetypes()
2501 SET_TYPE_MODE (bitsizetype, smallest_mode_for_size (bprecision, MODE_INT)); in initialize_sizetypes()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dmachmode.h247 extern enum machine_mode smallest_mode_for_size (unsigned int,
H A Dstor-layout.c373 smallest_mode_for_size (unsigned int size, enum mode_class mclass) in smallest_mode_for_size() function
2082 smallest_mode_for_size (TYPE_PRECISION (type), MODE_INT)); in layout_type()
2484 = GET_MODE_PRECISION (smallest_mode_for_size (bprecision, MODE_INT)); in initialize_sizetypes()
2499 SET_TYPE_MODE (sizetype, smallest_mode_for_size (precision, MODE_INT)); in initialize_sizetypes()
2506 SET_TYPE_MODE (bitsizetype, smallest_mode_for_size (bprecision, MODE_INT)); in initialize_sizetypes()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dmachmode.h284 extern machine_mode smallest_mode_for_size (unsigned int,
H A Dstor-layout.c343 smallest_mode_for_size (unsigned int size, enum mode_class mclass) in smallest_mode_for_size() function
2128 smallest_mode_for_size (TYPE_PRECISION (type), MODE_INT)); in layout_type()
2574 = GET_MODE_PRECISION (smallest_mode_for_size (bprecision, MODE_INT)); in initialize_sizetypes()
2589 SET_TYPE_MODE (sizetype, smallest_mode_for_size (precision, MODE_INT)); in initialize_sizetypes()
2595 SET_TYPE_MODE (bitsizetype, smallest_mode_for_size (bprecision, MODE_INT)); in initialize_sizetypes()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dmachmode.h284 extern machine_mode smallest_mode_for_size (unsigned int,
H A Dstor-layout.c343 smallest_mode_for_size (unsigned int size, enum mode_class mclass) in smallest_mode_for_size() function
2128 smallest_mode_for_size (TYPE_PRECISION (type), MODE_INT)); in layout_type()
2574 = GET_MODE_PRECISION (smallest_mode_for_size (bprecision, MODE_INT)); in initialize_sizetypes()
2589 SET_TYPE_MODE (sizetype, smallest_mode_for_size (precision, MODE_INT)); in initialize_sizetypes()
2595 SET_TYPE_MODE (bitsizetype, smallest_mode_for_size (bprecision, MODE_INT)); in initialize_sizetypes()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/config/cr16/
H A Dcr16.h201 GET_MODE_WIDER_MODE (smallest_mode_for_size \
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/cr16/
H A Dcr16.h201 GET_MODE_WIDER_MODE (smallest_mode_for_size \
/dports/lang/gcc48/gcc-4.8.5/gcc/config/cr16/
H A Dcr16.h201 GET_MODE_WIDER_MODE (smallest_mode_for_size \
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/config/cr16/
H A Dcr16.h201 GET_MODE_WIDER_MODE (smallest_mode_for_size \
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/config/cr16/
H A Dcr16.h201 GET_MODE_WIDER_MODE (smallest_mode_for_size \
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dmachmode.h834 extern machine_mode smallest_mode_for_size (poly_uint64, enum mode_class);
842 return as_a <scalar_int_mode> (smallest_mode_for_size (size, MODE_INT));
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dmachmode.h830 extern machine_mode smallest_mode_for_size (poly_uint64, enum mode_class);
838 return as_a <scalar_int_mode> (smallest_mode_for_size (size, MODE_INT));
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dmachmode.h834 extern machine_mode smallest_mode_for_size (poly_uint64, enum mode_class);
842 return as_a <scalar_int_mode> (smallest_mode_for_size (size, MODE_INT));
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dmachmode.h834 extern machine_mode smallest_mode_for_size (poly_uint64, enum mode_class);
842 return as_a <scalar_int_mode> (smallest_mode_for_size (size, MODE_INT));
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dmachmode.h834 extern machine_mode smallest_mode_for_size (poly_uint64, enum mode_class);
842 return as_a <scalar_int_mode> (smallest_mode_for_size (size, MODE_INT));
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dmachmode.h834 extern machine_mode smallest_mode_for_size (poly_uint64, enum mode_class);
842 return as_a <scalar_int_mode> (smallest_mode_for_size (size, MODE_INT));
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dmachmode.h830 extern machine_mode smallest_mode_for_size (poly_uint64, enum mode_class);
838 return as_a <scalar_int_mode> (smallest_mode_for_size (size, MODE_INT));

12345678910>>...15