HomeSort by: relevance | last modified time | path
    Searched defs:span_width (Results 1 - 2 of 2) 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))));
  /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))));

Completed in 49 milliseconds