Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/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;
112 static struct mode_adjust *adj_format;
113 static struct mode_adjust *adj_ibit;
114 static struct mode_adjust *adj_fbit;
221 struct mode_adjust *a; in new_adjust()
249 a = XNEW (struct mode_adjust); in new_adjust()
1013 struct mode_adjust *a; in emit_mode_size_inline()
[all …]
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;
114 static struct mode_adjust *adj_format;
115 static struct mode_adjust *adj_ibit;
116 static struct mode_adjust *adj_fbit;
223 struct mode_adjust *a; in new_adjust()
251 a = XNEW (struct mode_adjust); in new_adjust()
1056 struct mode_adjust *a; in emit_mode_size_inline()
[all …]
H A DChangeLog-20035419 (modes_by_name, hash_mode, eq_mode, struct mode_adjust)
/netbsd/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;
112 static struct mode_adjust *adj_format;
113 static struct mode_adjust *adj_ibit;
114 static struct mode_adjust *adj_fbit;
221 struct mode_adjust *a; in new_adjust()
249 a = XNEW (struct mode_adjust); in new_adjust()
1013 struct mode_adjust *a; in emit_mode_size_inline()
[all …]
/netbsd/external/gpl3/gcc/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()
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()
/netbsd/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()