Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/config/mips/
HDmips.c6573 #define BITSET_P(VALUE, BIT) (((VALUE) & (1L << (BIT))) != 0) in mips_for_each_saved_reg() macro
6585 if (BITSET_P (cfun->machine->frame.mask, regno - GP_REG_FIRST)) in mips_for_each_saved_reg()
6598 if (BITSET_P (cfun->machine->frame.fmask, regno - FP_REG_FIRST)) in mips_for_each_saved_reg()
6603 #undef BITSET_P in mips_for_each_saved_reg()