/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/ |
D | index-operations.s | 53 stos %eax, (%edi) label 73 stos %rax, (%edi) label
|
D | x86-16.s | 898 stos %al, %es:(%di) 905 stos %ax, %es:(%di) 912 stos %eax, %es:(%di)
|
D | x86-32.s | 1027 stos %al, %es:(%edi) 1034 stos %ax, %es:(%edi) 1041 stos %eax, %es:(%edi)
|
D | code16gcc.s | 19 stos %eax, (%edi)
|
D | x86-64.s | 1278 stos %al, %es:(%rdi) 1285 stos %ax, %es:(%rdi) 1292 stos %eax, %es:(%rdi) 1299 stos %rax, %es:(%rdi)
|
D | intel-syntax.s | 838 stos qword ptr [eax] label
|
/external/llvm/test/MC/X86/ |
D | index-operations.s | 53 stos %eax, (%edi) label 73 stos %rax, (%edi) label
|
D | x86-16.s | 886 stos %al, %es:(%di) 893 stos %ax, %es:(%di) 900 stos %eax, %es:(%di)
|
D | x86-32.s | 1011 stos %al, %es:(%edi) 1018 stos %ax, %es:(%edi) 1025 stos %eax, %es:(%edi)
|
D | x86-64.s | 1255 stos %al, %es:(%rdi) 1262 stos %ax, %es:(%rdi) 1269 stos %eax, %es:(%rdi) 1276 stos %rax, %es:(%rdi)
|
D | intel-syntax.s | 769 stos qword ptr [eax] label
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/X86/ |
D | prefixes-i386.txt | 23 0xf3 0xaa #rep stos 25 0xf3 0xab #rep stos
|
D | prefixes.txt | 20 0xf3 0xaa #rep stos 22 0xf3 0xab #rep stos
|
/external/swiftshader/third_party/LLVM/test/MC/X86/ |
D | x86-32.s | 914 stos %al, %es:(%edi) 921 stos %ax, %es:(%edi) 928 stos %eax, %es:(%edi)
|
D | x86-64.s | 1099 stos %al, %es:(%rdi) 1106 stos %ax, %es:(%rdi) 1113 stos %eax, %es:(%rdi) 1120 stos %rax, %es:(%rdi)
|
/external/google-breakpad/src/third_party/libdisasm/ |
D | TODO | 24 * stos, cmps, scas, movs, ins, outs, lods -> OP_PTR
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 1322 "stos{l|d}\t{%eax, $dst|$dst, eax}", [], IIC_STOS>, OpSize32; 2769 // stos aliases. Accept the source being omitted because it's implicit in 2774 def : InstAlias<"stos{l|d}\t$dst", (STOSL dstidx32:$dst), 0>; 2776 def : InstAlias<"stos\t{%al, $dst|$dst, al}", (STOSB dstidx8:$dst), 0>; 2777 def : InstAlias<"stos\t{%ax, $dst|$dst, ax}", (STOSW dstidx16:$dst), 0>; 2778 def : InstAlias<"stos\t{%eax, $dst|$dst, eax}", (STOSL dstidx32:$dst), 0>; 2779 def : InstAlias<"stos\t{%rax, $dst|$dst, rax}", (STOSQ dstidx64:$dst), 0>, Requires<[In64BitMode]>; 2780 def : InstAlias<"stos\t$dst", (STOSB dstidx8:$dst), 0>; 2781 def : InstAlias<"stos\t$dst", (STOSW dstidx16:$dst), 0>; 2782 def : InstAlias<"stos\t$dst", (STOSL dstidx32:$dst), 0>; [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 1446 "stos{l|d}\t{%eax, $dst|$dst, eax}", []>, OpSize32; 3170 // stos aliases. Accept the source being omitted because it's implicit in 3175 def : InstAlias<"stos{l|d}\t$dst", (STOSL dstidx32:$dst), 0>; 3177 def : InstAlias<"stos\t{%al, $dst|$dst, al}", (STOSB dstidx8:$dst), 0>; 3178 def : InstAlias<"stos\t{%ax, $dst|$dst, ax}", (STOSW dstidx16:$dst), 0>; 3179 def : InstAlias<"stos\t{%eax, $dst|$dst, eax}", (STOSL dstidx32:$dst), 0>; 3180 def : InstAlias<"stos\t{%rax, $dst|$dst, rax}", (STOSQ dstidx64:$dst), 0>, Requires<[In64BitMode]>; 3181 def : InstAlias<"stos\t$dst", (STOSB dstidx8:$dst), 0, "intel">; 3182 def : InstAlias<"stos\t$dst", (STOSW dstidx16:$dst), 0, "intel">; 3183 def : InstAlias<"stos\t$dst", (STOSL dstidx32:$dst), 0, "intel">; [all …]
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 664 #define STOS_L CHOICE(stosl, stosl, _LTOG stos) 665 #define STOS_W CHOICE(stosw, stosw, _WTOG stos)
|
/external/elfutils/libcpu/defs/ |
D | i386 | 556 1010101{w}:{R}stos {ax}{w},{es_di}
|
/external/v8/src/ia32/ |
D | assembler-ia32.h | 630 void stos();
|
D | assembler-ia32.cc | 731 void Assembler::stos() { in stos() function in v8::internal::Assembler
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrInfo.td | 825 def STOSD : I<0xAB, RawFrm, (outs), (ins), "stos{l|d}", []>;
|
/external/elfutils/po/ |
D | pl.po | 6174 msgstr "Wyświetla stos numeru PID procesu" 6178 msgstr "Wyświetla stos odnaleziony w PLIKU_CORE" 6261 "Wyświetla stos dla każdego wątku w procesie lub pliku core.\n"
|
/external/elfutils/tests/ |
D | testfile44.expect.bz2 | 1testfile44.o: elf32-elf_i386
2
3Disassembly of section .text:
4
5 0 ... |