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

1 2

  /toolchain/binutils/binutils-2.27/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
  /toolchain/binutils/binutils-2.27/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 1011 stos %al, %es:(%edi)
1018 stos %ax, %es:(%edi)
1025 stos %eax, %es:(%edi)
x86-64.s 1255 stos %al, %es:(%rdi)
1262 stos %ax, %es:(%rdi)
1269 stos %eax, %es:(%rdi)
1276 stos %rax, %es:(%rdi)
    [all...]
intel-syntax.s 769 stos qword ptr [eax] label
772 // CHECK-STDERR-NEXT: stos qword ptr [eax]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/X64/
EfiZeroMemRep4.S 42 rep stos %eax,%es:(%rdi)
44 rep stos %al,%es:(%rdi)
EfiSetMemRep4.S 48 rep stos %eax,%es:(%rdi)
51 rep stos %al,%es:(%rdi)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/Ia32/
Thunk16.S 80 stos %eax,%es:(%edi)
82 stos %ax,%es:(%edi)
84 stos %ax,%es:(%edi)
86 stos %eax,%es:(%edi)
88 stos %ax,%es:(%edi)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/X64/
Thunk16.S 114 stos %eax,%es:(%rdi)
116 stos %ax,%es:(%rdi)
118 stos %ax,%es:(%rdi)
121 stos %rax,%es:(%rdi)
124 stos %eax,%es:(%rdi)
126 stos %eax,%es:(%rdi)
  /external/swiftshader/third_party/LLVM/test/MC/X86/
x86-32.s 914 stos %al, %es:(%edi)
921 stos %ax, %es:(%edi)
928 stos %eax, %es:(%edi)
x86-64.s 1099 stos %al, %es:(%rdi)
1106 stos %ax, %es:(%rdi)
1113 stos %eax, %es:(%rdi)
1120 stos %rax, %es:(%rdi)
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
gnu.go 866 STOSB: "stos",
867 STOSD: "stos",
868 STOSQ: "stos",
869 STOSW: "stos",
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
gnu.go 866 STOSB: "stos",
867 STOSD: "stos",
868 STOSQ: "stos",
869 STOSW: "stos",
  /external/valgrind/none/tests/amd64/
fb_test_amd64.c 1177 TEST_STRING(stos, "");
1178 TEST_STRING(stos, "rep ");
1179 TEST_STRING(lods, ""); /* to verify stos */
1183 TEST_STRING(lods, ""); /* to verify stos */

Completed in 189 milliseconds

1 2