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

/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c655 unsigned int bflags_mask = (BFLAGS_MASK_INIT); local
657 bflags_mask |= (TARGET_VX) ? B_VX : 0;
658 bflags_mask |= (TARGET_HTM) ? B_HTM : 0;
671 if ((BFLAGS) == 0 || ((BFLAGS) & bflags_mask)) \
677 if ((BFLAGS) == 0 || ((BFLAGS) & bflags_mask)) \
683 if ((BFLAGS) == 0 || ((BFLAGS) & bflags_mask)) \
689 if ((BFLAGS) == 0 || ((BFLAGS) & bflags_mask)) \
695 if ((BFLAGS) == 0 || ((BFLAGS) & bflags_mask)) \
701 if ((BFLAGS) == 0 || ((BFLAGS) & bflags_mask)) \
710 if (((BFLAGS) & ~bflags_mask)
[all...]

Completed in 37 milliseconds