Lines Matching defs:TO

111 #define CLEAR_HARD_REG_SET(TO) ((TO) = HARD_CONST (0))  argument
112 #define SET_HARD_REG_SET(TO) ((TO) = ~ HARD_CONST (0)) argument
114 #define COPY_HARD_REG_SET(TO, FROM) ((TO) = (FROM)) argument
115 #define COMPL_HARD_REG_SET(TO, FROM) ((TO) = ~(FROM)) argument
117 #define IOR_HARD_REG_SET(TO, FROM) ((TO) |= (FROM)) argument
118 #define IOR_COMPL_HARD_REG_SET(TO, FROM) ((TO) |= ~ (FROM)) argument
119 #define AND_HARD_REG_SET(TO, FROM) ((TO) &= (FROM)) argument
120 #define AND_COMPL_HARD_REG_SET(TO, FROM) ((TO) &= ~ (FROM)) argument
161 #define CLEAR_HARD_REG_SET(TO) \ argument
166 #define SET_HARD_REG_SET(TO) \ argument
171 #define COPY_HARD_REG_SET(TO, FROM) \ argument
176 #define COMPL_HARD_REG_SET(TO, FROM) \ argument
181 #define AND_HARD_REG_SET(TO, FROM) \ argument
186 #define AND_COMPL_HARD_REG_SET(TO, FROM) \ argument
191 #define IOR_HARD_REG_SET(TO, FROM) \ argument
196 #define IOR_COMPL_HARD_REG_SET(TO, FROM) \ argument
227 #define CLEAR_HARD_REG_SET(TO) \ argument
233 #define SET_HARD_REG_SET(TO) \ argument
239 #define COPY_HARD_REG_SET(TO, FROM) \ argument
245 #define COMPL_HARD_REG_SET(TO, FROM) \ argument
251 #define AND_HARD_REG_SET(TO, FROM) \ argument
257 #define AND_COMPL_HARD_REG_SET(TO, FROM) \ argument
263 #define IOR_HARD_REG_SET(TO, FROM) \ argument
269 #define IOR_COMPL_HARD_REG_SET(TO, FROM) \ argument
305 #define CLEAR_HARD_REG_SET(TO) \ argument
312 #define SET_HARD_REG_SET(TO) \ argument
319 #define COPY_HARD_REG_SET(TO, FROM) \ argument
326 #define COMPL_HARD_REG_SET(TO, FROM) \ argument
333 #define AND_HARD_REG_SET(TO, FROM) \ argument
340 #define AND_COMPL_HARD_REG_SET(TO, FROM) \ argument
347 #define IOR_HARD_REG_SET(TO, FROM) \ argument
354 #define IOR_COMPL_HARD_REG_SET(TO, FROM) \ argument
393 #define CLEAR_HARD_REG_SET(TO) \ argument
399 #define SET_HARD_REG_SET(TO) \ argument
405 #define COPY_HARD_REG_SET(TO, FROM) \ argument
411 #define COMPL_HARD_REG_SET(TO, FROM) \ argument
417 #define AND_HARD_REG_SET(TO, FROM) \ argument
423 #define AND_COMPL_HARD_REG_SET(TO, FROM) \ argument
429 #define IOR_HARD_REG_SET(TO, FROM) \ argument
435 #define IOR_COMPL_HARD_REG_SET(TO, FROM) \ argument
722 #define REG_CANNOT_CHANGE_MODE_P(REGN, FROM, TO) \ argument