/external/llvm-project/llvm/test/MC/X86/ |
D | index-operations.s | 53 stos %eax, (%edi) label 73 stos %rax, (%edi) label
|
D | code16gcc.s | 19 stos %eax, (%edi)
|
D | x86-16.s | 911 stos %al, %es:(%di) 918 stos %ax, %es:(%di) 925 stos %eax, %es:(%di)
|
D | x86-32.s | 1031 stos %al, %es:(%edi) 1038 stos %ax, %es:(%edi) 1045 stos %eax, %es:(%edi)
|
D | x86-64.s | 1293 stos %al, %es:(%rdi) 1300 stos %ax, %es:(%rdi) 1307 stos %eax, %es:(%rdi) 1314 stos %rax, %es:(%rdi)
|
D | intel-syntax.s | 842 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/llvm-project/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/google-breakpad/src/third_party/libdisasm/ |
D | TODO | 24 * stos, cmps, scas, movs, ins, outs, lods -> OP_PTR
|
/external/bc/locales/ |
D | pl_PL.UTF-8.msg | 93 7 "stos ma zbyt mało elementów"
|
D | pl_PL.utf8.msg | 93 7 "stos ma zbyt mało elementów"
|
D | pl_PL.ISO8859-2.msg | 93 7 "stos ma zbyt ma�o element�w"
|
/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-10.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 1496 "stos{l|d}\t{%eax, $dst|$dst, eax}", []>, OpSize32; 3251 // stos aliases. Accept the source being omitted because it's implicit in 3256 def : InstAlias<"stos{l|d}\t$dst", (STOSL dstidx32:$dst), 0>; 3258 def : InstAlias<"stos\t{%al, $dst|$dst, al}", (STOSB dstidx8:$dst), 0>; 3259 def : InstAlias<"stos\t{%ax, $dst|$dst, ax}", (STOSW dstidx16:$dst), 0>; 3260 def : InstAlias<"stos\t{%eax, $dst|$dst, eax}", (STOSL dstidx32:$dst), 0>; 3261 def : InstAlias<"stos\t{%rax, $dst|$dst, rax}", (STOSQ dstidx64:$dst), 0>, Requires<[In64BitMode]>; 3262 def : InstAlias<"stos\t$dst", (STOSB dstidx8:$dst), 0, "intel">; 3263 def : InstAlias<"stos\t$dst", (STOSW dstidx16:$dst), 0, "intel">; 3264 def : InstAlias<"stos\t$dst", (STOSL dstidx32:$dst), 0, "intel">; [all …]
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 1551 "stos{l|d}\t{%eax, $dst|$dst, eax}", []>, OpSize32; 3375 // stos aliases. Accept the source being omitted because it's implicit in 3380 def : InstAlias<"stos{l|d}\t$dst", (STOSL dstidx32:$dst), 0>; 3382 def : InstAlias<"stos\t{%al, $dst|$dst, al}", (STOSB dstidx8:$dst), 0>; 3383 def : InstAlias<"stos\t{%ax, $dst|$dst, ax}", (STOSW dstidx16:$dst), 0>; 3384 def : InstAlias<"stos\t{%eax, $dst|$dst, eax}", (STOSL dstidx32:$dst), 0>; 3385 def : InstAlias<"stos\t{%rax, $dst|$dst, rax}", (STOSQ dstidx64:$dst), 0>, Requires<[In64BitMode]>; 3386 def : InstAlias<"stos\t$dst", (STOSB dstidx8:$dst), 0, "intel">; 3387 def : InstAlias<"stos\t$dst", (STOSW dstidx16:$dst), 0, "intel">; 3388 def : InstAlias<"stos\t$dst", (STOSL dstidx32:$dst), 0, "intel">; [all …]
|
/external/angle/tools/flex-bison/third_party/skeletons/ |
D | bison.m4 | 311 $1([stos], [b4_stos],
|
/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/elfutils/po/ |
D | pl.po | 6226 msgstr "Wyświetla stos numeru PID procesu" 6230 msgstr "Wyświetla stos odnaleziony w PLIKU_CORE" 6313 "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 ... |