Lines Matching refs:outof_word
1473 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()
1560 outof_input = operand_subword_force (op0, outof_word, int_mode); in expand_binop()
1561 into_input = operand_subword_force (op0, 1 - outof_word, int_mode); in expand_binop()