Lines Matching defs:TO

110 #define CLEAR_HARD_REG_SET(TO) ((TO) = HARD_CONST (0))  argument
111 #define SET_HARD_REG_SET(TO) ((TO) = ~ HARD_CONST (0)) argument
113 #define COPY_HARD_REG_SET(TO, FROM) ((TO) = (FROM)) argument
114 #define COMPL_HARD_REG_SET(TO, FROM) ((TO) = ~(FROM)) argument
116 #define IOR_HARD_REG_SET(TO, FROM) ((TO) |= (FROM)) argument
117 #define IOR_COMPL_HARD_REG_SET(TO, FROM) ((TO) |= ~ (FROM)) argument
118 #define AND_HARD_REG_SET(TO, FROM) ((TO) &= (FROM)) argument
119 #define AND_COMPL_HARD_REG_SET(TO, FROM) ((TO) &= ~ (FROM)) argument
160 #define CLEAR_HARD_REG_SET(TO) \ argument
165 #define SET_HARD_REG_SET(TO) \ argument
170 #define COPY_HARD_REG_SET(TO, FROM) \ argument
176 #define COMPL_HARD_REG_SET(TO, FROM) \ argument
182 #define AND_HARD_REG_SET(TO, FROM) \ argument
188 #define AND_COMPL_HARD_REG_SET(TO, FROM) \ argument
194 #define IOR_HARD_REG_SET(TO, FROM) \ argument
200 #define IOR_COMPL_HARD_REG_SET(TO, FROM) \ argument
232 #define CLEAR_HARD_REG_SET(TO) \ argument
238 #define SET_HARD_REG_SET(TO) \ argument
244 #define COPY_HARD_REG_SET(TO, FROM) \ argument
251 #define COMPL_HARD_REG_SET(TO, FROM) \ argument
258 #define AND_HARD_REG_SET(TO, FROM) \ argument
265 #define AND_COMPL_HARD_REG_SET(TO, FROM) \ argument
272 #define IOR_HARD_REG_SET(TO, FROM) \ argument
279 #define IOR_COMPL_HARD_REG_SET(TO, FROM) \ argument
316 #define CLEAR_HARD_REG_SET(TO) \ argument
323 #define SET_HARD_REG_SET(TO) \ argument
330 #define COPY_HARD_REG_SET(TO, FROM) \ argument
338 #define COMPL_HARD_REG_SET(TO, FROM) \ argument
346 #define AND_HARD_REG_SET(TO, FROM) \ argument
354 #define AND_COMPL_HARD_REG_SET(TO, FROM) \ argument
362 #define IOR_HARD_REG_SET(TO, FROM) \ argument
370 #define IOR_COMPL_HARD_REG_SET(TO, FROM) \ argument
410 #define CLEAR_HARD_REG_SET(TO) \ argument
416 #define SET_HARD_REG_SET(TO) \ argument
422 #define COPY_HARD_REG_SET(TO, FROM) \ argument
429 #define COMPL_HARD_REG_SET(TO, FROM) \ argument
436 #define AND_HARD_REG_SET(TO, FROM) \ argument
443 #define AND_COMPL_HARD_REG_SET(TO, FROM) \ argument
450 #define IOR_HARD_REG_SET(TO, FROM) \ argument
457 #define IOR_COMPL_HARD_REG_SET(TO, FROM) \ argument
770 #define REG_CAN_CHANGE_MODE_P(REGN, FROM, TO) \ argument