Home
last modified time | relevance | path

Searched defs:SET_FLAG (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.h44 SET_FLAG, enumerator
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Doptions.cc35 #define SET_FLAG(flag, condition, on_value, off_value) \ macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Doptions.c35 #define SET_FLAG(flag, condition, on_value, off_value) \ macro
/netbsd-src/common/include/x86emu/
H A Dx86emu_regs.h117 #define SET_FLAG(flag) (emu->x86.R_FLG |= (flag)) macro