Searched defs:__volatile__ (Results 1 – 7 of 7) sorted by relevance
| /third_party/skia/third_party/externals/abseil-cpp/absl/debugging/ |
| D | symbolize_test.cc | 442 __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/ |
| D | reserved.c | 42 static int (__volatile__); variable
|
| /third_party/musl/ndk-test/sanitize/scudo/src/ |
| D | aligned-new.cpp | 47 __asm__ __volatile__("" in break_optimization() local
|
| /third_party/flutter/skia/src/core/ |
| D | SkCpu.cpp | 41 __asm__ __volatile__ ( "xgetbv" : "=a"(eax), "=d"(edx) : "c"(xcr)); in xgetbv() local
|
| /third_party/skia/src/core/ |
| D | SkCpu.cpp | 31 __asm__ __volatile__ ( "xgetbv" : "=a"(eax), "=d"(edx) : "c"(xcr)); in xgetbv() local
|
| /third_party/flutter/skia/third_party/skcms/ |
| D | skcms.cc | 1938 __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/ |
| D | skcms.cc | 2442 __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
|