/external/llvm/test/MC/X86/ |
D | index-operations.s | 78 scas %es:(%edi), %al label 93 scas %es:(%di), %ax label
|
D | intel-syntax.s | 773 scas byte ptr [eax] label
|
/external/google-breakpad/src/third_party/libdisasm/ |
D | TODO | 24 * stos, cmps, scas, movs, ins, outs, lods -> OP_PTR
|
/external/valgrind/docs/internals/ |
D | 3_3_BUGSTATUS.txt | 63 159659 Wont pend scas does not use ES segment selector 220 168943 Fixd vx1872 unsupported scas instruction pentium
|
/external/valgrind/VEX/test/ |
D | test-i386.c | 1168 TEST_STRING(scas, ""); in test_string() 1170 TEST_STRING(scas, "repnz "); in test_string()
|
D | test-amd64.c | 1208 TEST_STRING(scas, ""); in test_string() 1210 TEST_STRING(scas, "repnz "); in test_string()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 1336 "scas{l|d}\t{$dst, %eax|eax, $dst}", [], IIC_SCAS>, OpSize32; 2786 // scas aliases. Accept the destination being omitted because it's implicit 2791 def : InstAlias<"scas{l|d}\t$dst", (SCASL dstidx32:$dst), 0>; 2793 def : InstAlias<"scas\t{$dst, %al|al, $dst}", (SCASB dstidx8:$dst), 0>; 2794 def : InstAlias<"scas\t{$dst, %ax|ax, $dst}", (SCASW dstidx16:$dst), 0>; 2795 def : InstAlias<"scas\t{$dst, %eax|eax, $dst}", (SCASL dstidx32:$dst), 0>; 2796 def : InstAlias<"scas\t{$dst, %rax|rax, $dst}", (SCASQ dstidx64:$dst), 0>, Requires<[In64BitMode]>; 2797 def : InstAlias<"scas\t$dst", (SCASB dstidx8:$dst), 0>; 2798 def : InstAlias<"scas\t$dst", (SCASW dstidx16:$dst), 0>; 2799 def : InstAlias<"scas\t$dst", (SCASL dstidx32:$dst), 0>; [all …]
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 610 #define SCAS_L CHOICE(scasl, scasl, _LTOG scas) 611 #define SCAS_W CHOICE(scasw, scasw, _WTOG scas) 1331 #define SCAS_L scas 1332 #define SCAS_W scas 1333 #define SCAS_B scas
|
/external/elfutils/libcpu/defs/ |
D | i386 | 512 1010111{w}:{RE}scas {es_di},{ax}{w}
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrInfo.td | 831 def SCAS32 : I<0xAF, RawFrm, (outs), (ins), "scas{l|d}", []>;
|
/external/elfutils/tests/ |
D | testfile44.expect.bz2 | 1testfile44.o: elf32-elf_i386
2
3Disassembly of section .text:
4
5 0 ... |
D | testfile45.expect.bz2 | 1testfile45.o: elf64-elf_x86_64
2
3Disassembly of section .text:
4
5 0 ... |
/external/valgrind/perf/ |
D | tinycc.c | 3104 DEF_BWL(scas) 4436 DEF_BWL(scas)
|
/external/valgrind/ |
D | NEWS | 3040 168943 unsupported scas instruction pentium
|