/prebuilts/ndk/8/platforms/android-9/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")
|
tlbflush_32.h | 29 #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/9/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")
|
tlbflush_32.h | 29 #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/9/platforms/android-18/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")
|
tlbflush_32.h | 29 #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/9/platforms/android-9/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")
|
tlbflush_32.h | 29 #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/bn/asm/ |
bn-586.S | 17 andl $4294967288,%ecx 102 andl $7,%ecx 205 andl $4294967288,%ebp 272 andl $7,%ebp 358 andl $4294967288,%ebx 408 andl $7,%ebx 490 andl $4294967288,%ebp 573 andl $7,%ebp 672 andl $4294967288,%ebp 755 andl $7,%eb [all...] |
/external/openssl/crypto/bn/asm/ |
bn-586.S | 17 andl $4294967288,%ecx 102 andl $7,%ecx 205 andl $4294967288,%ebp 272 andl $7,%ebp 358 andl $4294967288,%ebx 408 andl $7,%ebx 490 andl $4294967288,%ebp 573 andl $7,%ebp 672 andl $4294967288,%ebp 755 andl $7,%eb [all...] |
/bionic/libc/kernel/arch-x86/asm/ |
tlbflush_32.h | 29 #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)
|
/dalvik/vm/mterp/x86/ |
OP_INVOKE_DIRECT.S | 24 andl $$0xf,rIBASE # rIBASE<- D (or stays CCCC)
|
OP_INVOKE_STATIC.S | 44 andl $$kSubModeJitTraceBuild, %ecx # is trace under construction?
|
OP_INVOKE_SUPER.S | 20 andl $$0xf,rINST # rINST<- D (or stays CCCC)
|
OP_FILLED_NEW_ARRAY.S | 91 andl $$0x0f,rIBASE # rIBASE<- 0000000A 96 andl rIBASE,%ecx # ecx<- next reg to load
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
tlbflush_32.h | 29 #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/aes/asm/ |
vpaes-x86.S | 110 andl $48,%ecx 162 andl $48,%ecx 458 andl $48,%ecx 474 andl $-16,%ebx 507 andl $-16,%ebx 520 andl $32,%ecx 548 andl $-16,%ebx 577 andl $-16,%ebx 608 andl $-16,%ebx
|
/external/llvm/test/CodeGen/X86/ |
x86-64-and-mask.ll | 30 ; CHECK: andl $-1048593, %edi
|
atomic64.ll | 98 ; X32: andl 99 ; X32: andl
|
/external/openssl/crypto/aes/asm/ |
vpaes-x86.S | 110 andl $48,%ecx 162 andl $48,%ecx 458 andl $48,%ecx 474 andl $-16,%ebx 507 andl $-16,%ebx 520 andl $32,%ecx 548 andl $-16,%ebx 577 andl $-16,%ebx 608 andl $-16,%ebx
|
/external/valgrind/main/VEX/test/ |
fpgames.s | 30 andl $3, %eax
|
/external/zlib/src/contrib/inflate86/ |
inffast.S | 396 andl $15, %eax 457 andl hold_r, %edx /* edx &= hold */ 525 andl hold_r, %eax /* eax &= hold */ 560 andl hold_r, %edx /* edx &= hold */ 605 andl hold_r, %eax /* eax &= hold */ 680 andl hold_r, %eax /* eax &= hold */ 698 andl hold_r, %eax /* eax &= hold */ 950 andl $15, %eax /* op &= 15 */ 957 andl .L_mask(,%eax,4), %ecx 990 andl $15, %eax /* op &= 15 * [all...] |
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/ |
tlbflush_32.h | 29 #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)
|
/dalvik/vm/arch/x86/ |
Call386ABI.S | 107 andl $0x0003FFF0,%ecx 122 andl $0x0000FFFF,%ecx
|
/external/kernel-headers/original/asm-x86/ |
thread_info_32.h | 112 andl %esp, reg 116 andl $-THREAD_SIZE, reg
|