Home
last modified time | relevance | path

Searched refs:stos (Results 1 – 25 of 34) sorted by relevance

12

/external/llvm-project/llvm/test/MC/X86/
Dindex-operations.s53 stos %eax, (%edi) label
73 stos %rax, (%edi) label
Dcode16gcc.s19 stos %eax, (%edi)
Dx86-16.s911 stos %al, %es:(%di)
918 stos %ax, %es:(%di)
925 stos %eax, %es:(%di)
Dx86-32.s1031 stos %al, %es:(%edi)
1038 stos %ax, %es:(%edi)
1045 stos %eax, %es:(%edi)
Dx86-64.s1293 stos %al, %es:(%rdi)
1300 stos %ax, %es:(%rdi)
1307 stos %eax, %es:(%rdi)
1314 stos %rax, %es:(%rdi)
Dintel-syntax.s842 stos qword ptr [eax] label
/external/llvm/test/MC/X86/
Dindex-operations.s53 stos %eax, (%edi) label
73 stos %rax, (%edi) label
Dx86-16.s886 stos %al, %es:(%di)
893 stos %ax, %es:(%di)
900 stos %eax, %es:(%di)
Dx86-32.s1011 stos %al, %es:(%edi)
1018 stos %ax, %es:(%edi)
1025 stos %eax, %es:(%edi)
Dx86-64.s1255 stos %al, %es:(%rdi)
1262 stos %ax, %es:(%rdi)
1269 stos %eax, %es:(%rdi)
1276 stos %rax, %es:(%rdi)
Dintel-syntax.s769 stos qword ptr [eax] label
/external/llvm-project/llvm/test/MC/Disassembler/X86/
Dprefixes-i386.txt23 0xf3 0xaa #rep stos
25 0xf3 0xab #rep stos
Dprefixes.txt20 0xf3 0xaa #rep stos
22 0xf3 0xab #rep stos
/external/google-breakpad/src/third_party/libdisasm/
DTODO24 * stos, cmps, scas, movs, ins, outs, lods -> OP_PTR
/external/bc/locales/
Dpl_PL.UTF-8.msg93 7 "stos ma zbyt mało elementów"
Dpl_PL.utf8.msg93 7 "stos ma zbyt mało elementów"
Dpl_PL.ISO8859-2.msg93 7 "stos ma zbyt ma�o element�w"
/external/llvm/lib/Target/X86/
DX86InstrInfo.td1322 "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/
DX86InstrInfo.td1496 "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/
DX86InstrInfo.td1551 "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/
Dbison.m4311 $1([stos], [b4_stos],
/external/mesa3d/src/mesa/x86/
Dassyntax.h664 #define STOS_L CHOICE(stosl, stosl, _LTOG stos)
665 #define STOS_W CHOICE(stosw, stosw, _WTOG stos)
/external/elfutils/libcpu/defs/
Di386556 1010101{w}:{R}stos {ax}{w},{es_di}
/external/elfutils/po/
Dpl.po6226 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/
Dtestfile44.expect.bz21testfile44.o: elf32-elf_i386 2 3Disassembly of section .text: 4 5 0 ...

12