Lines Matching refs:operand_subword
923 product_high = operand_subword (product, high, 1, mode); in expand_doubleword_mult()
1414 rtx target_piece = operand_subword (target, i, 1, int_mode); 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()
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()
1677 rtx target_piece = operand_subword (xtarget, index, 1, int_mode); in expand_binop()
2430 emit_move_insn (operand_subword (target, 0, 1, mode), t0); in expand_doubleword_bswap()
2431 emit_move_insn (operand_subword (target, 1, 1, mode), t1); in expand_doubleword_bswap()
2689 rtx targ_piece = operand_subword (target, i, 1, mode); in expand_absneg_bit()
2969 rtx target_piece = operand_subword (target, i, 1, int_mode); in expand_unop()
3493 rtx targ_piece = operand_subword (target, i, 1, mode); in expand_copysign_bit()