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

1 2

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
stos.asm 2 stosb label
6 stosb label
10 stosb label
rep.asm 3 rep stosb
stringseg.asm 1 es stosb
  /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
  /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
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/bin/
gas-llabel.asm 24 stosb
  /external/llvm/test/MC/X86/
index-operations.s 58 stosb %al, %fs:(%edi) label
63 stosb %al, %es:(%edi) label
64 // 64: stosb %al, %es:(%edi) # encoding: [0x67,0xaa]
65 // 32: stosb %al, %es:(%edi) # encoding: [0xaa]
66 // 16: stosb %al, %es:(%edi) # encoding: [0x67,0xaa]
x86-16.s 881 // CHECK: stosb %al, %es:(%di) # encoding: [0xaa]
882 // CHECK: stosb
883 // CHECK: stosb
884 stosb
885 stosb %al, %es:(%di)
x86-64.s 131 // CHECK: stosb
132 rep;stosb
1163 // CHECK: stosb %al, %es:(%rdi) # encoding: [0xaa]
1164 // CHECK: stosb
1165 // CHECK: stosb
1166 stosb
1167 stosb %al, %es:(%rdi)
x86-32.s 957 // CHECK: stosb %al, %es:(%edi) # encoding: [0xaa]
958 // CHECK: stosb
959 // CHECK: stosb
960 stosb
961 stosb %al, %es:(%edi)
  /external/linux-tools-perf/perf-3.12.0/arch/x86/lib/
memset_64.S 31 rep stosb
39 * enhanced rep stosb to override the fast string function.
53 rep stosb
138 /* Some CPUs support enhanced REP MOVSB/STOSB feature.
141 * If enhanced REP MOVSB/STOSB feature is not available, use fast string
  /external/chromium_org/tools/traceline/traceline/
assembler_unittest.cc 64 cb.stosb();
stubs.asm 39 rep stosb
assembler.h 528 void stosb() {
  /external/qemu-pc-bios/bochs/bios/
rombios32start.S 37 rep 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/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/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/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/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h 666 #define STOS_B CHOICE(stosb, stosb, stosb)
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 666 #define STOS_B CHOICE(stosb, stosb, stosb)
    [all...]

Completed in 1810 milliseconds

1 2