Home
last modified time | relevance | path

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

/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.s962 stos %al, %es:(%edi)
969 stos %ax, %es:(%edi)
976 stos %eax, %es:(%edi)
Dx86-64.s1168 stos %al, %es:(%rdi)
1175 stos %ax, %es:(%rdi)
1182 stos %eax, %es:(%rdi)
1189 stos %rax, %es:(%rdi)
/external/google-breakpad/src/third_party/libdisasm/
DTODO24 * stos, cmps, scas, movs, ins, outs, lods -> OP_PTR
/external/valgrind/VEX/test/
Dtest-i386.c1159 TEST_STRING(stos, ""); in test_string()
1160 TEST_STRING(stos, "rep "); in test_string()
Dtest-amd64.c1199 TEST_STRING(stos, ""); in test_string()
1200 TEST_STRING(stos, "rep "); in test_string()
/external/v8/test/cctest/
Dtest-disasm-x87.cc254 __ stos(); in TEST()
Dtest-disasm-ia32.cc254 __ stos(); in TEST()
/external/v8/src/x87/
Dassembler-x87.h640 void stos();
Dassembler-x87.cc554 void Assembler::stos() { in stos() function in v8::internal::Assembler
/external/llvm/lib/Target/X86/
DX86InstrInfo.td1190 "stos{l|d}\t{%eax, $dst|$dst, eax}", [], IIC_STOS>, OpSize32;
2665 // stos aliases. Accept the source being omitted because it's implicit in
2670 def : InstAlias<"stos{l|d} $dst", (STOSL dstidx32:$dst), 0>;
2672 def : InstAlias<"stos {%al, $dst|$dst, al}", (STOSB dstidx8:$dst), 0>;
2673 def : InstAlias<"stos {%ax, $dst|$dst, ax}", (STOSW dstidx16:$dst), 0>;
2674 def : InstAlias<"stos {%eax, $dst|$dst, eax}", (STOSL dstidx32:$dst), 0>;
2675 def : InstAlias<"stos {%rax, $dst|$dst, rax}", (STOSQ dstidx64:$dst), 0>, Requires<[In64BitMode]>;
/external/v8/src/ia32/
Dassembler-ia32.h657 void stos();
Dassembler-ia32.cc621 void Assembler::stos() { in stos() function in v8::internal::Assembler
/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/src/libcpu/defs/
Di386556 1010101{w}:{R}stos {ax}{w},{es_di}
/external/elfutils/src/tests/
Dtestfile44.expect.bz2
Dtestfile45.expect.bz21testfile45.o: elf64-elf_x86_64 2 3Disassembly of section .text: 4 5 0 ...
/external/valgrind/perf/
Dtinycc.c3106 DEF_BWL(stos)
4438 DEF_BWL(stos)
/external/selinux/policycoreutils/po/
Dpl.po3286 "Aby zezwolić nieograniczanym plikom wykonywalnym na zmianę ich stosów na "
/external/bison/
DChangeLog-201221893 (output_stos): Same for 'stos'.