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

  /external/kernel-headers/original/asm-generic/
xor.h 308 prefetchw(p1);
312 prefetchw(p1+8);
335 prefetchw(p1);
340 prefetchw(p1+8);
366 prefetchw(p1);
372 prefetchw(p1+8);
400 prefetchw(p1);
407 prefetchw(p1+8);
436 prefetchw(p1);
442 prefetchw(p1+8)
    [all...]
  /external/llvm/test/MC/X86/
3DNow.s 74 // CHECK: prefetchw (%rax) # encoding: [0x0f,0x0d,0x08]
76 prefetchw (%rax) label
  /external/kernel-headers/original/asm-arm/
processor.h 117 #define prefetchw(ptr) prefetch(ptr) macro
  /external/kernel-headers/original/asm-x86/
processor_32.h 759 static inline void prefetchw(const void *x) function
762 "prefetchw (%1)",
766 #define spin_lock_prefetch(x) prefetchw(x)
  /bionic/libc/kernel/arch-x86/asm/
processor_32.h 345 #define spin_lock_prefetch(x) prefetchw(x)
  /development/ndk/platforms/android-9/arch-x86/include/asm/
processor_32.h 345 #define spin_lock_prefetch(x) prefetchw(x)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
processor_32.h 320 #define spin_lock_prefetch(x) prefetchw(x)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
processor_32.h 320 #define spin_lock_prefetch(x) prefetchw(x)
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h 320 #define spin_lock_prefetch(x) prefetchw(x)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
processor_32.h 320 #define spin_lock_prefetch(x) prefetchw(x)
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h 320 #define spin_lock_prefetch(x) prefetchw(x)
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
processor_32.h 345 #define spin_lock_prefetch(x) prefetchw(x)
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h 345 #define spin_lock_prefetch(x) prefetchw(x)

Completed in 193 milliseconds