Home
last modified time | relevance | path

Searched refs:ext_op1 (Results 1 – 25 of 45) sorted by relevance

12

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dexpmed.c3034 static HOST_WIDE_INT ext_op1; in expand_divmod() local
3039 ext_op1 = INTVAL (op1); in expand_divmod()
3041 ext_op1 &= GET_MODE_MASK (mode); in expand_divmod()
3042 op1_is_pow2 = ((EXACT_POWER_OF_2_OR_ZERO_P (ext_op1) in expand_divmod()
3043 || (! unsignedp && EXACT_POWER_OF_2_OR_ZERO_P (-ext_op1)))); in expand_divmod()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dexpmed.c3034 static HOST_WIDE_INT ext_op1; in expand_divmod() local
3039 ext_op1 = INTVAL (op1); in expand_divmod()
3041 ext_op1 &= GET_MODE_MASK (mode); in expand_divmod()
3042 op1_is_pow2 = ((EXACT_POWER_OF_2_OR_ZERO_P (ext_op1) in expand_divmod()
3043 || (! unsignedp && EXACT_POWER_OF_2_OR_ZERO_P (-ext_op1)))); in expand_divmod()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dexpmed.c4034 wide_int ext_op1 = rtx_mode_t (op1, mode); in expand_divmod() local
4035 op1_is_pow2 = (wi::popcount (ext_op1) == 1 in expand_divmod()
4037 && wi::popcount (wi::neg (ext_op1)) == 1)); in expand_divmod()
4179 wide_int ext_op1 = rtx_mode_t (op1, compute_mode); in expand_divmod() local
4180 op1_is_pow2 = (wi::popcount (ext_op1) == 1 in expand_divmod()
4182 && wi::popcount (wi::neg (ext_op1)) == 1)); in expand_divmod()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dexpmed.c4046 wide_int ext_op1 = rtx_mode_t (op1, mode); in expand_divmod() local
4047 op1_is_pow2 = (wi::popcount (ext_op1) == 1 in expand_divmod()
4049 && wi::popcount (wi::neg (ext_op1)) == 1)); in expand_divmod()
4191 wide_int ext_op1 = rtx_mode_t (op1, compute_mode); in expand_divmod() local
4192 op1_is_pow2 = (wi::popcount (ext_op1) == 1 in expand_divmod()
4194 && wi::popcount (wi::neg (ext_op1)) == 1)); in expand_divmod()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dexpmed.c4200 wide_int ext_op1 = rtx_mode_t (op1, mode); in expand_divmod() local
4201 op1_is_pow2 = (wi::popcount (ext_op1) == 1 in expand_divmod()
4203 && wi::popcount (wi::neg (ext_op1)) == 1)); in expand_divmod()
4342 wide_int ext_op1 = rtx_mode_t (op1, compute_mode); in expand_divmod() local
4343 op1_is_pow2 = (wi::popcount (ext_op1) == 1 in expand_divmod()
4345 && wi::popcount (wi::neg (ext_op1)) == 1)); in expand_divmod()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dexpmed.c4228 wide_int ext_op1 = rtx_mode_t (op1, mode); in expand_divmod() local
4229 op1_is_pow2 = (wi::popcount (ext_op1) == 1 in expand_divmod()
4231 && wi::popcount (wi::neg (ext_op1)) == 1)); in expand_divmod()
4375 wide_int ext_op1 = rtx_mode_t (op1, compute_mode); in expand_divmod() local
4376 op1_is_pow2 = (wi::popcount (ext_op1) == 1 in expand_divmod()
4378 && wi::popcount (wi::neg (ext_op1)) == 1)); in expand_divmod()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dexpmed.c4211 wide_int ext_op1 = rtx_mode_t (op1, mode); in expand_divmod() local
4212 op1_is_pow2 = (wi::popcount (ext_op1) == 1 in expand_divmod()
4214 && wi::popcount (wi::neg (ext_op1)) == 1)); in expand_divmod()
4353 wide_int ext_op1 = rtx_mode_t (op1, compute_mode); in expand_divmod() local
4354 op1_is_pow2 = (wi::popcount (ext_op1) == 1 in expand_divmod()
4356 && wi::popcount (wi::neg (ext_op1)) == 1)); in expand_divmod()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dexpmed.c4172 wide_int ext_op1 = rtx_mode_t (op1, mode); in expand_divmod() local
4173 op1_is_pow2 = (wi::popcount (ext_op1) == 1 in expand_divmod()
4175 && wi::popcount (wi::neg (ext_op1)) == 1)); in expand_divmod()
4314 wide_int ext_op1 = rtx_mode_t (op1, compute_mode); in expand_divmod() local
4315 op1_is_pow2 = (wi::popcount (ext_op1) == 1 in expand_divmod()
4317 && wi::popcount (wi::neg (ext_op1)) == 1)); in expand_divmod()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dexpmed.c4202 wide_int ext_op1 = rtx_mode_t (op1, mode); in expand_divmod() local
4203 op1_is_pow2 = (wi::popcount (ext_op1) == 1 in expand_divmod()
4205 && wi::popcount (wi::neg (ext_op1)) == 1)); in expand_divmod()
4344 wide_int ext_op1 = rtx_mode_t (op1, compute_mode); in expand_divmod() local
4345 op1_is_pow2 = (wi::popcount (ext_op1) == 1 in expand_divmod()
4347 && wi::popcount (wi::neg (ext_op1)) == 1)); in expand_divmod()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dexpmed.c4224 wide_int ext_op1 = rtx_mode_t (op1, mode); in expand_divmod() local
4225 op1_is_pow2 = (wi::popcount (ext_op1) == 1 in expand_divmod()
4227 && wi::popcount (wi::neg (ext_op1)) == 1)); in expand_divmod()
4371 wide_int ext_op1 = rtx_mode_t (op1, compute_mode); in expand_divmod() local
4372 op1_is_pow2 = (wi::popcount (ext_op1) == 1 in expand_divmod()
4374 && wi::popcount (wi::neg (ext_op1)) == 1)); in expand_divmod()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dexpmed.c4209 wide_int ext_op1 = rtx_mode_t (op1, mode); in expand_divmod() local
4210 op1_is_pow2 = (wi::popcount (ext_op1) == 1 in expand_divmod()
4212 && wi::popcount (wi::neg (ext_op1)) == 1)); in expand_divmod()
4351 wide_int ext_op1 = rtx_mode_t (op1, compute_mode); in expand_divmod() local
4352 op1_is_pow2 = (wi::popcount (ext_op1) == 1 in expand_divmod()
4354 && wi::popcount (wi::neg (ext_op1)) == 1)); in expand_divmod()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dexpmed.c4200 wide_int ext_op1 = rtx_mode_t (op1, mode); in expand_divmod() local
4201 op1_is_pow2 = (wi::popcount (ext_op1) == 1 in expand_divmod()
4203 && wi::popcount (wi::neg (ext_op1)) == 1)); in expand_divmod()
4342 wide_int ext_op1 = rtx_mode_t (op1, compute_mode); in expand_divmod() local
4343 op1_is_pow2 = (wi::popcount (ext_op1) == 1 in expand_divmod()
4345 && wi::popcount (wi::neg (ext_op1)) == 1)); in expand_divmod()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dexpmed.c4221 wide_int ext_op1 = rtx_mode_t (op1, mode); in expand_divmod() local
4222 op1_is_pow2 = (wi::popcount (ext_op1) == 1 in expand_divmod()
4224 && wi::popcount (wi::neg (ext_op1)) == 1)); in expand_divmod()
4368 wide_int ext_op1 = rtx_mode_t (op1, compute_mode); in expand_divmod() local
4369 op1_is_pow2 = (wi::popcount (ext_op1) == 1 in expand_divmod()
4371 && wi::popcount (wi::neg (ext_op1)) == 1)); in expand_divmod()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dexpmed.c4200 wide_int ext_op1 = rtx_mode_t (op1, mode); in expand_divmod() local
4201 op1_is_pow2 = (wi::popcount (ext_op1) == 1 in expand_divmod()
4203 && wi::popcount (wi::neg (ext_op1)) == 1)); in expand_divmod()
4342 wide_int ext_op1 = rtx_mode_t (op1, compute_mode); in expand_divmod() local
4343 op1_is_pow2 = (wi::popcount (ext_op1) == 1 in expand_divmod()
4345 && wi::popcount (wi::neg (ext_op1)) == 1)); in expand_divmod()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dexpmed.c4200 wide_int ext_op1 = rtx_mode_t (op1, mode); in expand_divmod() local
4201 op1_is_pow2 = (wi::popcount (ext_op1) == 1 in expand_divmod()
4203 && wi::popcount (wi::neg (ext_op1)) == 1)); in expand_divmod()
4342 wide_int ext_op1 = rtx_mode_t (op1, compute_mode); in expand_divmod() local
4343 op1_is_pow2 = (wi::popcount (ext_op1) == 1 in expand_divmod()
4345 && wi::popcount (wi::neg (ext_op1)) == 1)); in expand_divmod()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dexpmed.c4183 wide_int ext_op1 = rtx_mode_t (op1, mode); in expand_divmod() local
4184 op1_is_pow2 = (wi::popcount (ext_op1) == 1 in expand_divmod()
4186 && wi::popcount (wi::neg (ext_op1)) == 1)); in expand_divmod()
4325 wide_int ext_op1 = rtx_mode_t (op1, compute_mode); in expand_divmod() local
4326 op1_is_pow2 = (wi::popcount (ext_op1) == 1 in expand_divmod()
4328 && wi::popcount (wi::neg (ext_op1)) == 1)); in expand_divmod()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dexpmed.c4209 wide_int ext_op1 = rtx_mode_t (op1, mode); in expand_divmod() local
4210 op1_is_pow2 = (wi::popcount (ext_op1) == 1 in expand_divmod()
4212 && wi::popcount (wi::neg (ext_op1)) == 1)); in expand_divmod()
4351 wide_int ext_op1 = rtx_mode_t (op1, compute_mode); in expand_divmod() local
4352 op1_is_pow2 = (wi::popcount (ext_op1) == 1 in expand_divmod()
4354 && wi::popcount (wi::neg (ext_op1)) == 1)); in expand_divmod()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dexpmed.c4211 wide_int ext_op1 = rtx_mode_t (op1, mode); in expand_divmod() local
4212 op1_is_pow2 = (wi::popcount (ext_op1) == 1 in expand_divmod()
4214 && wi::popcount (wi::neg (ext_op1)) == 1)); in expand_divmod()
4353 wide_int ext_op1 = rtx_mode_t (op1, compute_mode); in expand_divmod() local
4354 op1_is_pow2 = (wi::popcount (ext_op1) == 1 in expand_divmod()
4356 && wi::popcount (wi::neg (ext_op1)) == 1)); in expand_divmod()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dexpmed.c4207 wide_int ext_op1 = rtx_mode_t (op1, mode); in expand_divmod() local
4208 op1_is_pow2 = (wi::popcount (ext_op1) == 1 in expand_divmod()
4210 && wi::popcount (wi::neg (ext_op1)) == 1)); in expand_divmod()
4349 wide_int ext_op1 = rtx_mode_t (op1, compute_mode); in expand_divmod() local
4350 op1_is_pow2 = (wi::popcount (ext_op1) == 1 in expand_divmod()
4352 && wi::popcount (wi::neg (ext_op1)) == 1)); in expand_divmod()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dexpmed.c4221 wide_int ext_op1 = rtx_mode_t (op1, mode); in expand_divmod() local
4222 op1_is_pow2 = (wi::popcount (ext_op1) == 1 in expand_divmod()
4224 && wi::popcount (wi::neg (ext_op1)) == 1)); in expand_divmod()
4368 wide_int ext_op1 = rtx_mode_t (op1, compute_mode); in expand_divmod() local
4369 op1_is_pow2 = (wi::popcount (ext_op1) == 1 in expand_divmod()
4371 && wi::popcount (wi::neg (ext_op1)) == 1)); in expand_divmod()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dexpmed.c3818 static HOST_WIDE_INT ext_op1; in expand_divmod() local
3823 ext_op1 = INTVAL (op1); in expand_divmod()
3825 ext_op1 &= GET_MODE_MASK (mode); in expand_divmod()
3826 op1_is_pow2 = ((EXACT_POWER_OF_2_OR_ZERO_P (ext_op1) in expand_divmod()
3827 || (! unsignedp && EXACT_POWER_OF_2_OR_ZERO_P (-ext_op1)))); in expand_divmod()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dexpmed.c3922 unsigned HOST_WIDE_INT ext_op1 = UINTVAL (op1); in expand_divmod() local
3924 ext_op1 &= GET_MODE_MASK (mode); in expand_divmod()
3925 op1_is_pow2 = ((EXACT_POWER_OF_2_OR_ZERO_P (ext_op1) in expand_divmod()
3926 || (! unsignedp && EXACT_POWER_OF_2_OR_ZERO_P (-ext_op1)))); in expand_divmod()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dexpmed.c3843 unsigned HOST_WIDE_INT ext_op1 = UINTVAL (op1); in expand_divmod() local
3845 ext_op1 &= GET_MODE_MASK (mode); in expand_divmod()
3846 op1_is_pow2 = ((EXACT_POWER_OF_2_OR_ZERO_P (ext_op1) in expand_divmod()
3847 || (! unsignedp && EXACT_POWER_OF_2_OR_ZERO_P (-ext_op1)))); in expand_divmod()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dexpmed.c3843 unsigned HOST_WIDE_INT ext_op1 = UINTVAL (op1); in expand_divmod() local
3845 ext_op1 &= GET_MODE_MASK (mode); in expand_divmod()
3846 op1_is_pow2 = ((EXACT_POWER_OF_2_OR_ZERO_P (ext_op1) in expand_divmod()
3847 || (! unsignedp && EXACT_POWER_OF_2_OR_ZERO_P (-ext_op1)))); in expand_divmod()
H A DChangeLog2063 (expand_divmod): Don't make ext_op1 static, change it's type to uhwi.

12