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

  /src/external/gpl3/gcc/dist/gcc/
genmodes.cc 101 struct mode_adjust struct
103 struct mode_adjust *next;
111 static struct mode_adjust *adj_nunits;
112 static struct mode_adjust *adj_bytesize;
113 static struct mode_adjust *adj_alignment;
114 static struct mode_adjust *adj_format;
115 static struct mode_adjust *adj_ibit;
116 static struct mode_adjust *adj_fbit;
117 static struct mode_adjust *adj_precision;
217 struct mode_adjust **category, const char *catname
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genmodes.cc 101 struct mode_adjust struct
103 struct mode_adjust *next;
111 static struct mode_adjust *adj_nunits;
112 static struct mode_adjust *adj_bytesize;
113 static struct mode_adjust *adj_alignment;
114 static struct mode_adjust *adj_format;
115 static struct mode_adjust *adj_ibit;
116 static struct mode_adjust *adj_fbit;
216 struct mode_adjust **category, const char *catname,
223 struct mode_adjust *a
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/m32c/
m32c.cc 1656 int mode_adjust; local
1668 mode_adjust = GET_MODE_SIZE (mode) - 1;
1735 return (offs >= -65536 && offs <= 65535 - mode_adjust);
1737 return (offs >= 0 && offs <= 65535 - mode_adjust);
1743 return (offs >= -128 && offs <= 127 - mode_adjust);
1744 return (offs >= -65536 && offs <= 65535 - mode_adjust);
1747 return (offs >= -128 && offs <= 127 - mode_adjust);
  /src/external/gpl3/gcc.old/dist/gcc/config/m32c/
m32c.cc 1653 int mode_adjust; local
1665 mode_adjust = GET_MODE_SIZE (mode) - 1;
1732 return (offs >= -65536 && offs <= 65535 - mode_adjust);
1734 return (offs >= 0 && offs <= 65535 - mode_adjust);
1740 return (offs >= -128 && offs <= 127 - mode_adjust);
1741 return (offs >= -65536 && offs <= 65535 - mode_adjust);
1744 return (offs >= -128 && offs <= 127 - mode_adjust);

Completed in 99 milliseconds