Searched defs:IOR_COMPL_HARD_REG_SET (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | hard-reg-set.h | 118 #define IOR_COMPL_HARD_REG_SET(TO, FROM) ((TO) |= ~ (FROM)) macro 196 #define IOR_COMPL_HARD_REG_SET(TO, FROM) \ macro 269 #define IOR_COMPL_HARD_REG_SET(TO, FROM) \ macro 354 #define IOR_COMPL_HARD_REG_SET(TO, FROM) \ macro 435 #define IOR_COMPL_HARD_REG_SET(TO, FROM) \ macro
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | hard-reg-set.h | 117 #define IOR_COMPL_HARD_REG_SET(TO, FROM) ((TO) |= ~ (FROM)) macro 200 #define IOR_COMPL_HARD_REG_SET(TO, FROM) \ macro 279 #define IOR_COMPL_HARD_REG_SET(TO, FROM) \ macro 370 #define IOR_COMPL_HARD_REG_SET(TO, FROM) \ macro 457 #define IOR_COMPL_HARD_REG_SET(TO, FROM) \ macro
|