Searched defs:IOR_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 | 117 #define IOR_HARD_REG_SET(TO, FROM) ((TO) |= (FROM)) macro 191 #define IOR_HARD_REG_SET(TO, FROM) \ macro 263 #define IOR_HARD_REG_SET(TO, FROM) \ macro 347 #define IOR_HARD_REG_SET(TO, FROM) \ macro 429 #define IOR_HARD_REG_SET(TO, FROM) \ macro
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | hard-reg-set.h | 116 #define IOR_HARD_REG_SET(TO, FROM) ((TO) |= (FROM)) macro 194 #define IOR_HARD_REG_SET(TO, FROM) \ macro 272 #define IOR_HARD_REG_SET(TO, FROM) \ macro 362 #define IOR_HARD_REG_SET(TO, FROM) \ macro 450 #define IOR_HARD_REG_SET(TO, FROM) \ macro
|