Searched refs:stosb (Results 1 – 25 of 34) sorted by relevance
12
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
D | stos.asm | 2 stosb label 6 stosb label 10 stosb label
|
D | rep.asm | 3 rep stosb
|
D | stringseg.asm | 1 es stosb
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/bin/ |
D | gas-llabel.asm | 24 stosb
|
/external/valgrind/main/exp-bbv/tests/x86/ |
D | complex_rep.S | 14 # test back-to-back rep/stosb's
|
D | rep_prefix.S | 43 rep stosb # store d 16384 times, auto-increment
|
/external/valgrind/main/exp-bbv/tests/amd64-linux/ |
D | complex_rep.S | 14 # test back-to-back rep/stosb's
|
D | ll.S | 92 stosb # store it 287 stosb 419 stosb # ! if not store and continue 436 stosb # store a byte to [es:edi] 540 stosb # save digit
|
/external/qemu-pc-bios/vgabios/ |
D | clext.c | 902 stosb 904 stosb 906 stosb 908 stosb 910 stosb 912 stosb ;; memory model 914 stosb 928 stosb ;; number of image pages = vramtotal/vramdisp-1 930 stosb variable 945 stosb ;; direct screen mode info
|
/external/valgrind/main/exp-bbv/tests/x86-linux/ |
D | ll.S | 84 stosb # store it 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/qemu-pc-bios/bochs/bios/ |
D | rombios32start.S | 37 rep stosb
|
/external/llvm/test/MC/X86/ |
D | x86-32.s | 940 stosb 941 stosb %al, %es:(%edi)
|
D | x86-64.s | 132 rep;stosb 1166 stosb 1167 stosb %al, %es:(%rdi)
|
/external/chromium_org/tools/traceline/traceline/ |
D | assembler_unittest.sh.expected | 39 AA stosb
|
D | assembler_unittest.cc | 64 cb.stosb(); in main()
|
D | stubs.asm | 39 rep stosb
|
D | assembler.h | 528 void stosb() { in stosb() function
|
/external/zlib/src/contrib/masmx86/ |
D | inffas32.asm | 249 rep stosb 359 stosb 503 rep stosb 680 stosb 793 rep stosb
|
/external/zlib/src/contrib/inflate86/ |
D | inffast.S | 332 rep stosb /* memset( &buf[ avail_in ], 0, 12 - avail_in ) */ 480 stosb 664 rep stosb 940 stosb 1044 rep stosb
|
D | inffas86.c | 844 stosb
|
/external/zlib/src/contrib/masmx64/ |
D | inffasx64.asm | 112 stosb 127 stosb
|
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
D | assyntax.h | 666 #define STOS_B CHOICE(stosb, stosb, stosb) 1387 #define STOS_B stosb
|
/external/llvm/lib/Target/X86/ |
D | X86InstrCompiler.td | 348 def REP_STOSB_32 : I<0xAA, RawFrm, (outs), (ins), "{rep;stosb|rep stosb}", 363 def REP_STOSB_64 : I<0xAA, RawFrm, (outs), (ins), "{rep;stosb|rep stosb}",
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 666 #define STOS_B CHOICE(stosb, stosb, stosb) 1387 #define STOS_B stosb
|
/external/grub/stage2/ |
D | asm.S | 180 stosb
|
12