HomeSort by relevance Sort by last modified time
    Searched refs:X86_FEATURE_XMM (Results 1 - 22 of 22) sorted by null

  /bionic/libc/kernel/arch-x86/asm/
system_32.h 30 #define wmb() alternative("lock; addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM)
cpufeature_32.h 56 #define X86_FEATURE_XMM (0*32+25)
142 #define cpu_has_xmm boot_cpu_has(X86_FEATURE_XMM)
  /development/ndk/platforms/android-9/arch-x86/include/asm/
system_32.h 30 #define wmb() alternative("lock; addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM)
cpufeature_32.h 56 #define X86_FEATURE_XMM (0*32+25)
142 #define cpu_has_xmm boot_cpu_has(X86_FEATURE_XMM)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
system_32.h 23 #define wmb() alternative("lock; addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM)
cpufeature_32.h 46 #define X86_FEATURE_XMM (0*32+25)
126 #define cpu_has_xmm boot_cpu_has(X86_FEATURE_XMM)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
system_32.h 23 #define wmb() alternative("lock; addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM)
cpufeature_32.h 46 #define X86_FEATURE_XMM (0*32+25)
126 #define cpu_has_xmm boot_cpu_has(X86_FEATURE_XMM)
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
system_32.h 23 #define wmb() alternative("lock; addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM)
cpufeature_32.h 46 #define X86_FEATURE_XMM (0*32+25)
126 #define cpu_has_xmm boot_cpu_has(X86_FEATURE_XMM)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
system_32.h 23 #define wmb() alternative("lock; addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM)
cpufeature_32.h 46 #define X86_FEATURE_XMM (0*32+25)
126 #define cpu_has_xmm boot_cpu_has(X86_FEATURE_XMM)
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
system_32.h 23 #define wmb() alternative("lock; addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM)
cpufeature_32.h 46 #define X86_FEATURE_XMM (0*32+25)
126 #define cpu_has_xmm boot_cpu_has(X86_FEATURE_XMM)
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
system_32.h 30 #define wmb() alternative("lock; addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM)
cpufeature_32.h 56 #define X86_FEATURE_XMM (0*32+25)
142 #define cpu_has_xmm boot_cpu_has(X86_FEATURE_XMM)
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
system_32.h 30 #define wmb() alternative("lock; addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM)
cpufeature_32.h 56 #define X86_FEATURE_XMM (0*32+25)
142 #define cpu_has_xmm boot_cpu_has(X86_FEATURE_XMM)
  /external/kernel-headers/original/asm-x86/
required-features.h 45 #define NEED_XMM (1<<(X86_FEATURE_XMM & 31))
cpufeature_32.h 42 #define X86_FEATURE_XMM (0*32+25) /* Streaming SIMD Extensions */
145 #define cpu_has_xmm boot_cpu_has(X86_FEATURE_XMM)
system_32.h 224 #define wmb() alternative("lock; addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM)
processor_32.h 749 X86_FEATURE_XMM,

Completed in 193 milliseconds