Searched refs:mode_adjust (Results 1 – 2 of 2) sorted by relevance
94 struct mode_adjust struct96 struct mode_adjust *next; argument104 static struct mode_adjust *adj_bytesize; argument105 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()
1766 int mode_adjust; in m32c_legitimate_address_p() local1773 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()