Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Doptabs.c1538 int left_shift, outof_word; in expand_binop() local
1553 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1555 outof_target = operand_subword (target, outof_word, 1, mode); in expand_binop()
1556 into_target = operand_subword (target, 1 - outof_word, 1, mode); in expand_binop()
1558 outof_input = operand_subword_force (op0, outof_word, mode); in expand_binop()
1559 into_input = operand_subword_force (op0, 1 - outof_word, mode); in expand_binop()
1589 int shift_count, left_shift, outof_word; in expand_binop() local
1610 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop()
1612 outof_target = operand_subword (target, outof_word, 1, mode); in expand_binop()
1613 into_target = operand_subword (target, 1 - outof_word, 1, mode); in expand_binop()
[all …]