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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/score/
H A Dscore7.c54 #define BITSET_P(VALUE, BIT) (((VALUE) & (1L << (BIT))) != 0) macro
1442 if (BITSET_P (f->mask, regno - GP_REG_FIRST))
1534 if (BITSET_P (f->mask, regno - GP_REG_FIRST))
H A Dscore3.c54 #define BITSET_P(VALUE, BIT) (((VALUE) & (1L << (BIT))) != 0) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.c127 #define BITSET_P(VALUE, BIT) (((VALUE) & (1 << (BIT))) != 0) macro
8314 if (BITSET_P (mask, regs[i]))
8333 if (!BITSET_P (*mask_ptr, regs[i]))
8447 if (!BITSET_P (cfun->machine->frame.mask, regno))
8519 if (BITSET_P (*mask_ptr, mips16e_save_restore_regs[i]))
8549 if (BITSET_P (*mask_ptr, regno))
8644 if (nargs > 0 && BITSET_P (mask, GP_ARG_FIRST + nargs - 1))
8704 if (BITSET_P (info.mask, 16))
8708 if (BITSET_P (info.mask, 17))
8729 if (BITSET_P (inf
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/iq2000/
H A Diq2000.c1764 #define BITSET_P(VALUE,BIT) (((VALUE) & (1L << (BIT))) != 0)
1823 || BITSET_P (mask, HARD_FRAME_POINTER_REGNUM - GP_REG_FIRST));
1861 if (BITSET_P (mask, regno - GP_REG_FIRST)) reg_save_count += 1;
1868 if (BITSET_P (mask, regno - GP_REG_FIRST))
1745 #define BITSET_P macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/iq2000/
H A Diq2000.c1741 #define BITSET_P(VALUE,BIT) (((VALUE) & (1L << (BIT))) != 0)
1800 || BITSET_P (mask, HARD_FRAME_POINTER_REGNUM - GP_REG_FIRST));
1838 if (BITSET_P (mask, regno - GP_REG_FIRST)) reg_save_count += 1;
1845 if (BITSET_P (mask, regno - GP_REG_FIRST))
1722 #define BITSET_P macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/mips/
H A Dmips.c6515 #define BITSET_P(VALUE, BIT) (((VALUE) & (1L << (BIT))) != 0)
6527 if (BITSET_P (cfun->machine->frame.mask, regno - GP_REG_FIRST))
6540 if (BITSET_P (cfun->machine->frame.fmask, regno - FP_REG_FIRST))
6545 #undef BITSET_P
6478 #define BITSET_P macro
6508 #undef BITSET_P macro

Completed in 219 milliseconds