Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/config/mips/
H A Dmips.h118 extern int set_noat; /* # of nested .set noat's */
H A Dmips.c573 int set_noat; variable
5446 if (set_noat++ == 0) in print_operand()
5451 if (set_noat == 0) in print_operand()
5453 else if (--set_noat == 0) in print_operand()
/openbsd/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.c277 int set_noat; variable
5789 if (set_noat++ == 0)
5794 if (set_noat == 0)
5796 else if (--set_noat == 0)
H A Dmips.h157 extern int set_noat; /* # of nested .set noat's */