Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/config/mips/
H A Dmips.h120 extern int set_volatile; /* # of nested .set volatile's */
H A Dmips.c575 int set_volatile; variable
5500 if (set_volatile++ == 0) in print_operand()
5505 if (set_volatile == 0) in print_operand()
5507 else if (--set_volatile == 0) in print_operand()