Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/config/mips/
Dmips.h119 extern int set_noat; /* # of nested .set noat's */
Dmips.c573 int set_noat; variable
5474 if (set_noat++ == 0) in print_operand()
5479 if (set_noat == 0) in print_operand()
5481 else if (--set_noat == 0) in print_operand()