Searched refs:scas (Results 1 – 12 of 12) sorted by relevance
/external/llvm/test/MC/X86/ |
D | index-operations.s | 78 scas %es:(%edi), %al label 93 scas %es:(%di), %ax 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/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/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 1204 "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/ |
D | i386 | 512 1010111{w}:{RE}scas {es_di},{ax}{w}
|
/external/elfutils/src/tests/ |
D | testfile44.expect.bz2 |
|
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 | 2809 168943 unsupported scas instruction pentium
|