HomeSort by: relevance | last modified time | path
    Searched refs:span_width (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.h 131 unsigned short span_width; /* A.K.A. register mode size. */ variable
137 span_width = 0; /* Unknown size (permitted when span == 1). */
144 && (span_width == other.span_width
146 && (span_width == 0 || other.span_width == 0))));
dwarf2out.h 131 unsigned short span_width; /* A.K.A. register mode size. */ variable
137 span_width = 0; /* Unknown size (permitted when span == 1). */
144 && (span_width == other.span_width
146 && (span_width == 0 || other.span_width == 0))));
dwarf2cfi.cc 648 span_width and then set it to 0. */
649 cfa->reg.span_width = cfa->offset.to_constant () / 8;
1124 result.span_width = 0;
1132 result.span_width = GET_MODE_SIZE (GET_MODE (XVECEXP (span, 0, 0)))
1141 .to_constant () == result.span_width);
dwarf2cfi.cc 648 span_width and then set it to 0. */
649 cfa->reg.span_width = cfa->offset.to_constant () / 8;
1124 result.span_width = 0;
1132 result.span_width = GET_MODE_SIZE (GET_MODE (XVECEXP (span, 0, 0)))
1141 .to_constant () == result.span_width);
dwarf2out.cc 2804 gcc_assert (reg.span_width > 0);
2814 add_loc_descr (&head, int_loc_descriptor (reg.span_width * 8));
dwarf2out.cc 2804 gcc_assert (reg.span_width > 0);
2814 add_loc_descr (&head, int_loc_descriptor (reg.span_width * 8));
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.h 131 unsigned short span_width; /* A.K.A. register mode size. */ variable
137 span_width = 0; /* Unknown size (permitted when span == 1). */
144 && (span_width == other.span_width
146 && (span_width == 0 || other.span_width == 0))));
dwarf2out.h 131 unsigned short span_width; /* A.K.A. register mode size. */ variable
137 span_width = 0; /* Unknown size (permitted when span == 1). */
144 && (span_width == other.span_width
146 && (span_width == 0 || other.span_width == 0))));
dwarf2cfi.cc 648 span_width and then set it to 0. */
649 cfa->reg.span_width = cfa->offset.to_constant () / 8;
1124 result.span_width = 0;
1132 result.span_width = GET_MODE_SIZE (GET_MODE (XVECEXP (span, 0, 0)))
1141 .to_constant () == result.span_width);
dwarf2cfi.cc 648 span_width and then set it to 0. */
649 cfa->reg.span_width = cfa->offset.to_constant () / 8;
1124 result.span_width = 0;
1132 result.span_width = GET_MODE_SIZE (GET_MODE (XVECEXP (span, 0, 0)))
1141 .to_constant () == result.span_width);
dwarf2out.cc 2802 gcc_assert (reg.span_width > 0);
2812 add_loc_descr (&head, int_loc_descriptor (reg.span_width * 8));
dwarf2out.cc 2802 gcc_assert (reg.span_width > 0);
2812 add_loc_descr (&head, int_loc_descriptor (reg.span_width * 8));

Completed in 190 milliseconds