Home
last modified time | relevance | path

Searched refs:MASK_CONST_GP (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dia64.h84 #define MASK_CONST_GP 0x00000200 /* treat gp as program-wide constant */ macro
116 #define TARGET_CONST_GP (target_flags & MASK_CONST_GP)
188 { "constant-gp", MASK_CONST_GP, \
H A Dia64.c4351 target_flags |= MASK_CONST_GP; in ia64_override_options()
/openbsd/gnu/gcc/gcc/config/ia64/
H A Dia64.c5135 target_flags |= MASK_CONST_GP; in ia64_override_options()
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.34716 * config/ia64/ia64.h (MASK_CONST_GP): New macro.