HomeSort by relevance Sort by last modified time
    Searched full:scas (Results 1 - 25 of 38) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
string-bad.s 21 scas byte ptr ds:[edi]
x86-64-rep.d 15 c: f3 ae[ ]+repz scas %es:\(%rdi\),%al
22 20: 66 f3 af[ ]+repz scas %es:\(%rdi\),%ax
29 2f: f3 af[ ]+repz scas %es:\(%rdi\),%eax
34 3d: f3 48 af[ ]+repz scas %es:\(%rdi\),%rax
41 52: 67 f3 ae[ ]+repz scas %es:\(%edi\),%al
48 6d: 67 66 f3 af[ ]+repz scas %es:\(%edi\),%ax
55 83: 67 f3 af[ ]+repz scas %es:\(%edi\),%eax
60 96: 67 f3 48 af[ ]+repz scas %es:\(%edi\),%rax
rep.d 15 c: f3 ae[ ]+repz scas %es:\(%edi\),%al
22 20: 66 f3 af[ ]+repz scas %es:\(%edi\),%ax
29 2f: f3 af[ ]+repz scas %es:\(%edi\),%eax
36 43: 67 f3 ae[ ]+repz scas %es:\(%di\),%al
43 5e: 67 66 f3 af[ ]+repz scas %es:\(%di\),%ax
50 74: 67 f3 af[ ]+repz scas %es:\(%di\),%eax
string-ok.s 72 scas byte ptr es:[edi]
73 scas byte ptr [esi]
string-ok.d 25 [ ]+[0-9a-f]+: ae[ ]+scas (%es:)?\(%edi\),%al
26 [ ]+[0-9a-f]+: ae[ ]+scas (%es:)?\(%edi\),%al
62 [ ]+[0-9a-f]+: ae[ ]+scas (%es:)?\(%edi\),%al
63 [ ]+[0-9a-f]+: ae[ ]+scas (%es:)?\(%edi\),%al
intelbad.s 77 scas es:[edi]
intel.s 168 scas al, byte ptr es:[edi]
169 scas eax, dword ptr es:[edi]
501 scas ax, word ptr es:[edi]
opcode.s 167 scas %es:(%edi),%al
168 scas %es:(%edi),%eax
498 scas %es:(%edi),%ax
opcode.d 174 206: ae [ ]*scas %es:\(%edi\),%al
175 207: af [ ]*scas %es:\(%edi\),%eax
505 81b: 66 af [ ]*scas %es:\(%edi\),%ax
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64-rep.d 16 c: f3 ae[ ]+repz scas %es:\(%rdi\),%al
23 20: 66 f3 af[ ]+repz scas %es:\(%rdi\),%ax
30 2f: f3 af[ ]+repz scas %es:\(%rdi\),%eax
35 3d: f3 48 af[ ]+repz scas %es:\(%rdi\),%rax
42 52: 67 f3 ae[ ]+repz scas %es:\(%edi\),%al
49 6d: 67 66 f3 af[ ]+repz scas %es:\(%edi\),%ax
56 83: 67 f3 af[ ]+repz scas %es:\(%edi\),%eax
61 96: 67 f3 48 af[ ]+repz scas %es:\(%edi\),%rax
  /external/google-breakpad/src/third_party/libdisasm/
TODO 24 * stos, cmps, scas, movs, ins, outs, lods -> OP_PTR
  /external/llvm/test/MC/X86/
index-operations.s 78 scas %es:(%edi), %al label
93 scas %es:(%di), %ax label
  /external/valgrind/docs/internals/
3_3_BUGSTATUS.txt 63 159659 Wont pend scas does not use ES segment selector
220 168943 Fixd vx1872 unsupported scas instruction pentium
  /prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/x86/x86asm/
gnu.go 832 SCASB: "scas",
833 SCASD: "scas",
834 SCASQ: "scas",
835 SCASW: "scas",
xed_test.go 89 if (text == "rep" && dec.enc[0] == 0xF3 || (text == "repn" || text == "repne") && dec.enc[0] == 0xF2) && (!contains(dec.text, "ins", "outs", "movs", "lods", "cmps", "scas") || contains(dec.text, "xmm")) {
  /prebuilts/go/linux-x86/src/cmd/internal/rsc.io/x86/x86asm/
gnu.go 832 SCASB: "scas",
833 SCASD: "scas",
834 SCASQ: "scas",
835 SCASW: "scas",
xed_test.go 89 if (text == "rep" && dec.enc[0] == 0xF3 || (text == "repn" || text == "repne") && dec.enc[0] == 0xF2) && (!contains(dec.text, "ins", "outs", "movs", "lods", "cmps", "scas") || contains(dec.text, "xmm")) {
  /external/valgrind/exp-bbv/
bbv_main.c 275 /* the following: movs, cmps, scas, lods, stos, ins, outs */
301 ( ( (inst_byte >= 0xa4) && /* movs,cmps,scas */
  /external/mesa3d/src/mesa/x86/
assyntax.h 610 #define SCAS_L CHOICE(scasl, scasl, _LTOG scas)
611 #define SCAS_W CHOICE(scasw, scasw, _WTOG scas)
    [all...]
  /external/valgrind/VEX/test/
test-amd64.c 1208 TEST_STRING(scas, "");
1209 // REINSTATE: TEST_STRING(scas, "repz ");
1210 TEST_STRING(scas, "repnz ");
    [all...]
test-i386.c 1168 TEST_STRING(scas, "");
1169 // REINSTATE: TEST_STRING(scas, "repz ");
1170 TEST_STRING(scas, "repnz ");
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.td     [all...]
X86SchedHaswell.td 994 // SCAS.
995 def : InstRW<[Write2P0156_P23], (instregex "SCAS(B|W|L|Q)")>;
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp     [all...]
  /toolchain/binutils/binutils-2.25/gas/doc/
c-i386.texi 685 they act upon. For example, the @samp{scas} (scan string) instruction is
689 repne scas %es:(%edi),%al
    [all...]

Completed in 526 milliseconds

1 2