Home
last modified time | relevance | path

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

12

/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/chromium_org/native_client_sdk/src/doc/reference/sandbox_internals/
Dx86-64-sandbox.rst144 [rep] stos ; other string instructions can be used here
146 Note: this is identical to the *pseudo-instruction*: ``[rep] stos
313 <i>(sandboxed stos)</i></td>
320 <td>[rep] stos %?ax,%nacl:(%rdi),%rZP<br/>
321 <i>(sandboxed stos)</i></td>
324 [rep] stos %?ax,(%rdi)<br/>
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
DMakefile.inc217 EXTRA_DIST += modules/arch/x86/tests/stos.asm
218 EXTRA_DIST += modules/arch/x86/tests/stos.hex
/external/valgrind/main/VEX/test/
Dtest-amd64.c1199 TEST_STRING(stos, ""); in test_string()
1200 TEST_STRING(stos, "rep "); in test_string()
Dtest-i386.c1159 TEST_STRING(stos, ""); in test_string()
1160 TEST_STRING(stos, "rep "); in test_string()
/external/chromium_org/v8/test/cctest/
Dtest-disasm-x87.cc254 __ stos(); in TEST()
Dtest-disasm-ia32.cc254 __ stos(); in TEST()
/external/chromium_org/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.td1137 "stos{l|d}\t{%eax, $dst|$dst, eax}", [], IIC_STOS>, OpSize32;
2596 // stos aliases. Accept the source being omitted because it's implicit in
2601 def : InstAlias<"stos{l|d} $dst", (STOSL dstidx32:$dst), 0>;
2603 def : InstAlias<"stos {%al, $dst|$dst, al}", (STOSB dstidx8:$dst), 0>;
2604 def : InstAlias<"stos {%ax, $dst|$dst, ax}", (STOSW dstidx16:$dst), 0>;
2605 def : InstAlias<"stos {%eax, $dst|$dst, eax}", (STOSL dstidx32:$dst), 0>;
2606 def : InstAlias<"stos {%rax, $dst|$dst, rax}", (STOSQ dstidx64:$dst), 0>, Requires<[In64BitMode]>;
/external/chromium_org/v8/src/ia32/
Dassembler-ia32.h657 void stos();
Dassembler-ia32.cc621 void Assembler::stos() { in stos() function in v8::internal::Assembler
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
Dassyntax.h664 #define STOS_L CHOICE(stosl, stosl, _LTOG stos)
665 #define STOS_W CHOICE(stosw, stosw, _WTOG 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/0.153/libcpu/defs/
Di386556 1010101{w}:{R}stos {ax}{w},{es_di}
/external/chromium_org/third_party/yasm/source/config/mac/
DMakefile893 modules/arch/x86/tests/stos.asm \
894 modules/arch/x86/tests/stos.hex modules/arch/x86/tests/str.asm \
/external/chromium_org/third_party/yasm/source/config/linux/
DMakefile893 modules/arch/x86/tests/stos.asm \
894 modules/arch/x86/tests/stos.hex modules/arch/x86/tests/str.asm \
/external/chromium_org/third_party/yasm/source/config/win/
DMakefile893 modules/arch/x86/tests/stos.asm \
894 modules/arch/x86/tests/stos.hex modules/arch/x86/tests/str.asm \
/external/chromium_org/third_party/yasm/source/config/ios/
DMakefile893 modules/arch/x86/tests/stos.asm \
894 modules/arch/x86/tests/stos.hex modules/arch/x86/tests/str.asm \
/external/chromium_org/third_party/yasm/source/config/openbsd/
DMakefile893 modules/arch/x86/tests/stos.asm \
894 modules/arch/x86/tests/stos.hex modules/arch/x86/tests/str.asm \
/external/chromium_org/third_party/yasm/source/config/android/
DMakefile893 modules/arch/x86/tests/stos.asm \
894 modules/arch/x86/tests/stos.hex modules/arch/x86/tests/str.asm \
/external/chromium_org/third_party/yasm/source/patched-yasm/
DMakefile.in832 modules/arch/x86/tests/stos.asm \
833 modules/arch/x86/tests/stos.hex modules/arch/x86/tests/str.asm \

12