HomeSort by relevance Sort by last modified time
    Searched refs:prefetch (Results 26 - 50 of 73) sorted by null

12 3

  /external/openssl/crypto/aes/asm/
aes-parisc.pl 321 ldw 1024+0($tbl),%r0 ; prefetch te4
324 ldw 1024+32($tbl),%r0 ; prefetch te4
327 ldw 1024+64($tbl),%r0 ; prefetch te4
330 ldw 1024+96($tbl),%r0 ; prefetch te4
333 ldw 1024+128($tbl),%r0 ; prefetch te4
336 ldw 1024+160($tbl),%r0 ; prefetch te4
339 ldw 1024+192($tbl),%r0 ; prefetch te4
342 ldw 1024+224($tbl),%r0 ; prefetch te4
790 ldw 1024+0($tbl),%r0 ; prefetch td4
793 ldw 1024+32($tbl),%r0 ; prefetch td
    [all...]
aes-sparcv9.pl 370 ldx [$tbl+2048+0],%g0 ! prefetch te4
373 ldx [$tbl+2048+32],%g0 ! prefetch te4
376 ldx [$tbl+2048+64],%g0 ! prefetch te4
379 ldx [$tbl+2048+96],%g0 ! prefetch te4
382 ldx [$tbl+2048+128],%g0 ! prefetch te4
385 ldx [$tbl+2048+160],%g0 ! prefetch te4
388 ldx [$tbl+2048+192],%g0 ! prefetch te4
391 ldx [$tbl+2048+224],%g0 ! prefetch te4
916 ldx [$tbl+2048+0],%g0 ! prefetch td4
919 ldx [$tbl+2048+32],%g0 ! prefetch td
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_EXECUTE_INLINE.S 52 bl common_abort @ (skipped due to ARM prefetch)
OP_EXECUTE_INLINE_RANGE.S 44 bl common_abort @ (skipped due to ARM prefetch)
  /external/oprofile/events/i386/atom/
unit_masks 12 0x08 prefetchnta Streaming SIMD Extensions (SSE) Prefetch NTA instructions executed
111 name:prefetch type:bitmask default:0x60
113 0x20 hw Hardware prefetch only
114 0x00 exclude_hw Exclude hardware prefetch
  /external/openssl/crypto/sha/asm/
sha512-586.pl 71 my $prefetch=shift;
124 &movq ("mm6",&QWP(8*(9+16-14),"esp")) if ($prefetch);
127 &movq ("mm2",&QWP(8*(9+16-1),"esp")) if ($prefetch);
  /external/chromium/chrome/browser/ui/login/
login_prompt_browsertest.cc 168 const char* kPrefetchAuthPage = "files/login/prefetch.html";
177 // Confirm that <link rel="prefetch"> targetting an auth required
184 // prefetch resource requires authorization.
192 explicit SetPrefetchForTest(bool prefetch)
194 ResourceDispatcherHost::set_is_prefetch_enabled(prefetch);
  /bionic/libc/kernel/arch-x86/asm/
uaccess_32.h 24 #include <linux/prefetch.h>
  /development/ndk/platforms/android-9/arch-x86/include/asm/
uaccess_32.h 24 #include <linux/prefetch.h>
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
uaccess_32.h 17 #include <linux/prefetch.h>
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
uaccess_32.h 17 #include <linux/prefetch.h>
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
uaccess_32.h 17 #include <linux/prefetch.h>
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/
uaccess_32.h 17 #include <linux/prefetch.h>
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/
uaccess_32.h 17 #include <linux/prefetch.h>
  /external/oprofile/events/x86-64/family10/
unit_masks 125 0x20 Hardware prefetch from data cache
130 0x08 Hardware prefetch from data cache
182 0x02 Prefetch attempts
206 name:prefetch type:bitmask default:0x07
207 0x01 Load (Prefetch, PrefetchT0/T1/T2)
222 0x02 Read Requests including Prefetch
223 0x04 Prefetch Request
280 0x01 Software prefetch hit in L1
281 0x08 Software prefetch hit in L2
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_service_browsertest.cc 397 IN_PROC_BROWSER_TEST_F(SafeBrowsingServiceTest, Prefetch) {
403 explicit SetPrefetchForTest(bool prefetch)
405 ResourceDispatcherHost::set_is_prefetch_enabled(prefetch);
417 // only malware was a prefetch target.
  /external/oprofile/events/mips/sb1/
events 50 event:0x6 counters:1,2,3 um:zero minimum:500 name:LD_ST_HITS_PREFETCH_IN_QUEUE :Load/store hits prefetch in read queue
51 event:0x5 counters:1,2,3 um:zero minimum:500 name:PREFETCH_HITS_CACHE_OR_READ_Q :Prefetch hits in cache or read queue
  /external/kernel-headers/original/asm-x86/
uaccess_32.h 9 #include <linux/prefetch.h>
processor_32.h 739 /* Prefetch instructions for Pentium III and AMD Athlon */
745 static inline void prefetch(const void *x) function
757 /* 3dnow! prefetch to get an exclusive cache line. Useful for
  /external/kernel-headers/original/linux/
skbuff.h     [all...]
  /external/v8/src/ia32/
codegen-ia32.cc 215 __ prefetch(Operand(src, 0x20), 1);
261 __ prefetch(Operand(src, 0x20), 1);
  /bionic/libc/kernel/arch-mips/asm/pci/
bridge.h 640 u64 prefetch:1; member in struct:ate_u::ate_s
  /development/ndk/platforms/android-9/arch-mips/include/asm/pci/
bridge.h 640 u64 prefetch:1; member in struct:ate_u::ate_s
  /external/kernel-headers/original/asm-mips/pci/
bridge.h 810 u64 prefetch:1; member in struct:ate_u::ate_s
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 436 case Intrinsic::prefetch:

Completed in 535 milliseconds

12 3