Home
last modified time | relevance | path

Searched refs:first_shift_count (Results 1 – 24 of 24) sorted by relevance

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Doptabs.c1120 rtx first_shift_count, second_shift_count; in expand_binop() local
1131 first_shift_count = GEN_INT (shift_count - BITS_PER_WORD); in expand_binop()
1136 first_shift_count = GEN_INT (BITS_PER_WORD - shift_count); in expand_binop()
1141 outof_input, first_shift_count, in expand_binop()
1157 into_input, first_shift_count, in expand_binop()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Doptabs.c1120 rtx first_shift_count, second_shift_count; in expand_binop() local
1131 first_shift_count = GEN_INT (shift_count - BITS_PER_WORD); in expand_binop()
1136 first_shift_count = GEN_INT (BITS_PER_WORD - shift_count); in expand_binop()
1141 outof_input, first_shift_count, in expand_binop()
1157 into_input, first_shift_count, in expand_binop()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Doptabs.c1452 rtx first_shift_count, second_shift_count; in expand_binop() local
1463 first_shift_count = GEN_INT (shift_count - BITS_PER_WORD); in expand_binop()
1468 first_shift_count = GEN_INT (BITS_PER_WORD - shift_count); in expand_binop()
1473 outof_input, first_shift_count, in expand_binop()
1489 into_input, first_shift_count, in expand_binop()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Doptabs.c1495 rtx first_shift_count, second_shift_count; in expand_binop() local
1506 first_shift_count = GEN_INT (shift_count - BITS_PER_WORD); in expand_binop()
1511 first_shift_count = GEN_INT (BITS_PER_WORD - shift_count); in expand_binop()
1516 outof_input, first_shift_count, in expand_binop()
1532 into_input, first_shift_count, in expand_binop()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Doptabs.c1495 rtx first_shift_count, second_shift_count; in expand_binop() local
1506 first_shift_count = GEN_INT (shift_count - BITS_PER_WORD); in expand_binop()
1511 first_shift_count = GEN_INT (BITS_PER_WORD - shift_count); in expand_binop()
1516 outof_input, first_shift_count, in expand_binop()
1532 into_input, first_shift_count, in expand_binop()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Doptabs.c1886 rtx first_shift_count, second_shift_count; in expand_binop() local
1897 first_shift_count = GEN_INT (shift_count - BITS_PER_WORD); in expand_binop()
1902 first_shift_count = GEN_INT (BITS_PER_WORD - shift_count); in expand_binop()
1907 outof_input, first_shift_count, in expand_binop()
1923 into_input, first_shift_count, in expand_binop()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Doptabs.c1883 rtx first_shift_count, second_shift_count; in expand_binop() local
1894 first_shift_count = GEN_INT (shift_count - BITS_PER_WORD); in expand_binop()
1899 first_shift_count = GEN_INT (BITS_PER_WORD - shift_count); in expand_binop()
1904 outof_input, first_shift_count, in expand_binop()
1920 into_input, first_shift_count, in expand_binop()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Doptabs.c1883 rtx first_shift_count, second_shift_count; in expand_binop() local
1894 first_shift_count = GEN_INT (shift_count - BITS_PER_WORD); in expand_binop()
1899 first_shift_count = GEN_INT (BITS_PER_WORD - shift_count); in expand_binop()
1904 outof_input, first_shift_count, in expand_binop()
1920 into_input, first_shift_count, in expand_binop()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Doptabs.c1529 HOST_WIDE_INT first_shift_count, second_shift_count; in expand_binop() local
1540 first_shift_count = shift_count - BITS_PER_WORD; in expand_binop()
1545 first_shift_count = BITS_PER_WORD - shift_count; in expand_binop()
1549 = gen_int_shift_amount (word_mode, first_shift_count); in expand_binop()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Doptabs.c1573 HOST_WIDE_INT first_shift_count, second_shift_count; in expand_binop() local
1584 first_shift_count = shift_count - BITS_PER_WORD; in expand_binop()
1589 first_shift_count = BITS_PER_WORD - shift_count; in expand_binop()
1593 = gen_int_shift_amount (word_mode, first_shift_count); in expand_binop()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Doptabs.c1567 HOST_WIDE_INT first_shift_count, second_shift_count; in expand_binop() local
1578 first_shift_count = shift_count - BITS_PER_WORD; in expand_binop()
1583 first_shift_count = BITS_PER_WORD - shift_count; in expand_binop()
1587 = gen_int_shift_amount (word_mode, first_shift_count); in expand_binop()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Doptabs.c1529 HOST_WIDE_INT first_shift_count, second_shift_count; in expand_binop() local
1540 first_shift_count = shift_count - BITS_PER_WORD; in expand_binop()
1545 first_shift_count = BITS_PER_WORD - shift_count; in expand_binop()
1549 = gen_int_shift_amount (word_mode, first_shift_count); in expand_binop()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Doptabs.c1573 HOST_WIDE_INT first_shift_count, second_shift_count; in expand_binop() local
1584 first_shift_count = shift_count - BITS_PER_WORD; in expand_binop()
1589 first_shift_count = BITS_PER_WORD - shift_count; in expand_binop()
1593 = gen_int_shift_amount (word_mode, first_shift_count); in expand_binop()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Doptabs.c1529 HOST_WIDE_INT first_shift_count, second_shift_count; in expand_binop() local
1540 first_shift_count = shift_count - BITS_PER_WORD; in expand_binop()
1545 first_shift_count = BITS_PER_WORD - shift_count; in expand_binop()
1549 = gen_int_shift_amount (word_mode, first_shift_count); in expand_binop()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Doptabs.c1529 HOST_WIDE_INT first_shift_count, second_shift_count; in expand_binop() local
1540 first_shift_count = shift_count - BITS_PER_WORD; in expand_binop()
1545 first_shift_count = BITS_PER_WORD - shift_count; in expand_binop()
1549 = gen_int_shift_amount (word_mode, first_shift_count); in expand_binop()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Doptabs.c1529 HOST_WIDE_INT first_shift_count, second_shift_count; in expand_binop() local
1540 first_shift_count = shift_count - BITS_PER_WORD; in expand_binop()
1545 first_shift_count = BITS_PER_WORD - shift_count; in expand_binop()
1549 = gen_int_shift_amount (word_mode, first_shift_count); in expand_binop()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Doptabs.c1567 HOST_WIDE_INT first_shift_count, second_shift_count; in expand_binop() local
1578 first_shift_count = shift_count - BITS_PER_WORD; in expand_binop()
1583 first_shift_count = BITS_PER_WORD - shift_count; in expand_binop()
1587 = gen_int_shift_amount (word_mode, first_shift_count); in expand_binop()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Doptabs.c1573 HOST_WIDE_INT first_shift_count, second_shift_count; in expand_binop() local
1584 first_shift_count = shift_count - BITS_PER_WORD; in expand_binop()
1589 first_shift_count = BITS_PER_WORD - shift_count; in expand_binop()
1593 = gen_int_shift_amount (word_mode, first_shift_count); in expand_binop()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Doptabs.c1573 HOST_WIDE_INT first_shift_count, second_shift_count; in expand_binop() local
1584 first_shift_count = shift_count - BITS_PER_WORD; in expand_binop()
1589 first_shift_count = BITS_PER_WORD - shift_count; in expand_binop()
1593 = gen_int_shift_amount (word_mode, first_shift_count); in expand_binop()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Doptabs.c1535 HOST_WIDE_INT first_shift_count, second_shift_count; in expand_binop() local
1546 first_shift_count = shift_count - BITS_PER_WORD; in expand_binop()
1551 first_shift_count = BITS_PER_WORD - shift_count; in expand_binop()
1555 = gen_int_shift_amount (word_mode, first_shift_count); in expand_binop()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Doptabs.c1860 HOST_WIDE_INT first_shift_count, second_shift_count; in expand_binop() local
1871 first_shift_count = shift_count - BITS_PER_WORD; in expand_binop()
1876 first_shift_count = BITS_PER_WORD - shift_count; in expand_binop()
1880 = gen_int_shift_amount (word_mode, first_shift_count); in expand_binop()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Doptabs.c1860 HOST_WIDE_INT first_shift_count, second_shift_count; in expand_binop() local
1871 first_shift_count = shift_count - BITS_PER_WORD; in expand_binop()
1876 first_shift_count = BITS_PER_WORD - shift_count; in expand_binop()
1880 = gen_int_shift_amount (word_mode, first_shift_count); in expand_binop()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Doptabs.c1860 HOST_WIDE_INT first_shift_count, second_shift_count; in expand_binop() local
1871 first_shift_count = shift_count - BITS_PER_WORD; in expand_binop()
1876 first_shift_count = BITS_PER_WORD - shift_count; in expand_binop()
1880 = gen_int_shift_amount (word_mode, first_shift_count); in expand_binop()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Doptabs.c1882 HOST_WIDE_INT first_shift_count, second_shift_count; in expand_binop() local
1893 first_shift_count = shift_count - BITS_PER_WORD; in expand_binop()
1898 first_shift_count = BITS_PER_WORD - shift_count; in expand_binop()
1902 = gen_int_shift_amount (word_mode, first_shift_count); in expand_binop()