Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dgenmodes.c94 struct mode_adjust struct
96 struct mode_adjust *next; argument
104 static struct mode_adjust *adj_bytesize; argument
105 static struct mode_adjust *adj_alignment;
106 static struct mode_adjust *adj_format;
201 struct mode_adjust **category, const char *catname, in new_adjust()
207 struct mode_adjust *a; in new_adjust()
233 a = XNEW (struct mode_adjust); in new_adjust()
1146 struct mode_adjust *a; in emit_mode_adjustments()
/openbsd-src/gnu/gcc/gcc/config/m32c/
H A Dm32c.c1766 int mode_adjust; in m32c_legitimate_address_p() local
1773 mode_adjust = GET_MODE_SIZE (mode) - 1; in m32c_legitimate_address_p()
1833 return (offs >= -65536 && offs <= 65535 - mode_adjust); in m32c_legitimate_address_p()
1835 return (offs >= 0 && offs <= 65535 - mode_adjust); in m32c_legitimate_address_p()
1841 return (offs >= -128 && offs <= 127 - mode_adjust); in m32c_legitimate_address_p()
1842 return (offs >= -65536 && offs <= 65535 - mode_adjust); in m32c_legitimate_address_p()
1845 return (offs >= -128 && offs <= 127 - mode_adjust); in m32c_legitimate_address_p()