Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/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()
1558 into_target = operand_subword (target, 1 - outof_word, 1, int_mode); in expand_binop()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Doptabs.cc1793 int left_shift, outof_word; in expand_binop() local
1813 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1815 outof_target = operand_subword (target, outof_word, 1, int_mode); in expand_binop()
1816 into_target = operand_subword (target, 1 - outof_word, 1, int_mode); in expand_binop()
1818 outof_input = operand_subword_force (op0, outof_word, int_mode); in expand_binop()
1819 into_input = operand_subword_force (op0, 1 - outof_word, int_mode); in expand_binop()
1848 int shift_count, left_shift, outof_word; in expand_binop() local
1875 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1877 outof_target = operand_subword (target, outof_word, 1, int_mode); in expand_binop()
1878 into_target = operand_subword (target, 1 - outof_word, 1, int_mode); in expand_binop()
[all …]