HomeSort by relevance Sort by last modified time
    Searched refs:__volatile (Results 1 - 25 of 117) sorted by null

1 2 3 4 5

  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
fenv.h 100 #define __fldcw(__cw) __asm __volatile("fldcw %0" : : "m" (__cw))
101 #define __fldenv(__env) __asm __volatile("fldenv %0" : : "m" (__env))
102 #define __fnclex() __asm __volatile("fnclex")
103 #define __fnstenv(__env) __asm __volatile("fnstenv %0" : "=m" (*(__env)))
104 #define __fnstcw(__cw) __asm __volatile("fnstcw %0" : "=m" (*(__cw)))
105 #define __fnstsw(__sw) __asm __volatile("fnstsw %0" : "=am" (*(__sw)))
106 #define __fwait() __asm __volatile("fwait")
107 #define __ldmxcsr(__csr) __asm __volatile("ldmxcsr %0" : : "m" (__csr))
108 #define __stmxcsr(__csr) __asm __volatile("stmxcsr %0" : "=m" (*(__csr)))
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
fenv.h 100 #define __fldcw(__cw) __asm __volatile("fldcw %0" : : "m" (__cw))
101 #define __fldenv(__env) __asm __volatile("fldenv %0" : : "m" (__env))
102 #define __fnclex() __asm __volatile("fnclex")
103 #define __fnstenv(__env) __asm __volatile("fnstenv %0" : "=m" (*(__env)))
104 #define __fnstcw(__cw) __asm __volatile("fnstcw %0" : "=m" (*(__cw)))
105 #define __fnstsw(__sw) __asm __volatile("fnstsw %0" : "=am" (*(__sw)))
106 #define __fwait() __asm __volatile("fwait")
107 #define __ldmxcsr(__csr) __asm __volatile("ldmxcsr %0" : : "m" (__csr))
108 #define __stmxcsr(__csr) __asm __volatile("stmxcsr %0" : "=m" (*(__csr)))
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
fenv.h 100 #define __fldcw(__cw) __asm __volatile("fldcw %0" : : "m" (__cw))
101 #define __fldenv(__env) __asm __volatile("fldenv %0" : : "m" (__env))
102 #define __fnclex() __asm __volatile("fnclex")
103 #define __fnstenv(__env) __asm __volatile("fnstenv %0" : "=m" (*(__env)))
104 #define __fnstcw(__cw) __asm __volatile("fnstcw %0" : "=m" (*(__cw)))
105 #define __fnstsw(__sw) __asm __volatile("fnstsw %0" : "=a" (*(__sw)))
106 #define __fwait() __asm __volatile("fwait")
107 #define __ldmxcsr(__csr) __asm __volatile("ldmxcsr %0" : : "m" (__csr))
108 #define __stmxcsr(__csr) __asm __volatile("stmxcsr %0" : "=m" (*(__csr)))
  /bionic/libm/i387/
