Searched refs:__volatile__ (Results 1 – 14 of 14) sorted by relevance
25 __asm__ __volatile__("xgetbv\n" : "=a"(eax), "=d"(edx) : "c"(0)); in xgetbv()34 __asm__ __volatile__("movl %%ebx, %1\n" in cpuid()40 __asm__ __volatile__("cpuid\n" in cpuid()50 __asm__ __volatile__("movl %%ebx, %1\n" in cpuidex()56 __asm__ __volatile__("cpuid\n" in cpuidex()
84 __asm__ __volatile__ ( in deltaPanelRendering() local
70 __asm__ __volatile__ ( in convertYV12toYCrCb420SP() local
71 __asm__ __volatile__ ( in convertYV12toYCrCb420SP() local
72 __asm__ __volatile__ ( in convertYV12toYCrCb420SP() local
124 __volatile__ unsigned int lock; /**< lock variable */
207 __asm__ __volatile__("pause;"); in decode()