Searched refs:set_volatile (Results 1 – 6 of 6) sorted by relevance
119 extern int set_volatile; /* # of nested .set volatile's */
575 int set_volatile; variable5472 if (set_volatile++ == 0) in print_operand()5477 if (set_volatile == 0) in print_operand()5479 else if (--set_volatile == 0) in print_operand()
279 int set_volatile; variable5815 if (set_volatile++ == 0)5820 if (set_volatile == 0)5822 else if (--set_volatile == 0)
158 extern int set_volatile; /* # of nested .set volatile's */
1090 external set_volatile : bool -> llvalue -> unit = "llvm_set_volatile"
1878 (** [set_volatile v i] marks the load or store instruction [i] as volatile1882 val set_volatile : bool -> llvalue -> unit val