Searched refs:target_mask (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/config/m68k/
H A Dm68k.c483 unsigned long target_mask;
528 target_mask = 0;
532 target_mask |= MASK_STRICT_ALIGNMENT;
535 target_mask |= MASK_BITFIELD;
537 target_mask |= MASK_CF_HWDIV;
539 target_mask |= MASK_HARD_FLOAT;
540 target_flags |= target_mask & ~target_flags_explicit;
479 unsigned long target_mask; local
/haiku-buildtools/gcc/gcc/config/alpha/
H A Dalpha.c6576 unsigned int target_mask;
6679 if ((target_flags & p->target_mask) == p->target_mask)
6561 unsigned int target_mask; member in struct:alpha_builtin_def

Completed in 85 milliseconds