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

  /src/external/gpl3/gcc/dist/gcc/
recog.cc 663 scalar_int_mode is_mode;
759 && is_a <scalar_int_mode> (GET_MODE (XEXP (x, 0)), &is_mode)
767 machine_mode new_mode = is_mode;
777 if (GET_MODE_SIZE (wanted_mode) < GET_MODE_SIZE (is_mode))
786 (GET_MODE_SIZE (is_mode) - GET_MODE_SIZE (wanted_mode) -
661 scalar_int_mode is_mode; local
combine.cc 7567 machine_mode is_mode = GET_MODE (inner);
7584 bits outside of is_mode, don't look through
7587 && known_le (pos + len, GET_MODE_PRECISION (is_mode)))))
7595 is_mode = GET_MODE (SUBREG_REG (inner));
7633 bits outside of is_mode, don't look through
7636 && known_le (pos + len, GET_MODE_PRECISION (is_mode)))
7669 && known_le (pos + len, GET_MODE_PRECISION (is_mode))
7688 offset = bits_to_bytes_round_down (GET_MODE_PRECISION (is_mode)
7781 && ((pos_rtx == 0 && maybe_gt (pos + len, GET_MODE_PRECISION (is_mode)))
7842 else if (!GET_MODE_BITSIZE (is_mode).is_constant (&width)
7543 machine_mode is_mode = GET_MODE (inner); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
recog.cc 663 scalar_int_mode is_mode;
759 && is_a <scalar_int_mode> (GET_MODE (XEXP (x, 0)), &is_mode)
767 machine_mode new_mode = is_mode;
777 if (GET_MODE_SIZE (wanted_mode) < GET_MODE_SIZE (is_mode))
786 (GET_MODE_SIZE (is_mode) - GET_MODE_SIZE (wanted_mode) -
661 scalar_int_mode is_mode; local
combine.cc 7524 machine_mode is_mode = GET_MODE (inner);
7541 bits outside of is_mode, don't look through
7544 && known_le (pos + len, GET_MODE_PRECISION (is_mode)))))
7552 is_mode = GET_MODE (SUBREG_REG (inner));
7590 bits outside of is_mode, don't look through
7593 && known_le (pos + len, GET_MODE_PRECISION (is_mode)))
7626 && known_le (pos + len, GET_MODE_PRECISION (is_mode))
7645 offset = bits_to_bytes_round_down (GET_MODE_PRECISION (is_mode)
7738 && ((pos_rtx == 0 && maybe_gt (pos + len, GET_MODE_PRECISION (is_mode)))
7799 else if (!GET_MODE_BITSIZE (is_mode).is_constant (&width)
7500 machine_mode is_mode = GET_MODE (inner); local
    [all...]

Completed in 38 milliseconds