Home
last modified time | relevance | path

Searched refs:prefetcht0 (Results 1 – 25 of 47) sorted by relevance

12

/external/libaom/libaom/aom_dsp/x86/
Dhighbd_variance_impl_sse2.asm48 prefetcht0 [rsi]
49 prefetcht0 [rsi+16]
50 prefetcht0 [rsi+rax]
51 prefetcht0 [rsi+rax+16]
53 prefetcht0 [rbx]
54 prefetcht0 [rbx+16]
55 prefetcht0 [rbx+rax]
56 prefetcht0 [rbx+rax+16]
58 prefetcht0 [rdi]
59 prefetcht0 [rdi+16]
[all …]
Daom_subpixel_8t_ssse3.asm165 prefetcht0 [srcq + 4 * sstrideq - 3]
168 prefetcht0 [srcq + 2 * sstrideq - 3]
270 prefetcht0 [srcq + 4 * sstrideq - 3]
273 prefetcht0 [srcq + 2 * sstrideq - 3]
320 prefetcht0 [srcq + 2 * sstrideq -3]
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_variance_impl_sse2.asm45 prefetcht0 [rsi]
46 prefetcht0 [rsi+16]
47 prefetcht0 [rsi+rax]
48 prefetcht0 [rsi+rax+16]
50 prefetcht0 [rbx]
51 prefetcht0 [rbx+16]
52 prefetcht0 [rbx+rax]
53 prefetcht0 [rbx+rax+16]
55 prefetcht0 [rdi]
56 prefetcht0 [rdi+16]
[all …]
Dvpx_subpixel_8t_ssse3.asm153 prefetcht0 [srcq + 4 * sstrideq - 3]
156 prefetcht0 [srcq + 2 * sstrideq - 3]
243 prefetcht0 [srcq + 4 * sstrideq - 3]
246 prefetcht0 [srcq + 2 * sstrideq - 3]
287 prefetcht0 [srcq + 2 * sstrideq -3]
/external/llvm-project/llvm/test/MC/X86/
DSSE_PREFETCH-32.s29 prefetcht0 -485498096(%edx,%eax,4) label
33 prefetcht0 485498096(%edx,%eax,4) label
37 prefetcht0 485498096(%edx) label
41 prefetcht0 485498096 label
45 prefetcht0 64(%edx,%eax) label
49 prefetcht0 (%edx) label
DSSE_PREFETCH-64.s29 prefetcht0 485498096 label
33 prefetcht0 64(%rdx) label
37 prefetcht0 -64(%rdx,%rax,4) label
41 prefetcht0 64(%rdx,%rax,4) label
45 prefetcht0 64(%rdx,%rax) label
49 prefetcht0 (%rdx) label
DPREFETCH-64.s53 prefetcht0 485498096 label
57 prefetcht0 64(%rdx) label
61 prefetcht0 64(%rdx,%rax,4) label
65 prefetcht0 -64(%rdx,%rax,4) label
69 prefetcht0 64(%rdx,%rax) label
73 prefetcht0 (%rdx) label
DPREFETCH-32.s53 prefetcht0 -485498096(%edx,%eax,4) label
57 prefetcht0 485498096(%edx,%eax,4) label
61 prefetcht0 485498096(%edx) label
65 prefetcht0 485498096 label
69 prefetcht0 64(%edx,%eax) label
73 prefetcht0 (%edx) label
/external/llvm-project/llvm/test/CodeGen/X86/
Dprefetch.ll18 ; supporting prefetchw, but not 3dnow implicitly provides prefetcht0/1/2/nta regardless of sse sett…
19 ; supporting prefetchwt1 implies prefetcht0/1/2/nta and prefetchw regardless of other settings. thi…
30 ; SSE-NEXT: prefetcht0 (%eax)
34 ; SSE-NEXT: prefetcht0 (%eax)
43 ; PRFCHWSSE-NEXT: prefetcht0 (%eax)
56 ; PREFETCHWT1-NEXT: prefetcht0 (%eax)
Ddiscriminate-mem-ops-skip-pfetch.ll56 ;CHECK: prefetcht0 (%rdi,%rax,4)
64 ;NOBYPASS: prefetcht0 (%rdi,%rax,4)
Dinsert-prefetch.ll96 ;OTHERS-NEXT: prefetcht0 (%rdi,%rax,4)
/external/llvm/test/CodeGen/X86/
Dprefetch.ll14 ; CHECK: prefetcht0
/external/llvm-project/llvm/test/tools/llvm-mca/X86/SLM/
Dresources-sse1.s134 prefetcht0 (%rax) label
285 # CHECK-NEXT: 1 3 1.00 * * prefetcht0 (%rax)
426 # CHECK-NEXT: - - - - - - - 1.00 prefetcht0 (%rax)
/external/llvm-project/llvm/test/tools/llvm-mca/X86/SandyBridge/
Dresources-sse1.s134 prefetcht0 (%rax) label
285 # CHECK-NEXT: 1 5 0.50 * * prefetcht0 (%rax)
426 # CHECK-NEXT: - - - - - - 0.50 0.50 prefetcht0 (%rax)
/external/llvm-project/llvm/test/tools/llvm-mca/X86/Barcelona/
Dresources-sse1.s134 prefetcht0 (%rax) label
285 # CHECK-NEXT: 1 5 0.50 * * prefetcht0 (%rax)
426 # CHECK-NEXT: - - - - - - 0.50 0.50 prefetcht0 (%rax)
/external/llvm-project/llvm/test/tools/llvm-mca/X86/Generic/
Dresources-sse1.s134 prefetcht0 (%rax) label
285 # CHECK-NEXT: 1 5 0.50 * * prefetcht0 (%rax)
426 # CHECK-NEXT: - - - - - - 0.50 0.50 prefetcht0 (%rax)
/external/llvm-project/llvm/test/tools/llvm-mca/X86/Atom/
Dresources-sse1.s134 prefetcht0 (%rax) label
285 # CHECK-NEXT: 1 1 1.00 * * prefetcht0 (%rax)
420 # CHECK-NEXT: 1.00 - prefetcht0 (%rax)
/external/llvm-project/llvm/test/tools/llvm-mca/X86/BtVer2/
Dresources-sse1.s134 prefetcht0 (%rax) label
285 # CHECK-NEXT: 1 3 1.00 * * prefetcht0 (%rax)
432 … - - - - 1.00 - - - - - - prefetcht0 (%rax)
/external/llvm-project/llvm/test/tools/llvm-mca/X86/BdVer2/
Dresources-sse1.s134 prefetcht0 (%rax) label
285 # CHECK-NEXT: 1 5 1.00 * * prefetcht0 (%rax)
441 … - - - - - - - 1.00 1.00 - - prefetcht0 (%rax)
/external/llvm-project/llvm/test/tools/llvm-mca/X86/Broadwell/
Dresources-sse1.s134 prefetcht0 (%rax) label
285 # CHECK-NEXT: 1 5 0.50 * * prefetcht0 (%rax)
428 # CHECK-NEXT: - - - - 0.50 0.50 - - - - prefetcht0 (%ra…
/external/llvm-project/llvm/test/tools/llvm-mca/X86/Haswell/
Dresources-sse1.s134 prefetcht0 (%rax) label
285 # CHECK-NEXT: 1 5 0.50 * * prefetcht0 (%rax)
428 # CHECK-NEXT: - - - - 0.50 0.50 - - - - prefetcht0 (%ra…
/external/llvm-project/llvm/test/tools/llvm-mca/X86/SkylakeServer/
Dresources-sse1.s134 prefetcht0 (%rax) label
285 # CHECK-NEXT: 1 5 0.50 * * prefetcht0 (%rax)
428 # CHECK-NEXT: - - - - 0.50 0.50 - - - - prefetcht0 (%ra…
/external/llvm-project/llvm/test/tools/llvm-mca/X86/Znver1/
Dresources-sse1.s134 prefetcht0 (%rax) label
285 # CHECK-NEXT: 1 8 0.50 * * prefetcht0 (%rax)
430 …50 0.50 - - - - - - - - - - prefetcht0 (%rax)
/external/llvm-project/llvm/test/tools/llvm-mca/X86/Znver2/
Dresources-sse1.s134 prefetcht0 (%rax) label
285 # CHECK-NEXT: 1 8 0.33 * * prefetcht0 (%rax)
431 …33 0.33 - - - - - - - - - - prefetcht0 (%rax)
/external/llvm-project/llvm/test/tools/llvm-mca/X86/SkylakeClient/
Dresources-sse1.s134 prefetcht0 (%rax) label
285 # CHECK-NEXT: 1 5 0.50 * * prefetcht0 (%rax)
428 # CHECK-NEXT: - - - - 0.50 0.50 - - - - prefetcht0 (%ra…

12