Home
last modified time | relevance | path

Searched refs:scas (Results 1 – 12 of 12) sorted by relevance

/external/llvm/test/MC/X86/
Dindex-operations.s78 scas %es:(%edi), %al label
93 scas %es:(%di), %ax label
/external/google-breakpad/src/third_party/libdisasm/
DTODO24 * stos, cmps, scas, movs, ins, outs, lods -> OP_PTR
/external/valgrind/docs/internals/
D3_3_BUGSTATUS.txt63 159659 Wont pend scas does not use ES segment selector
220 168943 Fixd vx1872 unsupported scas instruction pentium
/external/valgrind/VEX/test/
Dtest-i386.c1168 TEST_STRING(scas, ""); in test_string()
1170 TEST_STRING(scas, "repnz "); in test_string()
Dtest-amd64.c1208 TEST_STRING(scas, ""); in test_string()
1210 TEST_STRING(scas, "repnz "); in test_string()
/external/mesa3d/src/mesa/x86/
Dassyntax.h610 #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/llvm/lib/Target/X86/
DX86InstrInfo.td1204 "scas{l|d}\t{$dst, %eax|eax, $dst}", [], IIC_SCAS>, OpSize32;
2677 // scas aliases. Accept the destination being omitted because it's implicit
2682 def : InstAlias<"scas{l|d} $dst", (SCASL dstidx32:$dst), 0>;
2684 def : InstAlias<"scas {$dst, %al|al, $dst}", (SCASB dstidx8:$dst), 0>;
2685 def : InstAlias<"scas {$dst, %ax|ax, $dst}", (SCASW dstidx16:$dst), 0>;
2686 def : InstAlias<"scas {$dst, %eax|eax, $dst}", (SCASL dstidx32:$dst), 0>;
2687 def : InstAlias<"scas {$dst, %rax|rax, $dst}", (SCASQ dstidx64:$dst), 0>, Requires<[In64BitMode]>;
/external/elfutils/src/libcpu/defs/
Di386512 1010111{w}:{RE}scas {es_di},{ax}{w}
/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.c3104 DEF_BWL(scas)
4436 DEF_BWL(scas)
/external/valgrind/
DNEWS2809 168943 unsupported scas instruction pentium