Home
last modified time | relevance | path

Searched defs:XOR_REG_SET (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dregset.h71 #define XOR_REG_SET(TO, FROM) bitmap_xor_into (TO, FROM) macro
/dragonfly/contrib/gcc-8.0/gcc/
H A Dregset.h68 #define XOR_REG_SET(TO, FROM) bitmap_xor_into (TO, FROM) macro