Home
last modified time | relevance | path

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

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Doptabs.c967 int shift_count, left_shift, outof_word; in expand_binop() local
984 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
986 outof_target = operand_subword (target, outof_word, 1, mode); in expand_binop()
987 into_target = operand_subword (target, 1 - outof_word, 1, mode); in expand_binop()
989 outof_input = operand_subword_force (op0, outof_word, mode); in expand_binop()
990 into_input = operand_subword_force (op0, 1 - outof_word, mode); in expand_binop()
1085 int shift_count, left_shift, outof_word; in expand_binop() local
1102 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1104 outof_target = operand_subword (target, outof_word, 1, mode); in expand_binop()
1107 outof_input = operand_subword_force (op0, outof_word, mode); in expand_binop()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Doptabs.c967 int shift_count, left_shift, outof_word; in expand_binop() local
984 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
986 outof_target = operand_subword (target, outof_word, 1, mode); in expand_binop()
987 into_target = operand_subword (target, 1 - outof_word, 1, mode); in expand_binop()
989 outof_input = operand_subword_force (op0, outof_word, mode); in expand_binop()
990 into_input = operand_subword_force (op0, 1 - outof_word, mode); in expand_binop()
1085 int shift_count, left_shift, outof_word; in expand_binop() local
1102 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1104 outof_target = operand_subword (target, outof_word, 1, mode); in expand_binop()
1107 outof_input = operand_subword_force (op0, outof_word, mode); in expand_binop()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Doptabs.c1362 int left_shift, outof_word; in expand_binop() local
1377 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1379 outof_target = operand_subword (target, outof_word, 1, mode); in expand_binop()
1380 into_target = operand_subword (target, 1 - outof_word, 1, mode); in expand_binop()
1382 outof_input = operand_subword_force (op0, outof_word, mode); in expand_binop()
1383 into_input = operand_subword_force (op0, 1 - outof_word, mode); in expand_binop()
1413 int shift_count, left_shift, outof_word; in expand_binop() local
1434 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1436 outof_target = operand_subword (target, outof_word, 1, mode); in expand_binop()
1439 outof_input = operand_subword_force (op0, outof_word, mode); in expand_binop()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Doptabs.c1399 int left_shift, outof_word; in expand_binop() local
1417 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1419 outof_target = operand_subword (target, outof_word, 1, mode); in expand_binop()
1420 into_target = operand_subword (target, 1 - outof_word, 1, mode); in expand_binop()
1422 outof_input = operand_subword_force (op0, outof_word, mode); in expand_binop()
1423 into_input = operand_subword_force (op0, 1 - outof_word, mode); in expand_binop()
1452 int shift_count, left_shift, outof_word; in expand_binop() local
1477 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1479 outof_target = operand_subword (target, outof_word, 1, mode); in expand_binop()
1482 outof_input = operand_subword_force (op0, outof_word, mode); in expand_binop()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Doptabs.c1399 int left_shift, outof_word; in expand_binop() local
1417 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1419 outof_target = operand_subword (target, outof_word, 1, mode); in expand_binop()
1420 into_target = operand_subword (target, 1 - outof_word, 1, mode); in expand_binop()
1422 outof_input = operand_subword_force (op0, outof_word, mode); in expand_binop()
1423 into_input = operand_subword_force (op0, 1 - outof_word, mode); in expand_binop()
1452 int shift_count, left_shift, outof_word; in expand_binop() local
1477 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1479 outof_target = operand_subword (target, outof_word, 1, mode); in expand_binop()
1482 outof_input = operand_subword_force (op0, outof_word, mode); in expand_binop()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Doptabs.c1433 int left_shift, outof_word; in expand_binop() local
1451 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1453 outof_target = operand_subword (target, outof_word, 1, int_mode); in expand_binop()
1454 into_target = operand_subword (target, 1 - outof_word, 1, int_mode); in expand_binop()
1456 outof_input = operand_subword_force (op0, outof_word, int_mode); in expand_binop()
1457 into_input = operand_subword_force (op0, 1 - outof_word, int_mode); in expand_binop()
1486 int shift_count, left_shift, outof_word; in expand_binop() local
1511 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1513 outof_target = operand_subword (target, outof_word, 1, int_mode); in expand_binop()
1516 outof_input = operand_subword_force (op0, outof_word, int_mode); in expand_binop()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Doptabs.c1473 int left_shift, outof_word; in expand_binop() local
1493 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1495 outof_target = operand_subword (target, outof_word, 1, int_mode); in expand_binop()
1496 into_target = operand_subword (target, 1 - outof_word, 1, int_mode); in expand_binop()
1498 outof_input = operand_subword_force (op0, outof_word, int_mode); in expand_binop()
1499 into_input = operand_subword_force (op0, 1 - outof_word, int_mode); in expand_binop()
1528 int shift_count, left_shift, outof_word; in expand_binop() local
1555 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1557 outof_target = operand_subword (target, outof_word, 1, int_mode); in expand_binop()
1560 outof_input = operand_subword_force (op0, outof_word, int_mode); in expand_binop()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Doptabs.c1471 int left_shift, outof_word; in expand_binop() local
1489 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1491 outof_target = operand_subword (target, outof_word, 1, int_mode); in expand_binop()
1492 into_target = operand_subword (target, 1 - outof_word, 1, int_mode); in expand_binop()
1494 outof_input = operand_subword_force (op0, outof_word, int_mode); in expand_binop()
1495 into_input = operand_subword_force (op0, 1 - outof_word, int_mode); in expand_binop()
1524 int shift_count, left_shift, outof_word; in expand_binop() local
1549 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1551 outof_target = operand_subword (target, outof_word, 1, int_mode); in expand_binop()
1554 outof_input = operand_subword_force (op0, outof_word, int_mode); in expand_binop()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Doptabs.c1433 int left_shift, outof_word; in expand_binop() local
1451 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1453 outof_target = operand_subword (target, outof_word, 1, int_mode); in expand_binop()
1454 into_target = operand_subword (target, 1 - outof_word, 1, int_mode); in expand_binop()
1456 outof_input = operand_subword_force (op0, outof_word, int_mode); in expand_binop()
1457 into_input = operand_subword_force (op0, 1 - outof_word, int_mode); in expand_binop()
1486 int shift_count, left_shift, outof_word; in expand_binop() local
1511 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1513 outof_target = operand_subword (target, outof_word, 1, int_mode); in expand_binop()
1516 outof_input = operand_subword_force (op0, outof_word, int_mode); in expand_binop()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Doptabs.c1473 int left_shift, outof_word; in expand_binop() local
1493 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1495 outof_target = operand_subword (target, outof_word, 1, int_mode); in expand_binop()
1496 into_target = operand_subword (target, 1 - outof_word, 1, int_mode); in expand_binop()
1498 outof_input = operand_subword_force (op0, outof_word, int_mode); in expand_binop()
1499 into_input = operand_subword_force (op0, 1 - outof_word, int_mode); in expand_binop()
1528 int shift_count, left_shift, outof_word; in expand_binop() local
1555 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1557 outof_target = operand_subword (target, outof_word, 1, int_mode); in expand_binop()
1560 outof_input = operand_subword_force (op0, outof_word, int_mode); in expand_binop()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Doptabs.c1433 int left_shift, outof_word; in expand_binop() local
1451 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1453 outof_target = operand_subword (target, outof_word, 1, int_mode); in expand_binop()
1454 into_target = operand_subword (target, 1 - outof_word, 1, int_mode); in expand_binop()
1456 outof_input = operand_subword_force (op0, outof_word, int_mode); in expand_binop()
1457 into_input = operand_subword_force (op0, 1 - outof_word, int_mode); in expand_binop()
1486 int shift_count, left_shift, outof_word; in expand_binop() local
1511 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1513 outof_target = operand_subword (target, outof_word, 1, int_mode); in expand_binop()
1516 outof_input = operand_subword_force (op0, outof_word, int_mode); in expand_binop()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Doptabs.c1433 int left_shift, outof_word; in expand_binop() local
1451 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1453 outof_target = operand_subword (target, outof_word, 1, int_mode); in expand_binop()
1454 into_target = operand_subword (target, 1 - outof_word, 1, int_mode); in expand_binop()
1456 outof_input = operand_subword_force (op0, outof_word, int_mode); in expand_binop()
1457 into_input = operand_subword_force (op0, 1 - outof_word, int_mode); in expand_binop()
1486 int shift_count, left_shift, outof_word; in expand_binop() local
1511 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1513 outof_target = operand_subword (target, outof_word, 1, int_mode); in expand_binop()
1516 outof_input = operand_subword_force (op0, outof_word, int_mode); in expand_binop()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Doptabs.c1433 int left_shift, outof_word; in expand_binop() local
1451 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1453 outof_target = operand_subword (target, outof_word, 1, int_mode); in expand_binop()
1454 into_target = operand_subword (target, 1 - outof_word, 1, int_mode); in expand_binop()
1456 outof_input = operand_subword_force (op0, outof_word, int_mode); in expand_binop()
1457 into_input = operand_subword_force (op0, 1 - outof_word, int_mode); in expand_binop()
1486 int shift_count, left_shift, outof_word; in expand_binop() local
1511 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1513 outof_target = operand_subword (target, outof_word, 1, int_mode); in expand_binop()
1516 outof_input = operand_subword_force (op0, outof_word, int_mode); in expand_binop()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Doptabs.c1471 int left_shift, outof_word; in expand_binop() local
1489 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1491 outof_target = operand_subword (target, outof_word, 1, int_mode); in expand_binop()
1492 into_target = operand_subword (target, 1 - outof_word, 1, int_mode); in expand_binop()
1494 outof_input = operand_subword_force (op0, outof_word, int_mode); in expand_binop()
1495 into_input = operand_subword_force (op0, 1 - outof_word, int_mode); in expand_binop()
1524 int shift_count, left_shift, outof_word; in expand_binop() local
1549 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1551 outof_target = operand_subword (target, outof_word, 1, int_mode); in expand_binop()
1554 outof_input = operand_subword_force (op0, outof_word, int_mode); in expand_binop()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Doptabs.c1473 int left_shift, outof_word; in expand_binop() local
1493 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1495 outof_target = operand_subword (target, outof_word, 1, int_mode); in expand_binop()
1496 into_target = operand_subword (target, 1 - outof_word, 1, int_mode); in expand_binop()
1498 outof_input = operand_subword_force (op0, outof_word, int_mode); in expand_binop()
1499 into_input = operand_subword_force (op0, 1 - outof_word, int_mode); in expand_binop()
1528 int shift_count, left_shift, outof_word; in expand_binop() local
1555 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1557 outof_target = operand_subword (target, outof_word, 1, int_mode); in expand_binop()
1560 outof_input = operand_subword_force (op0, outof_word, int_mode); in expand_binop()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Doptabs.c1473 int left_shift, outof_word; in expand_binop() local
1493 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1495 outof_target = operand_subword (target, outof_word, 1, int_mode); in expand_binop()
1496 into_target = operand_subword (target, 1 - outof_word, 1, int_mode); in expand_binop()
1498 outof_input = operand_subword_force (op0, outof_word, int_mode); in expand_binop()
1499 into_input = operand_subword_force (op0, 1 - outof_word, int_mode); in expand_binop()
1528 int shift_count, left_shift, outof_word; in expand_binop() local
1555 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1557 outof_target = operand_subword (target, outof_word, 1, int_mode); in expand_binop()
1560 outof_input = operand_subword_force (op0, outof_word, int_mode); in expand_binop()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Doptabs.c1435 int left_shift, outof_word; in expand_binop() local
1455 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1457 outof_target = operand_subword (target, outof_word, 1, int_mode); in expand_binop()
1458 into_target = operand_subword (target, 1 - outof_word, 1, int_mode); in expand_binop()
1460 outof_input = operand_subword_force (op0, outof_word, int_mode); in expand_binop()
1461 into_input = operand_subword_force (op0, 1 - outof_word, int_mode); in expand_binop()
1490 int shift_count, left_shift, outof_word; in expand_binop() local
1517 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1519 outof_target = operand_subword (target, outof_word, 1, int_mode); in expand_binop()
1522 outof_input = operand_subword_force (op0, outof_word, int_mode); in expand_binop()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Doptabs.c1790 int left_shift, outof_word; in expand_binop() local
1808 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1810 outof_target = operand_subword (target, outof_word, 1, mode); in expand_binop()
1811 into_target = operand_subword (target, 1 - outof_word, 1, mode); in expand_binop()
1813 outof_input = operand_subword_force (op0, outof_word, mode); in expand_binop()
1814 into_input = operand_subword_force (op0, 1 - outof_word, mode); in expand_binop()
1843 int shift_count, left_shift, outof_word; in expand_binop() local
1868 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1870 outof_target = operand_subword (target, outof_word, 1, mode); in expand_binop()
1873 outof_input = operand_subword_force (op0, outof_word, mode); in expand_binop()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Doptabs.c1760 int left_shift, outof_word; in expand_binop() local
1780 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1782 outof_target = operand_subword (target, outof_word, 1, int_mode); in expand_binop()
1783 into_target = operand_subword (target, 1 - outof_word, 1, int_mode); in expand_binop()
1785 outof_input = operand_subword_force (op0, outof_word, int_mode); in expand_binop()
1786 into_input = operand_subword_force (op0, 1 - outof_word, int_mode); in expand_binop()
1815 int shift_count, left_shift, outof_word; in expand_binop() local
1842 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1844 outof_target = operand_subword (target, outof_word, 1, int_mode); in expand_binop()
1847 outof_input = operand_subword_force (op0, outof_word, int_mode); in expand_binop()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Doptabs.c1787 int left_shift, outof_word; in expand_binop() local
1805 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1807 outof_target = operand_subword (target, outof_word, 1, mode); in expand_binop()
1808 into_target = operand_subword (target, 1 - outof_word, 1, mode); in expand_binop()
1810 outof_input = operand_subword_force (op0, outof_word, mode); in expand_binop()
1811 into_input = operand_subword_force (op0, 1 - outof_word, mode); in expand_binop()
1840 int shift_count, left_shift, outof_word; in expand_binop() local
1865 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1867 outof_target = operand_subword (target, outof_word, 1, mode); in expand_binop()
1870 outof_input = operand_subword_force (op0, outof_word, mode); in expand_binop()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Doptabs.c1760 int left_shift, outof_word; in expand_binop() local
1780 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1782 outof_target = operand_subword (target, outof_word, 1, int_mode); in expand_binop()
1783 into_target = operand_subword (target, 1 - outof_word, 1, int_mode); in expand_binop()
1785 outof_input = operand_subword_force (op0, outof_word, int_mode); in expand_binop()
1786 into_input = operand_subword_force (op0, 1 - outof_word, int_mode); in expand_binop()
1815 int shift_count, left_shift, outof_word; in expand_binop() local
1842 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1844 outof_target = operand_subword (target, outof_word, 1, int_mode); in expand_binop()
1847 outof_input = operand_subword_force (op0, outof_word, int_mode); in expand_binop()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Doptabs.c1760 int left_shift, outof_word; in expand_binop() local
1780 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1782 outof_target = operand_subword (target, outof_word, 1, int_mode); in expand_binop()
1783 into_target = operand_subword (target, 1 - outof_word, 1, int_mode); in expand_binop()
1785 outof_input = operand_subword_force (op0, outof_word, int_mode); in expand_binop()
1786 into_input = operand_subword_force (op0, 1 - outof_word, int_mode); in expand_binop()
1815 int shift_count, left_shift, outof_word; in expand_binop() local
1842 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1844 outof_target = operand_subword (target, outof_word, 1, int_mode); in expand_binop()
1847 outof_input = operand_subword_force (op0, outof_word, int_mode); in expand_binop()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Doptabs.c1787 int left_shift, outof_word; in expand_binop() local
1805 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1807 outof_target = operand_subword (target, outof_word, 1, mode); in expand_binop()
1808 into_target = operand_subword (target, 1 - outof_word, 1, mode); in expand_binop()
1810 outof_input = operand_subword_force (op0, outof_word, mode); in expand_binop()
1811 into_input = operand_subword_force (op0, 1 - outof_word, mode); in expand_binop()
1840 int shift_count, left_shift, outof_word; in expand_binop() local
1865 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1867 outof_target = operand_subword (target, outof_word, 1, mode); in expand_binop()
1870 outof_input = operand_subword_force (op0, outof_word, mode); in expand_binop()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Doptabs.c1782 int left_shift, outof_word; in expand_binop() local
1802 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1804 outof_target = operand_subword (target, outof_word, 1, int_mode); in expand_binop()
1805 into_target = operand_subword (target, 1 - outof_word, 1, int_mode); in expand_binop()
1807 outof_input = operand_subword_force (op0, outof_word, int_mode); in expand_binop()
1808 into_input = operand_subword_force (op0, 1 - outof_word, int_mode); in expand_binop()
1837 int shift_count, left_shift, outof_word; in expand_binop() local
1864 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1866 outof_target = operand_subword (target, outof_word, 1, int_mode); in expand_binop()
1869 outof_input = operand_subword_force (op0, outof_word, int_mode); in expand_binop()
[all …]