Home
last modified time | relevance | path

Searched refs:MASK_VIS (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsparc.h482 #define MASK_VIS 0x1000000 macro
483 #define TARGET_VIS (target_flags & MASK_VIS)
555 {"vis", MASK_VIS, \
557 {"no-vis", -MASK_VIS, \
H A Dsparc.c410 target_flags &= ~MASK_VIS; in sparc_override_options()
/openbsd/gnu/gcc/gcc/config/sparc/
H A Dsparc.c745 target_flags &= ~MASK_VIS; in sparc_override_options()
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.08092 * sparc.h (MASK_VIS, TARGET_VIS): New.
H A DChangeLog.716911 remove MASK_VIS.