Home
last modified time | relevance | path

Searched defs:__volatile__ (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
Dsymbolize_test.cc442 __asm__ __volatile__("call 1f;\n 1: pop %[PC]" : [ PC ] "=r"(pc)); in inline_func() local
444 __asm__ __volatile__("leaq 0(%%rip),%[PC];\n" : [ PC ] "=r"(pc)); in inline_func() local
452 __asm__ __volatile__("call 1f;\n 1: pop %[PC]" : [ PC ] "=r"(pc)); in non_inline_func() local
454 __asm__ __volatile__("leaq 0(%%rip),%[PC];\n" : [ PC ] "=r"(pc)); in non_inline_func() local
/third_party/ltp/tools/sparse/sparse-src/validation/
Dreserved.c42 static int (__volatile__); variable
/third_party/musl/ndk-test/sanitize/scudo/src/
Daligned-new.cpp47 __asm__ __volatile__("" in break_optimization() local
/third_party/flutter/skia/src/core/
DSkCpu.cpp41 __asm__ __volatile__ ( "xgetbv" : "=a"(eax), "=d"(edx) : "c"(xcr)); in xgetbv() local
/third_party/skia/src/core/
DSkCpu.cpp31 __asm__ __volatile__ ( "xgetbv" : "=a"(eax), "=d"(edx) : "c"(xcr)); in xgetbv() local
/third_party/flutter/skia/third_party/skcms/
Dskcms.cc1938 __asm__ __volatile__("cpuid" : "=a"(eax), "=b"(ebx), "=c"(ecx), "=d"(edx) in cpu_type() local
1953 __asm__ __volatile__("cpuid" : "=a"(eax), "=b"(ebx), "=c"(ecx), "=d"(edx) in cpu_type() local
1957 __asm__ __volatile__("xgetbv" : "=a"(xcr0), "=d"(dont_need_edx) : "c"(0)); in cpu_type() local
/third_party/skia/third_party/skcms/
Dskcms.cc2442 __asm__ __volatile__("cpuid" : "=a"(eax), "=b"(ebx), "=c"(ecx), "=d"(edx) in cpu_type() local
2457 __asm__ __volatile__("cpuid" : "=a"(eax), "=b"(ebx), "=c"(ecx), "=d"(edx) in cpu_type() local
2461 __asm__ __volatile__("xgetbv" : "=a"(xcr0), "=d"(dont_need_edx) : "c"(0)); in cpu_type() local