fenv.c 52 #define __fldcw(__cw) __asm __volatile("fldcw %0" : : "m" (__cw))
53 #define __fldenv(__env) __asm __volatile("fldenv %0" : : "m" (__env))
54 #define __fldenvx(__env) __asm __volatile("fldenv %0" : : "m" (__env) \
57 #define __fnclex() __asm __volatile("fnclex")
58 #define __fnstenv(__env) __asm __volatile("fnstenv %0" : "=m" (*(__env)))
59 #define __fnstcw(__cw) __asm __volatile("fnstcw %0" : "=m" (*(__cw)))
60 #define __fnstsw(__sw) __asm __volatile("fnstsw %0" : "=am" (*(__sw)))
61 #define __fwait() __asm __volatile("fwait")
62 #define __ldmxcsr(__csr) __asm __volatile("ldmxcsr %0" : : "m" (__csr))
63 #define __stmxcsr(__csr) __asm __volatile("stmxcsr %0" : "=m" (*(__csr))
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
linux-gas.h 53 __asm __volatile ("swi 0x9f0002 @ sys_cacheflush" \
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
linux-gas.h 53 __asm __volatile ("swi 0x9f0002 @ sys_cacheflush" \
  /external/valgrind/main/gdbserver_tests/
clean_after_fork.c 18 for (burn = 0; burn < 100000; burn++) /* burncpu */__asm__ __volatile("":::"memory") ;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
atomicity.h 107 #define _GLIBCXX_READ_MEM_BARRIER __asm __volatile ("":::"memory")
110 #define _GLIBCXX_WRITE_MEM_BARRIER __asm __volatile ("":::"memory")
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
atomicity.h 110 #define _GLIBCXX_READ_MEM_BARRIER __asm __volatile ("":::"memory")
113 #define _GLIBCXX_WRITE_MEM_BARRIER __asm __volatile ("":::"memory")
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
atomicity.h 110 #define _GLIBCXX_READ_MEM_BARRIER __asm __volatile ("":::"memory")
113 #define _GLIBCXX_WRITE_MEM_BARRIER __asm __volatile ("":::"memory")
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
atomicity.h 107 #define _GLIBCXX_READ_MEM_BARRIER __asm __volatile ("":::"memory")
110 #define _GLIBCXX_WRITE_MEM_BARRIER __asm __volatile ("":::"memory")
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
atomicity.h 107 #define _GLIBCXX_READ_MEM_BARRIER __asm __volatile ("":::"memory")
110 #define _GLIBCXX_WRITE_MEM_BARRIER __asm __volatile ("":::"memory")
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
atomicity.h 107 #define _GLIBCXX_READ_MEM_BARRIER __asm __volatile ("":::"memory")
110 #define _GLIBCXX_WRITE_MEM_BARRIER __asm __volatile ("":::"memory")
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
atomicity.h 107 #define _GLIBCXX_READ_MEM_BARRIER __asm __volatile ("":::"memory")
110 #define _GLIBCXX_WRITE_MEM_BARRIER __asm __volatile ("":::"memory")
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
atomicity.h 110 #define _GLIBCXX_READ_MEM_BARRIER __asm __volatile ("":::"memory")
113 #define _GLIBCXX_WRITE_MEM_BARRIER __asm __volatile ("":::"memory")
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
atomicity.h 110 #define _GLIBCXX_READ_MEM_BARRIER __asm __volatile ("":::"memory")
113 #define _GLIBCXX_WRITE_MEM_BARRIER __asm __volatile ("":::"memory")
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
atomicity.h 110 #define _GLIBCXX_READ_MEM_BARRIER __asm __volatile ("":::"memory")
113 #define _GLIBCXX_WRITE_MEM_BARRIER __asm __volatile ("":::"memory")
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
atomicity.h 111 #define _GLIBCXX_READ_MEM_BARRIER __asm __volatile ("":::"memory")
114 #define _GLIBCXX_WRITE_MEM_BARRIER __asm __volatile ("":::"memory")
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
atomicity.h 110 #define _GLIBCXX_READ_MEM_BARRIER __asm __volatile ("":::"memory")
113 #define _GLIBCXX_WRITE_MEM_BARRIER __asm __volatile ("":::"memory")
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
cdefs.h 100 #define __volatile volatile macro
118 #define __volatile macro
131 #define volatile __volatile
174 #define __dead __volatile
276 #define __insn_barrier() __asm __volatile("":::"memory")
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
cdefs.h 100 #define __volatile volatile macro
118 #define __volatile macro
131 #define volatile __volatile
174 #define __dead __volatile
276 #define __insn_barrier() __asm __volatile("":::"memory")
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
cdefs.h 100 #define __volatile volatile macro
118 #define __volatile macro
131 #define volatile __volatile
174 #define __dead __volatile
276 #define __insn_barrier() __asm __volatile("":::"memory")
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
cdefs.h 100 #define __volatile volatile macro
118 #define __volatile macro
131 #define volatile __volatile
174 #define __dead __volatile
276 #define __insn_barrier() __asm __volatile("":::"memory")
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
cdefs.h 100 #define __volatile volatile macro
118 #define __volatile macro
131 #define volatile __volatile
174 #define __dead __volatile
276 #define __insn_barrier() __asm __volatile("":::"memory")
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
cdefs.h 100 #define __volatile volatile macro
118 #define __volatile macro
131 #define volatile __volatile
174 #define __dead __volatile
276 #define __insn_barrier() __asm __volatile("":::"memory")

Completed in 568 milliseconds

1 2 3 4 5