Lines Matching refs:volatile
5549 test(const int c, volatile int v)
6176 volatile double y1;
6408 test(const int c, volatile int v)
7914 __asm__ volatile("pause"); return 0;
7933 CPU_SPINWAIT='__asm__ volatile("pause")'
7954 __asm__ volatile("isb"); return 0;
7973 CPU_SPINWAIT='__asm__ volatile("isb")'
8047 asm volatile ("cpuid"
8111 asm volatile("rdtscp" : "=d"(dx) ::);
8160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking asm volatile support" >&5
8161 $as_echo_n "checking asm volatile support... " >&6; }
8177 asm volatile("" : "+r"(ptr));
13956 volatile atomic_uint_least64_t *a = (volatile atomic_uint_least64_t *)p;
14164 volatile int32_t *x32p = &x32;
14169 volatile int64_t *x64p = &x64;