/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/ |
D | PREFETCH-32.s | 125 prefetchw -485498096(%edx,%eax,4) label 129 prefetchw 485498096(%edx,%eax,4) label 133 prefetchw 485498096(%edx) label 137 prefetchw 485498096 label 141 prefetchw 64(%edx,%eax) label 145 prefetchw (%edx) label
|
D | PREFETCH-64.s | 125 prefetchw 485498096 label 129 prefetchw 64(%rdx) label 133 prefetchw 64(%rdx,%rax,4) label 137 prefetchw -64(%rdx,%rax,4) label 141 prefetchw 64(%rdx,%rax) label 145 prefetchw (%rdx) label
|
D | 3DNow.s | 77 prefetchw (%rax) label
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | prefetch.ll | 18 ; 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… 45 ; PRFCHWSSE-NEXT: prefetchw (%eax) 46 ; PRFCHWSSE-NEXT: prefetchw (%eax) 47 ; PRFCHWSSE-NEXT: prefetchw (%eax) 48 ; PRFCHWSSE-NEXT: prefetchw (%eax) 60 ; PREFETCHWT1-NEXT: prefetchw (%eax) 84 ; PRFCHW3DNOW-NEXT: prefetchw (%eax) 85 ; PRFCHW3DNOW-NEXT: prefetchw (%eax) 86 ; PRFCHW3DNOW-NEXT: prefetchw (%eax) [all …]
|
D | 3dnow-schedule.ll | 374 ; CHECK-NEXT: prefetchw (%rdi) # sched: [5:0.50] 377 tail call void asm sideeffect "prefetchw $0", "*m"(i8 *%a0) nounwind
|
/external/llvm/test/CodeGen/X86/ |
D | prefetch.ll | 16 ; PRFCHW: prefetchw 17 ; NOPRFCHW-NOT: prefetchw 18 ; SLM: prefetchw
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Generic/ |
D | resources-3dnow.s | 76 prefetchw (%rax) label 138 # CHECK-NEXT: 1 5 0.50 * * prefetchw (%rax) 206 # CHECK-NEXT: - - - - - - 0.50 0.50 prefetchw (%rax)
|
/external/llvm/test/MC/X86/ |
D | 3DNow.s | 76 prefetchw (%rax) label
|
/external/swiftshader/third_party/LLVM/test/MC/X86/ |
D | 3DNow.s | 76 prefetchw (%rax) label
|
/external/u-boot/drivers/usb/gadget/ |
D | pxa25x_udc.h | 30 #define prefetchw(ptr) prefetch(ptr) macro
|
D | pxa25x_udc.c | 621 prefetchw(buf); in read_fifo()
|
/external/llvm/lib/Target/X86/ |
D | X86Instr3DNow.td | 94 def PREFETCHW : I<0x0D, MRM1m, (outs), (ins i8mem:$addr), "prefetchw\t$addr",
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86Instr3DNow.td | 95 "prefetchw $addr", []>;
|
D | X86GenAsmWriter.inc | 3968 "hnta\t\000prefetcht0\t\000prefetcht1\t\000prefetcht2\t\000prefetchw \000"
|
D | X86GenAsmWriter1.inc | 3934 "t1\t\000prefetcht2\t\000prefetchw \000pshufd\t\000pshufhw\t\000pshuflw\t"
|
D | X86GenAsmMatcher.inc | 4490 { X86::PREFETCHW, "prefetchw", Convert__Mem5_0, { MCK_Mem }, 0},
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86Instr3DNow.td | 97 def PREFETCHW : I<0x0D, MRM1m, (outs), (ins i8mem:$addr), "prefetchw\t$addr",
|
/external/llvm/test/MC/Disassembler/X86/ |
D | x86-32.txt | 667 # CHECK: prefetchw (%eax)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/X86/ |
D | x86-32.txt | 667 # CHECK: prefetchw (%eax)
|
/external/elfutils/libcpu/defs/ |
D | i386 | 571 00001111,00001101,{mod}001{8r_m}:prefetchw {mod}{8r_m}
|
/external/epid-sdk/ext/ipp/sources/include/ |
D | ia_32e.inc | 2050 ;prefetchw macro x:req 2051 ; %ECHO @CatStr(<prefetchw >, < x >)
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 1627 #define PREFETCHW(a) prefetchw P_ARG1(a)
|
/external/elfutils/tests/ |
D | testfile44.expect.bz2 | 1testfile44.o: elf32-elf_i386
2
3Disassembly of section .text:
4
5 0 ... |
D | testfile45.expect.bz2 | 1testfile45.o: elf64-elf_x86_64
2
3Disassembly of section .text:
4
5 0 ... |
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/ |
D | X86GenAsmMatcher.inc | 8703 { 6192 /* prefetchw */, X86::PREFETCHW, Convert__Mem85_0, 0, { MCK_Mem8 }, }, 23243 { 6192 /* prefetchw */, X86::PREFETCHW, Convert__Mem85_0, 0, { MCK_Mem8 }, },
|