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

1 2

  /external/valgrind/main/exp-bbv/tests/amd64-linux/
complex_rep.S 14 # test back-to-back rep/stosb's
18 rep stosb # store 1024 times
19 rep stosb # should store 0 times
20 rep stosb # should store 0 times
23 # test stosb where cx is 0
27 rep stosb # should not load at all
36 rep stosb
40 rep stosb
ll.S 92 stosb # store it
250 stosb
287 stosb
419 stosb # ! if not store and continue
436 stosb # store a byte to [es:edi]
540 stosb # save digit
rep_prefix.S 58 rep stosb # store d 16384 times, auto-increment
  /external/valgrind/main/exp-bbv/tests/x86/
complex_rep.S 14 # test back-to-back rep/stosb's
18 rep stosb # store 1024 times
19 rep stosb # should store 0 times
20 rep stosb # should store 0 times
23 # test stosb where cx is 0
27 rep stosb # should not load at all
36 rep stosb
40 rep stosb
rep_prefix.S 43 rep stosb # store d 16384 times, auto-increment
  /bionic/libc/arch-x86/string/
bzero.S 30 stosb
40 stosb
memset.S 40 stosb
50 stosb
  /external/valgrind/main/none/tests/x86/
bug126147-x86.c 37 " stosb\n"
40 " repnz stosb\n"
188 /* test strncpy, hence repnz stosb */
199 /* test __ltostr, hence repnz stosb */
  /external/qemu-pc-bios/vgabios/
clext.c 902 stosb
904 stosb
906 stosb
908 stosb
910 stosb
912 stosb ;; memory model variable
914 stosb
928 stosb ;; number of image pages = vramtotal/vramdisp-1 variable
930 stosb variable
945 stosb ;; direct screen mode inf
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios32start.S 37 rep stosb
  /external/grub/netboot/
linux-asm-string.h 161 "stosb"
187 "stosb\n"
  /external/kernel-headers/original/asm-x86/
string_32.h 165 "stosb"
190 "stosb\n"
  /external/valgrind/main/exp-bbv/tests/x86-linux/
ll.S 84 stosb # store it
244 stosb
287 stosb # store a space
419 stosb # if not store and continue
436 stosb # store a byte to [es:edi]
540 stosb # save digit
  /external/zlib/src/contrib/masmx86/
inffas32.asm 249 rep stosb
359 stosb
503 rep stosb
680 stosb
793 rep stosb
  /external/zlib/src/contrib/masmx64/
inffasx64.asm 112 stosb
127 stosb
  /external/llvm/test/MC/X86/
x86-64.s 131 // CHECK: stosb
132 rep;stosb
1115 // CHECK: stosb # encoding: [0xaa]
1116 // CHECK: stosb
1117 // CHECK: stosb
1118 stosb
1119 stosb %al, %es:(%rdi)
x86-32.s 937 // CHECK: stosb # encoding: [0xaa]
938 // CHECK: stosb
939 // CHECK: stosb
940 stosb
941 stosb %al, %es:(%edi)
  /external/zlib/src/contrib/inflate86/
inffast.S 332 rep stosb /* memset( &buf[ avail_in ], 0, 12 - avail_in ) */
480 stosb
664 rep stosb
940 stosb
    [all...]
inffas86.c 202 " stosb\n"
217 " stosb\n"
517 " stosb\n"
844 stosb
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
asm.php 68 'shl','shr','stc','std','sti','stos','stosb','stosw','sub','test','wait','xchg','xlat',
  /external/llvm/lib/Target/X86/
X86InstrCompiler.td 353 def REP_STOSB_32 : I<0xAA, RawFrm, (outs), (ins), "{rep;stosb|rep stosb}",
368 def REP_STOSB_64 : I<0xAA, RawFrm, (outs), (ins), "{rep;stosb|rep stosb}",
    [all...]
X86InstrInfo.td     [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp     [all...]
  /external/libyuv/files/source/
row_common.cc 726 // VC will generate rep stosb.
    [all...]
  /external/grub/stage2/
asm.S 180 stosb
    [all...]

Completed in 1750 milliseconds

1 2