HomeSort by relevance Sort by last modified time
    Searched full:andl (Results 76 - 100 of 222) sorted by null

1 2 34 5 6 7 8 9

  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
atomic_32.h 32 #define atomic_clear_mask(mask, addr) __asm__ __volatile__(LOCK_PREFIX "andl %0,%1" : : "r" (~(mask)),"m" (*addr) : "memory")
tlbflush_32.h 24 #define __native_flush_tlb_global() do { unsigned int tmpreg, cr4, cr4_orig; __asm__ __volatile__( "movl %%cr4, %2; # turn off PGE \n" "movl %2, %1; \n" "andl %3, %1; \n" "movl %1, %%cr4; \n" "movl %%cr3, %0; \n" "movl %0, %%cr3; # flush TLB \n" "movl %2, %%cr4; # turn PGE back on \n" : "=&r" (tmpreg), "=&r" (cr4), "=&r" (cr4_orig) : "i" (~X86_CR4_PGE) : "memory"); } while (0)
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
atomic_32.h 32 #define atomic_clear_mask(mask, addr) __asm__ __volatile__(LOCK_PREFIX "andl %0,%1" : : "r" (~(mask)),"m" (*addr) : "memory")
tlbflush_32.h 24 #define __native_flush_tlb_global() do { unsigned int tmpreg, cr4, cr4_orig; __asm__ __volatile__( "movl %%cr4, %2; # turn off PGE \n" "movl %2, %1; \n" "andl %3, %1; \n" "movl %1, %%cr4; \n" "movl %%cr3, %0; \n" "movl %0, %%cr3; # flush TLB \n" "movl %2, %%cr4; # turn PGE back on \n" : "=&r" (tmpreg), "=&r" (cr4), "=&r" (cr4_orig) : "i" (~X86_CR4_PGE) : "memory"); } while (0)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
atomic_32.h 32 #define atomic_clear_mask(mask, addr) __asm__ __volatile__(LOCK_PREFIX "andl %0,%1" : : "r" (~(mask)),"m" (*addr) : "memory")
tlbflush_32.h 24 #define __native_flush_tlb_global() do { unsigned int tmpreg, cr4, cr4_orig; __asm__ __volatile__( "movl %%cr4, %2; # turn off PGE \n" "movl %2, %1; \n" "andl %3, %1; \n" "movl %1, %%cr4; \n" "movl %%cr3, %0; \n" "movl %0, %%cr3; # flush TLB \n" "movl %2, %%cr4; # turn PGE back on \n" : "=&r" (tmpreg), "=&r" (cr4), "=&r" (cr4_orig) : "i" (~X86_CR4_PGE) : "memory"); } while (0)
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
atomic_32.h 32 #define atomic_clear_mask(mask, addr) __asm__ __volatile__(LOCK_PREFIX "andl %0,%1" : : "r" (~(mask)),"m" (*addr) : "memory")
tlbflush_32.h 24 #define __native_flush_tlb_global() do { unsigned int tmpreg, cr4, cr4_orig; __asm__ __volatile__( "movl %%cr4, %2; # turn off PGE \n" "movl %2, %1; \n" "andl %3, %1; \n" "movl %1, %%cr4; \n" "movl %%cr3, %0; \n" "movl %0, %%cr3; # flush TLB \n" "movl %2, %%cr4; # turn PGE back on \n" : "=&r" (tmpreg), "=&r" (cr4), "=&r" (cr4_orig) : "i" (~X86_CR4_PGE) : "memory"); } while (0)
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha512-586.S 21 andl $-64,%esp
170 andl 40(%esp),%ecx
171 andl 44(%esp),%edx
226 andl 24(%esp),%ecx
227 andl 28(%esp),%edx
228 andl 8(%esp),%esi
229 andl 12(%esp),%edi
345 andl 40(%esp),%ecx
346 andl 44(%esp),%edx
401 andl 24(%esp),%ec
    [all...]
  /external/openssl/crypto/sha/asm/
sha512-586.S 21 andl $-64,%esp
170 andl 40(%esp),%ecx
171 andl 44(%esp),%edx
226 andl 24(%esp),%ecx
227 andl 28(%esp),%edx
228 andl 8(%esp),%esi
229 andl 12(%esp),%edi
345 andl 40(%esp),%ecx
346 andl 44(%esp),%edx
401 andl 24(%esp),%ec
    [all...]
  /bionic/libc/arch-x86/string/
bcopy.S 69 andl $3,%ecx /* any bytes left? */
79 andl $3,%ecx /* any fractional bytes? */
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
x86-mont.S 25 andl $2047,%eax
28 andl $2048,%edx
31 andl $-64,%esp
50 andl $1,%ebp
167 andl $1,%ebx
256 andl $1,%ebx
313 andl %eax,%esi
316 andl %eax,%ebp
  /external/llvm/test/CodeGen/X86/
peep-test-3.ll 51 ; CHECK: andl $3, %
69 ; instead of an andl.
2010-08-04-MaskedSignedCompare.ll 18 ; CHECK: andl $150
and-su.ll 7 ; CHECK: andl $10, %eax
targetLoweringGeneric.ll 29 ; CHECK-NOT: andl $96239955
trunc-to-bool.ll 11 ; CHECK: andl $1, %eax
use-add-flags.ll 45 ; CHECK: andl $16, %e
  /external/openssl/crypto/bn/asm/
x86-mont.S 25 andl $2047,%eax
28 andl $2048,%edx
31 andl $-64,%esp
50 andl $1,%ebp
167 andl $1,%ebx
256 andl $1,%ebx
313 andl %eax,%esi
316 andl %eax,%ebp
  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_xbiosinterrupt.S 132 andl #3,d0
198 andl #0x8f,d0
  /bionic/libc/kernel/arch-x86/asm/
atomic_32.h 36 #define atomic_clear_mask(mask, addr) __asm__ __volatile__(LOCK_PREFIX "andl %0,%1" : : "r" (~(mask)),"m" (*addr) : "memory")
  /dalvik/vm/mterp/x86/
OP_INVOKE_VIRTUAL.S 39 andl $$0xf,%ecx # ecx<- D (or stays CCCC)
  /development/ndk/platforms/android-9/arch-x86/include/asm/
atomic_32.h 36 #define atomic_clear_mask(mask, addr) __asm__ __volatile__(LOCK_PREFIX "andl %0,%1" : : "r" (~(mask)),"m" (*addr) : "memory")
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
tlbflush_32.h 24 #define __native_flush_tlb_global() do { unsigned int tmpreg, cr4, cr4_orig; __asm__ __volatile__( "movl %%cr4, %2; # turn off PGE \n" "movl %2, %1; \n" "andl %3, %1; \n" "movl %1, %%cr4; \n" "movl %%cr3, %0; \n" "movl %0, %%cr3; # flush TLB \n" "movl %2, %%cr4; # turn PGE back on \n" : "=&r" (tmpreg), "=&r" (cr4), "=&r" (cr4_orig) : "i" (~X86_CR4_PGE) : "memory"); } while (0)
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
atomic_32.h 36 #define atomic_clear_mask(mask, addr) __asm__ __volatile__(LOCK_PREFIX "andl %0,%1" : : "r" (~(mask)),"m" (*addr) : "memory")

Completed in 213 milliseconds

1 2 34 5 6 7 8 9