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

/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips.h119 extern int set_noat; /* # of nested .set noat's */
H A Dmips.c573 int set_noat; variable
5475 if (set_noat++ == 0)
5480 if (set_noat == 0)
5482 else if (--set_noat == 0)

Completed in 121 milliseconds