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

  /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)

Completed in 395 milliseconds