Home
last modified time | relevance | path

Searched refs:MASK_GPOPT (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.h213 #define MASK_GPOPT 0x00000008 /* Optimize for global pointer */ macro
285 #define TARGET_GP_OPT (target_flags & MASK_GPOPT)
548 {"gpOPT", MASK_GPOPT, \
550 {"gpopt", MASK_GPOPT, \
552 {"no-gpOPT", -MASK_GPOPT, \
554 {"no-gpopt", -MASK_GPOPT, \
H A Dmips.c5098 target_flags &= ~MASK_GPOPT; in override_options()
5100 target_flags |= MASK_GPOPT; in override_options()
/openbsd-src/gnu/gcc/gcc/config/iq2000/
H A Diq2000.c1427 target_flags &= ~MASK_GPOPT; in override_options()