Home
last modified time | relevance | path

Searched refs:mode_adjust (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenmodes.c99 struct mode_adjust struct
101 struct mode_adjust *next; argument
109 static struct mode_adjust *adj_nunits; argument
110 static struct mode_adjust *adj_bytesize;
111 static struct mode_adjust *adj_alignment;
112 static struct mode_adjust *adj_format;
113 static struct mode_adjust *adj_ibit;
114 static struct mode_adjust *adj_fbit;
214 struct mode_adjust **category, const char *catname, in new_adjust()
221 struct mode_adjust *a; in new_adjust()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenmodes.cc101 struct mode_adjust struct
103 struct mode_adjust *next; argument
111 static struct mode_adjust *adj_nunits; argument
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, in new_adjust()
223 struct mode_adjust *a; in new_adjust()
[all …]
H A DChangeLog-20035419 (modes_by_name, hash_mode, eq_mode, struct mode_adjust)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32c/
H A Dm32c.c1649 int mode_adjust; in m32c_legitimate_address_p() local
1661 mode_adjust = GET_MODE_SIZE (mode) - 1; in m32c_legitimate_address_p()
1728 return (offs >= -65536 && offs <= 65535 - mode_adjust); in m32c_legitimate_address_p()
1730 return (offs >= 0 && offs <= 65535 - mode_adjust); in m32c_legitimate_address_p()
1736 return (offs >= -128 && offs <= 127 - mode_adjust); in m32c_legitimate_address_p()
1737 return (offs >= -65536 && offs <= 65535 - mode_adjust); in m32c_legitimate_address_p()
1740 return (offs >= -128 && offs <= 127 - mode_adjust); in m32c_legitimate_address_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m32c/
H A Dm32c.cc1653 int mode_adjust; in m32c_legitimate_address_p() local
1665 mode_adjust = GET_MODE_SIZE (mode) - 1; in m32c_legitimate_address_p()
1732 return (offs >= -65536 && offs <= 65535 - mode_adjust); in m32c_legitimate_address_p()
1734 return (offs >= 0 && offs <= 65535 - mode_adjust); in m32c_legitimate_address_p()
1740 return (offs >= -128 && offs <= 127 - mode_adjust); in m32c_legitimate_address_p()
1741 return (offs >= -65536 && offs <= 65535 - mode_adjust); in m32c_legitimate_address_p()
1744 return (offs >= -128 && offs <= 127 - mode_adjust); in m32c_legitimate_address_p()