Searched refs:outof_word (Results 1 – 2 of 2) sorted by relevance
/dragonfly/contrib/gcc-8.0/gcc/ |
H A D | optabs.c | 1433 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 …]
|
/dragonfly/contrib/gcc-4.7/gcc/ |
H A D | optabs.c | 1755 int left_shift, outof_word; in expand_binop() local 1773 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop() 1775 outof_target = operand_subword (target, outof_word, 1, mode); in expand_binop() 1776 into_target = operand_subword (target, 1 - outof_word, 1, mode); in expand_binop() 1778 outof_input = operand_subword_force (op0, outof_word, mode); in expand_binop() 1779 into_input = operand_subword_force (op0, 1 - outof_word, mode); in expand_binop() 1808 int shift_count, left_shift, outof_word; in expand_binop() local 1833 outof_word = left_shift ^ ! WORDS_BIG_ENDIAN; in expand_binop() 1835 outof_target = operand_subword (target, outof_word, 1, mode); in expand_binop() 1838 outof_input = operand_subword_force (op0, outof_word, mode); in expand_binop() [all …]
|