Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/MC/Disassembler/X86/
Dprefixes-i386.txt31 0xf3 0xae #repe scas
33 0xf3 0xaf #repe scas
39 0xf2 0xae #repne scas
41 0xf2 0xaf #repne scas
Dprefixes.txt28 0xf3 0xae #repe scas
30 0xf3 0xaf #repe scas
36 0xf2 0xae #repne scas
38 0xf2 0xaf #repne scas
/external/llvm-project/llvm/test/MC/X86/
Dcode16gcc.s23 scas %es:(%edi), %al
25 scas %es:(%di), %ax
Dindex-operations.s78 scas %es:(%edi), %al label
93 scas %es:(%di), %ax label
Dintel-syntax.s846 scas byte ptr [eax] label
/external/llvm/test/MC/X86/
Dindex-operations.s78 scas %es:(%edi), %al label
93 scas %es:(%di), %ax label
Dintel-syntax.s773 scas byte ptr [eax] label
/external/google-breakpad/src/third_party/libdisasm/
DTODO24 * stos, cmps, scas, movs, ins, outs, lods -> OP_PTR
/external/llvm/lib/Target/X86/
DX86InstrInfo.td1336 "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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.td1510 "scas{l|d}\t{$dst, %eax|eax, $dst}", []>, OpSize32;
3268 // scas aliases. Accept the destination being omitted because it's implicit
3273 def : InstAlias<"scas{l|d}\t$dst", (SCASL dstidx32:$dst), 0>;
3275 def : InstAlias<"scas\t{$dst, %al|al, $dst}", (SCASB dstidx8:$dst), 0>;
3276 def : InstAlias<"scas\t{$dst, %ax|ax, $dst}", (SCASW dstidx16:$dst), 0>;
3277 def : InstAlias<"scas\t{$dst, %eax|eax, $dst}", (SCASL dstidx32:$dst), 0>;
3278 def : InstAlias<"scas\t{$dst, %rax|rax, $dst}", (SCASQ dstidx64:$dst), 0>, Requires<[In64BitMode]>;
3279 def : InstAlias<"scas\t$dst", (SCASB dstidx8:$dst), 0, "intel">;
3280 def : InstAlias<"scas\t$dst", (SCASW dstidx16:$dst), 0, "intel">;
3281 def : InstAlias<"scas\t$dst", (SCASL dstidx32:$dst), 0, "intel">;
[all …]
/external/mesa3d/src/mesa/x86/
Dassyntax.h610 #define SCAS_L CHOICE(scasl, scasl, _LTOG scas)
611 #define SCAS_W CHOICE(scasw, scasw, _WTOG scas)
1323 #define SCAS_L scas
1324 #define SCAS_W scas
1325 #define SCAS_B scas
/external/llvm-project/llvm/lib/Target/X86/
DX86InstrInfo.td1565 "scas{l|d}\t{$dst, %eax|eax, $dst}", []>, OpSize32;
3392 // scas aliases. Accept the destination being omitted because it's implicit
3397 def : InstAlias<"scas{l|d}\t$dst", (SCASL dstidx32:$dst), 0>;
3399 def : InstAlias<"scas\t{$dst, %al|al, $dst}", (SCASB dstidx8:$dst), 0>;
3400 def : InstAlias<"scas\t{$dst, %ax|ax, $dst}", (SCASW dstidx16:$dst), 0>;
3401 def : InstAlias<"scas\t{$dst, %eax|eax, $dst}", (SCASL dstidx32:$dst), 0>;
3402 def : InstAlias<"scas\t{$dst, %rax|rax, $dst}", (SCASQ dstidx64:$dst), 0>, Requires<[In64BitMode]>;
3403 def : InstAlias<"scas\t$dst", (SCASB dstidx8:$dst), 0, "intel">;
3404 def : InstAlias<"scas\t$dst", (SCASW dstidx16:$dst), 0, "intel">;
3405 def : InstAlias<"scas\t$dst", (SCASL dstidx32:$dst), 0, "intel">;
[all …]
/external/elfutils/libcpu/defs/
Di386512 1010111{w}:{RE}scas {es_di},{ax}{w}
/external/elfutils/tests/
Dtestfile44.expect.bz21testfile44.o: elf32-elf_i386 2 3Disassembly of section .text: 4 5 0 ...
Dtestfile45.expect.bz21testfile45.o: elf64-elf_x86_64 2 3Disassembly of section .text: 4 5 0 ...
/external/capstone/arch/X86/
DX86MappingInsnOp_reduce.inc4860 { /* X86_SCASL, X86_INS_SCASD: scas{l|d} {$dst, %eax|eax, $dst} */
DX86MappingInsnOp.inc9372 { /* X86_SCASL, X86_INS_SCASD: scas{l|d} {$dst, %eax|eax, $dst} */
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenAsmMatcher.inc7754 "bbq\004sbbw\004scas\005scasb\005scasd\005scasl\005scasq\005scasw\004set"
10214 { 7098 /* scas */, X86::SCASW, Convert__DstIdx161_0, AMFBS_None, { MCK_DstIdx16, MCK_AX }, },
10215 { 7098 /* scas */, X86::SCASL, Convert__DstIdx321_0, AMFBS_None, { MCK_DstIdx32, MCK_EAX }, },
10216 …{ 7098 /* scas */, X86::SCASQ, Convert__DstIdx641_0, AMFBS_In64BitMode, { MCK_DstIdx64, MCK_RAX },…
10217 { 7098 /* scas */, X86::SCASB, Convert__DstIdx81_0, AMFBS_None, { MCK_DstIdx8, MCK_AL }, },
24774 { 7098 /* scas */, X86::SCASW, Convert__DstIdx161_0, AMFBS_None, { MCK_DstIdx16 }, },
24775 { 7098 /* scas */, X86::SCASL, Convert__DstIdx321_0, AMFBS_None, { MCK_DstIdx32 }, },
24776 { 7098 /* scas */, X86::SCASQ, Convert__DstIdx641_0, AMFBS_In64BitMode, { MCK_DstIdx64 }, },
24777 { 7098 /* scas */, X86::SCASB, Convert__DstIdx81_0, AMFBS_None, { MCK_DstIdx8 }, },
24778 { 7098 /* scas */, X86::SCASB, Convert__DstIdx81_1, AMFBS_None, { MCK_AL, MCK_DstIdx8 }, },
[all …]