| /external/kernel-headers/original/asm-x86/ |
| posix_types_32.h | 53 __asm__ __volatile__("btsl %1,%0": \
|
| bitops_32.h | 43 "btsl %1,%0" 60 "btsl %1,%0" 175 "btsl %2,%1\n\tsbbl %0,%0" 207 "btsl %2,%1\n\tsbbl %0,%0"
|
| signal.h | 195 __asm__("btsl %1,%0" : "+m"(*set) : "Ir"(_sig - 1) : "cc");
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/ |
| posix_types_32.h | 53 __asm__ __volatile__("btsl %1,%0": \
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
| posix_types_32.h | 53 __asm__ __volatile__("btsl %1,%0": \
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
| posix_types_32.h | 53 __asm__ __volatile__("btsl %1,%0": \
|
| /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/ |
| posix_types_32.h | 57 #define __FD_SET(fd,fdsetp) __asm__ __volatile__("btsl %1,%0": "+m" (*(__kernel_fd_set *) (fdsetp)):"r" ((int) (fd)))
|
| /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/ |
| posix_types_32.h | 57 #define __FD_SET(fd,fdsetp) __asm__ __volatile__("btsl %1,%0": "+m" (*(__kernel_fd_set *) (fdsetp)):"r" ((int) (fd)))
|
| /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/ |
| posix_types_32.h | 57 #define __FD_SET(fd,fdsetp) __asm__ __volatile__("btsl %1,%0": "+m" (*(__kernel_fd_set *) (fdsetp)):"r" ((int) (fd)))
|
| /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/ |
| posix_types_32.h | 57 #define __FD_SET(fd,fdsetp) __asm__ __volatile__("btsl %1,%0": "+m" (*(__kernel_fd_set *) (fdsetp)):"r" ((int) (fd)))
|
| /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/ |
| posix_types_32.h | 57 #define __FD_SET(fd,fdsetp) __asm__ __volatile__("btsl %1,%0": "+m" (*(__kernel_fd_set *) (fdsetp)):"r" ((int) (fd)))
|
| /external/valgrind/main/none/tests/x86/ |
| bt_everything.c | 11 __volatile__("btsl\t%2, %0\n\t" 16 have to do to get a btsl insn which refers to memory starting at 65 "btsl\t%2, %%eax\n\t"
|
| bt_literal.c | 25 "btsl $1, %%edx\n\t" 68 "btsl $1, (%%edx)\n\t"
|
| x86locked.c | 470 __volatile__("lock; btsl\t%2, %0\n\t" 475 have to do to get a btsl insn which refers to memory starting at 660 "lock; btsl $1, (%%edx)\n\t"
|
| insn_basic.def | 166 btsl imm8[0] r32.ud[0x86427531] => 1.ud[0x86427531] eflags[0x001,0x001] 167 btsl imm8[24] r32.ud[0x86427531] => 1.ud[0x87427531] eflags[0x001,0x000] 168 btsl imm8[0] m32.ud[0x86427531] => 1.ud[0x86427531] eflags[0x001,0x001] 169 btsl imm8[24] m32.ud[0x86427531] => 1.ud[0x87427531] eflags[0x001,0x000] 170 btsl r32.ud[0] r32.ud[0x86427531] => 1.ud[0x86427531] eflags[0x001,0x001] 171 btsl r32.ud[24] r32.ud[0x86427531] => 1.ud[0x87427531] eflags[0x001,0x000] 172 btsl r32.ud[0] m32.ud[0x86427531] => 1.ud[0x86427531] eflags[0x001,0x001] 173 btsl r32.ud[24] m32.ud[0x86427531] => 1.ud[0x87427531] eflags[0x001,0x000] [all...] |
| /external/valgrind/main/memcheck/tests/amd64/ |
| bt_everything.c | 27 have to do to get a btsl insn which refers to memory starting at 73 __volatile__("btsl\t%2, %0\n\t" 78 have to do to get a btsl insn which refers to memory starting at 130 have to do to get a btsl insn which refers to memory starting at 255 "btsl\t%2, %%eax\n\t"
|
| /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)))
|
| /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)))
|
| /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/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)))
|
| /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/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)))
|
| /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/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)))
|
| /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/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)))
|
| /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/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)))
|
| /external/valgrind/main/none/tests/amd64/ |
| amd64locked.c | 516 have to do to get a btsl insn which refers to memory starting at 524 __volatile__("lock; btsl\t%2, %0\n\t" 828 "lock; btsl $1, (%%rdx)\n\t"
|
| /external/e2fsprogs/lib/ext2fs/ |
| bitops.h | 192 __asm__ __volatile__("btsl %2,%1\n\tsbbl %0,%0"
|