/external/qemu/ |
hostregs_helper.h | 36 __asm__ __volatile__ ("" : "=r" (reg_AREG##REG)); \ 43 __asm__ __volatile__ ("" : : "r" (reg_AREG##REG));
|
/external/speex/libspeex/ |
cb_search_bfin.h | 42 __asm__ __volatile__ ( 92 __asm__ __volatile__
|
filters_arm4.h | 42 __asm__ __volatile__ ( 72 __asm__ __volatile__ (
|
/external/valgrind/main/none/tests/x86/ |
jcxz.c | 11 __asm__ __volatile__( 32 __asm__ __volatile__(
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/platform/ |
linux.hpp | 89 # ifndef __volatile__ 90 # define __volatile__ volatile macro
|
/system/core/include/cutils/ |
atomic-mips.h | 28 __asm__ __volatile__ ("" : : : "memory"); 43 __asm__ __volatile__ ("sync" : : : "memory"); 47 __asm__ __volatile__ ("sync" : : : "memory"); 85 __asm__ __volatile__ ( 124 __asm__ __volatile__ ( 142 __asm__ __volatile__ ( 171 __asm__ __volatile__ ( 188 __asm__ __volatile__ (
|
/external/kernel-headers/original/asm-x86/ |
atomic_32.h | 48 __asm__ __volatile__( 63 __asm__ __volatile__( 82 __asm__ __volatile__( 97 __asm__ __volatile__( 110 __asm__ __volatile__( 127 __asm__ __volatile__( 146 __asm__ __volatile__( 166 __asm__ __volatile__( 190 __asm__ __volatile__( 252 __asm__ __volatile__(LOCK_PREFIX "andl %0,%1" [all...] |
bitops_32.h | 42 __asm__ __volatile__( LOCK_PREFIX 77 __asm__ __volatile__( LOCK_PREFIX 99 __asm__ __volatile__( 137 __asm__ __volatile__( 155 __asm__ __volatile__( LOCK_PREFIX 174 __asm__ __volatile__( LOCK_PREFIX 226 __asm__ __volatile__( LOCK_PREFIX 258 __asm__ __volatile__( 277 __asm__ __volatile__( LOCK_PREFIX 302 __asm__ __volatile__( [all...] |
posix_types_32.h | 53 __asm__ __volatile__("btsl %1,%0": \ 58 __asm__ __volatile__("btrl %1,%0": \ 64 __asm__ __volatile__("btl %1,%2 ; setb %0" \ 73 __asm__ __volatile__("cld ; rep ; stosl" \
|
semaphore_32.h | 99 __asm__ __volatile__( 120 __asm__ __volatile__( 142 __asm__ __volatile__( 162 __asm__ __volatile__(
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
iatomic.h | 51 __asm__ __volatile__( 67 __asm__ __volatile__( 87 __asm__ __volatile__( 103 __asm__ __volatile__( 118 __asm__ __volatile__( 137 __asm__ __volatile__( 157 __asm__ __volatile__( 178 __asm__ __volatile__( 187 __asm__ __volatile__(ATOMIC_SMP_LOCK "andl %0,%1" \ 191 __asm__ __volatile__(ATOMIC_SMP_LOCK "orl %0,%1" [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
iatomic.h | 51 __asm__ __volatile__( 67 __asm__ __volatile__( 87 __asm__ __volatile__( 103 __asm__ __volatile__( 118 __asm__ __volatile__( 137 __asm__ __volatile__( 157 __asm__ __volatile__( 178 __asm__ __volatile__( 187 __asm__ __volatile__(ATOMIC_SMP_LOCK "andl %0,%1" \ 191 __asm__ __volatile__(ATOMIC_SMP_LOCK "orl %0,%1" [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
iatomic.h | 51 __asm__ __volatile__( 67 __asm__ __volatile__( 87 __asm__ __volatile__( 103 __asm__ __volatile__( 118 __asm__ __volatile__( 137 __asm__ __volatile__( 157 __asm__ __volatile__( 178 __asm__ __volatile__( 187 __asm__ __volatile__(ATOMIC_SMP_LOCK "andl %0,%1" \ 191 __asm__ __volatile__(ATOMIC_SMP_LOCK "orl %0,%1" [all...] |
/bionic/libc/kernel/arch-mips/asm/ |
hazards.h | 26 #define ASMMACRO(name, code...) __asm__(".macro " #name "; " #code "; .endm"); static inline void name(void) { __asm__ __volatile__ (#name); }
|
/bionic/libc/kernel/arch-mips/asm/sibyte/ |
sb1250.h | 32 #define AT_spin __asm__ __volatile__ ( ".set noat\n" "li $at, 0\n" "1: beqz $at, 1b\n" ".set at\n" )
|
/bionic/libc/kernel/arch-x86/asm/ |
posix_types_32.h | 67 #define __FD_SET(fd,fdsetp) __asm__ __volatile__("btsl %1,%0": "+m" (*(__kernel_fd_set *) (fdsetp)):"r" ((int) (fd))) 70 #define __FD_CLR(fd,fdsetp) __asm__ __volatile__("btrl %1,%0": "+m" (*(__kernel_fd_set *) (fdsetp)):"r" ((int) (fd))) 72 #define __FD_ISSET(fd,fdsetp) (__extension__ ({ unsigned char __result; __asm__ __volatile__("btl %1,%2 ; setb %0" :"=q" (__result) :"r" ((int) (fd)), "m" (*(__kernel_fd_set *) (fdsetp))); __result; })) 75 #define __FD_ZERO(fdsetp) do { int __d0, __d1; __asm__ __volatile__("cld ; rep ; stosl" :"=m" (*(__kernel_fd_set *) (fdsetp)), "=&c" (__d0), "=&D" (__d1) :"a" (0), "1" (__FDSET_LONGS), "2" ((__kernel_fd_set *) (fdsetp)) : "memory"); } while (0)
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
hazards.h | 26 #define ASMMACRO(name, code...) __asm__(".macro " #name "; " #code "; .endm"); static inline void name(void) { __asm__ __volatile__ (#name); }
|
/development/ndk/platforms/android-9/arch-mips/include/asm/sibyte/ |
sb1250.h | 32 #define AT_spin __asm__ __volatile__ ( ".set noat\n" "li $at, 0\n" "1: beqz $at, 1b\n" ".set at\n" )
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
posix_types_32.h | 67 #define __FD_SET(fd,fdsetp) __asm__ __volatile__("btsl %1,%0": "+m" (*(__kernel_fd_set *) (fdsetp)):"r" ((int) (fd))) 70 #define __FD_CLR(fd,fdsetp) __asm__ __volatile__("btrl %1,%0": "+m" (*(__kernel_fd_set *) (fdsetp)):"r" ((int) (fd))) 72 #define __FD_ISSET(fd,fdsetp) (__extension__ ({ unsigned char __result; __asm__ __volatile__("btl %1,%2 ; setb %0" :"=q" (__result) :"r" ((int) (fd)), "m" (*(__kernel_fd_set *) (fdsetp))); __result; })) 75 #define __FD_ZERO(fdsetp) do { int __d0, __d1; __asm__ __volatile__("cld ; rep ; stosl" :"=m" (*(__kernel_fd_set *) (fdsetp)), "=&c" (__d0), "=&D" (__d1) :"a" (0), "1" (__FDSET_LONGS), "2" ((__kernel_fd_set *) (fdsetp)) : "memory"); } while (0)
|
/external/chromium_org/third_party/libpng/ |
pnggccrd.c | 21 __asm__ __volatile__ (
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/ |
mmio.h | 45 __asm__ __volatile__( "lwbrx %0, %1, %2 ; eieio"
|
/external/clang/test/CodeGen/ |
arm-asm-variable.c | 15 __asm__ __volatile__( \
|
mmx-inline-asm.c | 11 __asm__ __volatile__ (
|
/external/kernel-headers/original/asm-mips/ |
string.h | 27 __asm__ __volatile__( 52 __asm__ __volatile__( 77 __asm__ __volatile__( 108 __asm__ __volatile__(
|
/external/libpng/ |
pnggccrd.c | 21 __asm__ __volatile__ (
|