HomeSort by relevance Sort by last modified time
    Searched refs:repe (Results 1 - 16 of 16) sorted by null

  /bionic/libc/arch-x86/generic/string/
memcmp.S 18 repe
24 repe
36 repe
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
inval-rep.s 3 repe add %ebx, %eax
x86-64-inval-rep.s 3 repe add %rbx, %rax
inval-rep.l 12 [ ]*3[ ]+repe add %ebx, %eax
x86-64-inval-rep.l 12 [ ]*3[ ]+repe add %rbx, %rax
  /external/valgrind/exp-bbv/tests/amd64-linux/
rep_prefix.S 2 # rep, repe (repz) and repne (repnz) prefixed string instructions
177 repe cmpsb
185 repe cmpsw
193 repe cmpsl
201 repe cmpsq
258 repe scasb
266 repe scasw
274 repe scasl
282 repe scasq
  /external/valgrind/exp-bbv/tests/x86/
rep_prefix.S 2 # rep, repe (repz) and repne (repnz) prefixed string instructions
134 repe cmpsb
142 repe cmpsw
150 repe cmpsl
197 repe scasb
205 repe scasw
213 repe scasl
  /external/elfutils/libcpu/
i386_parse.y 107 int repe;
303 newp->repe = 1;
896 static int total_bits = 2; // Already counted the rep/repe bits.
1203 fprintf (outfile, " .repe = %d,", instr->repe);
    [all...]
i386_disasm.c 504 else if (instrtab[cnt].repe
514 ADD_STRING ("repe ");
i386_data.h 41 /* The rep/repe prefixes. */
43 unsigned int repe : 1; member in struct:instr_enc
  /external/llvm/test/MC/X86/
intel-syntax.s 708 repe cmpsb label
x86-64.s 134 // NOTE: repz and repe have the same opcode as rep
144 // NOTE: repe and repz have the same opcode as rep
147 repe;scasb
  /external/mesa3d/src/mesa/x86/
assyntax.h 594 #define REP CHOICE(rep ;, rep ;, repe)
595 #define REPE CHOICE(repz ;, repe ;, repe)
598 #define REPZ REPE
    [all...]
  /art/runtime/arch/x86/
quick_entrypoints_x86.S     [all...]
  /art/runtime/arch/x86_64/
quick_entrypoints_x86_64.S     [all...]
  /external/valgrind/perf/
tinycc.c     [all...]

Completed in 319 milliseconds