Searched defs:__volatile__ (Results 1 – 7 of 7) sorted by relevance
| /third_party/node/deps/v8/src/extensions/ |
| D | cputracemark-extension.cc | 37 __asm__ __volatile__("push %%ebx; cpuid; pop %%ebx" in Mark() local 42 __asm__ __volatile__("cpuid" in Mark() local
|
| /third_party/vixl/src/aarch64/ |
| D | cpu-aarch64.cc | 394 __asm__ __volatile__("mrs %[ctr], ctr_el0" // NOLINT(runtime/references) in GetCacheType() local 455 __asm__ __volatile__( in EnsureIAndDCacheCoherency() local 474 __asm__ __volatile__( in EnsureIAndDCacheCoherency() local 493 __asm__ __volatile__( in EnsureIAndDCacheCoherency() local 507 __asm__ __volatile__( in EnsureIAndDCacheCoherency() local
|
| /third_party/node/deps/v8/src/codegen/ppc/ |
| D | cpu-ppc.cc | 19 __asm__ __volatile__( in FlushICache() local
|
| /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/skia/src/core/ |
| D | SkCpu.cpp | 31 __asm__ __volatile__ ( "xgetbv" : "=a"(eax), "=d"(edx) : "c"(xcr)); in xgetbv() local
|
| /third_party/skia/third_party/skcms/ |
| D | skcms.cc | 2472 __asm__ __volatile__("cpuid" : "=a"(eax), "=b"(ebx), "=c"(ecx), "=d"(edx) in cpu_type() local 2487 __asm__ __volatile__("cpuid" : "=a"(eax), "=b"(ebx), "=c"(ecx), "=d"(edx) in cpu_type() local 2491 __asm__ __volatile__("xgetbv" : "=a"(xcr0), "=d"(dont_need_edx) : "c"(0)); in cpu_type() local
|
| /third_party/node/deps/v8/src/base/platform/ |
| D | platform-win32.cc | 75 __asm__ __volatile__("xchgl %%eax,%0 ":"=r" (barrier)); in MemoryFence() local
|