Searched refs:stosb (Results 1 – 20 of 20) sorted by relevance
/external/llvm/test/MC/X86/ |
D | index-operations.s | 58 stosb %al, %fs:(%edi) label 63 stosb %al, %es:(%edi) label
|
D | x86-16.s | 884 stosb 885 stosb %al, %es:(%di)
|
D | x86-64.s | 132 rep;stosb 1166 stosb 1167 stosb %al, %es:(%rdi)
|
D | x86-32.s | 960 stosb 961 stosb %al, %es:(%edi)
|
/external/valgrind/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/valgrind/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/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/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/masmx86/ |
D | inffas32.asm | 249 rep stosb 359 stosb 503 rep stosb 680 stosb 793 rep stosb
|
/external/zlib/src/contrib/masmx64/ |
D | inffasx64.asm | 112 stosb 127 stosb
|
/external/linux-tools-perf/src/tools/perf/Documentation/ |
D | perf-bench.txt | 172 On x86-64, x86-64-unrolled, x86-64-stosq and x86-64-stosb are supported.
|
/external/llvm/test/MC/Disassembler/X86/ |
D | x86-16.txt | 744 # CHECK: stosb
|
/external/llvm/lib/Target/X86/ |
D | X86InstrCompiler.td | 374 def REP_STOSB_32 : I<0xAA, RawFrm, (outs), (ins), "{rep;stosb|rep stosb}", 389 def REP_STOSB_64 : I<0xAA, RawFrm, (outs), (ins), "{rep;stosb|rep stosb}",
|
D | X86InstrInfo.td | 1184 "stosb\t{%al, $dst|$dst, al}", [], IIC_STOS>; 2668 def : InstAlias<"stosb $dst", (STOSB dstidx8:$dst), 0>;
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 666 #define STOS_B CHOICE(stosb, stosb, stosb) 1387 #define STOS_B stosb
|
/external/valgrind/perf/ |
D | tinycc.c | 3175 ALT(DEF_ASM_OP0L(stosb, 0xaa, 0, OPC_BWL)) 3632 ALT(DEF_ASM_OP0L(stosb, 0xaa, 0, OPC_BWL)) 4507 ALT(DEF_ASM_OP0L(stosb, 0xaa, 0, OPC_BWL)) 4964 ALT(DEF_ASM_OP0L(stosb, 0xaa, 0, OPC_BWL)) 15214 ALT(DEF_ASM_OP0L(stosb, 0xaa, 0, OPC_BWL)) 15676 ALT(DEF_ASM_OP0L(stosb, 0xaa, 0, OPC_BWL))
|
/external/valgrind/VEX/orig_x86/ |
D | exit42.orig | 4748 0x3A975760: rep stosb 7051 0x3A975728: rep stosb
|