HomeSort by relevance Sort by last modified time
    Searched refs:stos (Results 1 - 25 of 35) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-mpx-inval-1.s 11 bnd stos WORD PTR [edi] # Bad
mpx-inval-1.s 15 bnd stos WORD PTR[edi] # Bad
x86-64-rep.d 13 8: f3 aa[ ]+rep stos %al,%es:\(%rdi\)
20 1a: 66 f3 ab[ ]+rep stos %ax,%es:\(%rdi\)
27 2b: f3 ab[ ]+rep stos %eax,%es:\(%rdi\)
32 37: f3 48 ab[ ]+rep stos %rax,%es:\(%rdi\)
39 4c: 67 f3 aa[ ]+rep stos %al,%es:\(%edi\)
46 65: 67 66 f3 ab[ ]+rep stos %ax,%es:\(%edi\)
53 7d: 67 f3 ab[ ]+rep stos %eax,%es:\(%edi\)
58 8e: 67 f3 48 ab[ ]+rep stos %rax,%es:\(%edi\)
rep.d 13 8: f3 aa[ ]+rep stos %al,%es:\(%edi\)
20 1a: 66 f3 ab[ ]+rep stos %ax,%es:\(%edi\)
27 2b: f3 ab[ ]+rep stos %eax,%es:\(%edi\)
34 3d: 67 f3 aa[ ]+rep stos %al,%es:\(%di\)
41 56: 67 66 f3 ab[ ]+rep stos %ax,%es:\(%di\)
48 6e: 67 f3 ab[ ]+rep stos %eax,%es:\(%di\)
string-bad.s 18 stos byte ptr ds:[edi]
string-ok.d 27 [ ]+[0-9a-f]+: aa[ ]+stos %al,(%es:)?\(%edi\)
28 [ ]+[0-9a-f]+: aa[ ]+stos %al,(%es:)?\(%edi\)
64 [ ]+[0-9a-f]+: aa[ ]+stos %al,(%es:)?\(%edi\)
65 [ ]+[0-9a-f]+: aa[ ]+stos %al,(%es:)?\(%edi\)
string-ok.s 75 stos byte ptr es:[edi]
76 stos byte ptr [esi]
intelbad.s 79 stos es:[edi]
opcode.s 163 stos %al,%es:(%edi)
164 stos %eax,%es:(%edi)
496 stos %ax,%es:(%edi)
intel.s 164 stos byte ptr es:[edi], al
165 stos dword ptr es:[edi], eax
499 stos word ptr es:[edi], ax
opcode.d 170 202: aa [ ]*stos %al,%es:\(%edi\)
171 203: ab [ ]*stos %eax,%es:\(%edi\)
503 817: 66 ab [ ]*stos %ax,%es:\(%edi\)
intel.d 171 [ ]*[a-f0-9]+: aa [ ]*stos %al,%es:\(%edi\)
172 [ ]*[a-f0-9]+: ab [ ]*stos %eax,%es:\(%edi\)
506 [ ]*[a-f0-9]+: 66 ab [ ]*stos %ax,%es:\(%edi\)
    [all...]
opcode-intel.d 171 *[0-9a-f]+: aa[ ]+stos[ ]+BYTE PTR es:\[edi\](,al)?
172 *[0-9a-f]+: ab[ ]+stos[ ]+DWORD PTR es:\[edi\](,eax)?
504 *[0-9a-f]+: 66 ab[ ]+stos[ ]+WORD PTR es:\[edi\](,ax)?
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64-rep.d 14 8: f3 aa[ ]+rep stos %al,%es:\(%rdi\)
21 1a: 66 f3 ab[ ]+rep stos %ax,%es:\(%rdi\)
28 2b: f3 ab[ ]+rep stos %eax,%es:\(%rdi\)
33 37: f3 48 ab[ ]+rep stos %rax,%es:\(%rdi\)
40 4c: 67 f3 aa[ ]+rep stos %al,%es:\(%edi\)
47 65: 67 66 f3 ab[ ]+rep stos %ax,%es:\(%edi\)
54 7d: 67 f3 ab[ ]+rep stos %eax,%es:\(%edi\)
59 8e: 67 f3 48 ab[ ]+rep stos %rax,%es:\(%edi\)
  /external/llvm/test/MC/X86/
index-operations.s 53 stos %eax, (%edi) label
73 stos %rax, (%edi) label
x86-16.s 886 stos %al, %es:(%di)
893 stos %ax, %es:(%di)
900 stos %eax, %es:(%di)
x86-32.s 962 stos %al, %es:(%edi)
969 stos %ax, %es:(%edi)
976 stos %eax, %es:(%edi)
x86-64.s 1168 stos %al, %es:(%rdi)
1175 stos %ax, %es:(%rdi)
1182 stos %eax, %es:(%rdi)
1189 stos %rax, %es:(%rdi)
  /external/v8/test/cctest/
test-disasm-x87.cc 260 __ stos();
test-disasm-ia32.cc 260 __ stos();
  /external/valgrind/VEX/test/
test-amd64.c 1199 TEST_STRING(stos, "");
1200 TEST_STRING(stos, "rep ");
1201 // REINSTATE: TEST_STRING(lods, ""); /* to verify stos */
1205 // REINSTATE: TEST_STRING(lods, ""); /* to verify stos */
    [all...]
test-i386.c 1159 TEST_STRING(stos, "");
1160 TEST_STRING(stos, "rep ");
1161 // REINSTATE: TEST_STRING(lods, ""); /* to verify stos */
1165 // REINSTATE: TEST_STRING(lods, ""); /* to verify stos */
    [all...]
  /external/v8/src/x87/
assembler-x87.h 636 void stos();
    [all...]
assembler-x87.cc 532 void Assembler::stos() { function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/ia32/
assembler-ia32.cc 661 void Assembler::stos() { function in class:v8::internal::Assembler
    [all...]

Completed in 797 milliseconds

1 2