Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dbasic-block.h56 #define IOR_REG_SET(TO, FROM) bitmap_operation (TO, TO, FROM, BITMAP_IOR) macro
/openbsd/src/gnu/gcc/gcc/
Dbasic-block.h65 #define IOR_REG_SET(TO, FROM) bitmap_ior_into (TO, FROM) macro