HomeSort by: relevance | last modified time | path
    Searched defs:lowpart (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-forwprop.cc 3083 gassign *lowpart local
3088 gsi_insert_before (gsi, lowpart, GSI_SAME_STMT);
3089 orig[0] = gimple_assign_lhs (lowpart);
combine.cc 7510 rtx lowpart = gen_lowpart (compute_mode, SET_SRC (x));
7511 if (GET_CODE (lowpart) == CLOBBER)
7528 AND, compute_mode, lowpart, mask),
7487 rtx lowpart = gen_lowpart (compute_mode, SET_SRC (x)); local
var-tracking.cc 5321 Return true if EXPR is nonnull and if LOC, or some lowpart of it,
5323 the lowpart we can track in *MODE_OUT (if nonnull) and its offset
5350 /* If LOC is a paradoxical lowpart of EXPR, refer to EXPR itself.
5378 /* Return the MODE lowpart of LOC, or null if LOC is not something we
9826 rtx lowpart; local
9835 lowpart = var_lowpart (mode, incoming);
9836 if (!lowpart)
9839 val = cselib_lookup_from_insn (lowpart, mode, true,
expr.cc 639 rtx lowpart;
696 lowpart = gen_lowpart (lowpart_mode, to);
697 emit_move_insn (lowpart, lowfrom);
4171 /* A subroutine of emit_move_insn_1. Yet another lowpart generator.
637 rtx lowpart; local
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-forwprop.cc 3009 gassign *lowpart local
3014 gsi_insert_before (gsi, lowpart, GSI_SAME_STMT);
3015 orig[0] = gimple_assign_lhs (lowpart);
var-tracking.cc 5336 Return true if EXPR is nonnull and if LOC, or some lowpart of it,
5338 the lowpart we can track in *MODE_OUT (if nonnull) and its offset
5365 /* If LOC is a paradoxical lowpart of EXPR, refer to EXPR itself.
5393 /* Return the MODE lowpart of LOC, or null if LOC is not something we
9843 rtx lowpart; local
9852 lowpart = var_lowpart (mode, incoming);
9853 if (!lowpart)
9856 val = cselib_lookup_from_insn (lowpart, mode, true,
expr.cc 473 rtx lowpart;
530 lowpart = gen_lowpart (lowpart_mode, to);
531 emit_move_insn (lowpart, lowfrom);
3567 /* A subroutine of emit_move_insn_1. Yet another lowpart generator.
471 rtx lowpart; local
  /src/external/gpl3/gcc/dist/gcc/config/xtensa/
xtensa.cc 2579 rtx lowpart, highpart;
2582 split_double (operands[1], &highpart, &lowpart);
2584 split_double (operands[1], &lowpart, &highpart);
2588 operands[1] = lowpart;
2577 rtx lowpart, highpart; local

Completed in 79 milliseconds