/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
twobytemem.asm | 10 prefetchnta [0x4] label
|
/external/llvm/test/MC/X86/ |
x86-32-ms-inline-asm.s | 76 prefetchnta 64[eax] 77 // CHECK: prefetchnta 64(%eax)
|
intel-syntax.s | 259 // CHECK: prefetchnta 12800(%esi) 260 prefetchnta [esi + (200*64)] 261 // CHECK: prefetchnta 32(%esi) 262 prefetchnta [esi + (64/2)] 263 // CHECK: prefetchnta 128(%esi) 264 prefetchnta [esi + (64/2*4)] 265 // CHECK: prefetchnta 8(%esi) 266 prefetchnta [esi + (64/(2*4))] 267 // CHECK: prefetchnta 48(%esi) 268 prefetchnta [esi + (64/(2*4)+40) [all...] |
x86-32-coverage.s | 1058 // CHECK: prefetchnta 3735928559(%ebx,%ecx,8) 1059 prefetchnta 0xdeadbeef(%ebx,%ecx,8) [all...] |
/external/chromium_org/third_party/libjpeg_turbo/simd/ |
jiss2red-64.asm | 306 prefetchnta [rsi + DCTSIZE2*SIZEOF_JCOEF + 0*32] 307 prefetchnta [rsi + DCTSIZE2*SIZEOF_JCOEF + 1*32] 308 prefetchnta [rsi + DCTSIZE2*SIZEOF_JCOEF + 2*32] 309 prefetchnta [rsi + DCTSIZE2*SIZEOF_JCOEF + 3*32] 516 prefetchnta [rsi + DCTSIZE2*SIZEOF_JCOEF + 0*32] 517 prefetchnta [rsi + DCTSIZE2*SIZEOF_JCOEF + 1*32] 518 prefetchnta [rsi + DCTSIZE2*SIZEOF_JCOEF + 2*32] 519 prefetchnta [rsi + DCTSIZE2*SIZEOF_JCOEF + 3*32]
|
jiss2red.asm | 313 prefetchnta [esi + DCTSIZE2*SIZEOF_JCOEF + 0*32] 314 prefetchnta [esi + DCTSIZE2*SIZEOF_JCOEF + 1*32] 315 prefetchnta [esi + DCTSIZE2*SIZEOF_JCOEF + 2*32] 316 prefetchnta [esi + DCTSIZE2*SIZEOF_JCOEF + 3*32] 531 prefetchnta [esi + DCTSIZE2*SIZEOF_JCOEF + 0*32] 532 prefetchnta [esi + DCTSIZE2*SIZEOF_JCOEF + 1*32] 533 prefetchnta [esi + DCTSIZE2*SIZEOF_JCOEF + 2*32] 534 prefetchnta [esi + DCTSIZE2*SIZEOF_JCOEF + 3*32]
|
jiss2flt-64.asm | 319 prefetchnta [rsi + (DCTSIZE2-8)*SIZEOF_JCOEF + 0*32] 320 prefetchnta [rsi + (DCTSIZE2-8)*SIZEOF_JCOEF + 1*32] 321 prefetchnta [rsi + (DCTSIZE2-8)*SIZEOF_JCOEF + 2*32] 322 prefetchnta [rsi + (DCTSIZE2-8)*SIZEOF_JCOEF + 3*32]
|
jiss2fst-64.asm | 317 prefetchnta [rsi + DCTSIZE2*SIZEOF_JCOEF + 0*32] 318 prefetchnta [rsi + DCTSIZE2*SIZEOF_JCOEF + 1*32] 319 prefetchnta [rsi + DCTSIZE2*SIZEOF_JCOEF + 2*32] 320 prefetchnta [rsi + DCTSIZE2*SIZEOF_JCOEF + 3*32]
|
jiss2fst.asm | 324 prefetchnta [esi + DCTSIZE2*SIZEOF_JCOEF + 0*32] 325 prefetchnta [esi + DCTSIZE2*SIZEOF_JCOEF + 1*32] 326 prefetchnta [esi + DCTSIZE2*SIZEOF_JCOEF + 2*32] 327 prefetchnta [esi + DCTSIZE2*SIZEOF_JCOEF + 3*32]
|
jiss2flt.asm | 326 prefetchnta [esi + (DCTSIZE2-8)*SIZEOF_JCOEF + 0*32] 327 prefetchnta [esi + (DCTSIZE2-8)*SIZEOF_JCOEF + 1*32] 328 prefetchnta [esi + (DCTSIZE2-8)*SIZEOF_JCOEF + 2*32] 329 prefetchnta [esi + (DCTSIZE2-8)*SIZEOF_JCOEF + 3*32]
|
jisseflt.asm | 364 prefetchnta [esi + (DCTSIZE2-8)*SIZEOF_JCOEF + 0*32] 365 prefetchnta [esi + (DCTSIZE2-8)*SIZEOF_JCOEF + 1*32] 366 prefetchnta [esi + (DCTSIZE2-8)*SIZEOF_JCOEF + 2*32] 367 prefetchnta [esi + (DCTSIZE2-8)*SIZEOF_JCOEF + 3*32]
|
jiss2int-64.asm | 509 prefetchnta [rsi + DCTSIZE2*SIZEOF_JCOEF + 0*32] 510 prefetchnta [rsi + DCTSIZE2*SIZEOF_JCOEF + 1*32] 511 prefetchnta [rsi + DCTSIZE2*SIZEOF_JCOEF + 2*32] 512 prefetchnta [rsi + DCTSIZE2*SIZEOF_JCOEF + 3*32]
|
jiss2int.asm | 516 prefetchnta [esi + DCTSIZE2*SIZEOF_JCOEF + 0*32] 517 prefetchnta [esi + DCTSIZE2*SIZEOF_JCOEF + 1*32] 518 prefetchnta [esi + DCTSIZE2*SIZEOF_JCOEF + 2*32] 519 prefetchnta [esi + DCTSIZE2*SIZEOF_JCOEF + 3*32]
|
/external/clang/test/CodeGen/ |
ms-inline-asm.c | 363 __asm prefetchnta 64[eax] 366 // CHECK: call void asm sideeffect inteldialect "prefetchnta $$64[eax]", "~{dirflag},~{fpsr},~{flags}"() 371 __asm prefetchnta [eax + (200*64)] 374 // CHECK: call void asm sideeffect inteldialect "prefetchnta [eax + ($$200*$$64)]", "~{dirflag},~{fpsr},~{flags}"()
|
/external/chromium_org/third_party/mesa/src/src/mesa/x86-64/ |
xform4.S | 66 prefetchnta 64(%rsi) 135 prefetchnta 64(%rsi)
|
/external/mesa3d/src/mesa/x86-64/ |
xform4.S | 66 prefetchnta 64(%rsi) 135 prefetchnta 64(%rsi)
|
/bionic/libc/arch-x86/silvermont/string/ |
sse2-memset-slm.S | 309 prefetchnta 0x380(%edx) 310 prefetchnta 0x3c0(%edx) 334 prefetchnta 0x3c0(%edx) 335 prefetchnta 0x380(%edx)
|
/art/runtime/arch/x86_64/ |
memcmp16_x86_64.S | 349 prefetchnta 0x1c0(%rdi) 350 prefetchnta 0x1c0(%rsi) 665 prefetchnta 0x1c0(%rdi) 666 prefetchnta 0x1c0(%rsi)
|
/external/oprofile/events/i386/atom/ |
unit_masks | 12 0x08 prefetchnta Streaming SIMD Extensions (SSE) Prefetch NTA instructions executed
|
/bionic/libc/arch-x86_64/string/ |
sse4-memcmp-slm.S | 401 prefetchnta 0x1c0(%rdi) 402 prefetchnta 0x1c0(%rsi) 717 prefetchnta 0x1c0(%rdi) 718 prefetchnta 0x1c0(%rsi) [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
x86insn_nasm.gperf | [all...] |
x86insn_gas.gperf | [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
assyntax.h | [all...] |
/external/mesa3d/src/mesa/x86/ |
assyntax.h | [all...] |