Searched refs:stosw (Results 1 – 15 of 15) sorted by relevance
/external/llvm/test/MC/X86/ |
D | index-operations.s | 48 stosw label
|
D | x86-16.s | 891 stosw 892 stosw %ax, %es:(%di)
|
D | x86-32.s | 967 stosw 968 stosw %ax, %es:(%edi)
|
D | x86-64.s | 1173 stosw 1174 stosw %ax, %es:(%rdi)
|
/external/valgrind/exp-bbv/tests/x86-linux/ |
D | ll.S | 154 stosw # and zero 455 stosw 482 stosw # store C and a NULL
|
/external/valgrind/exp-bbv/tests/amd64-linux/ |
D | ll.S | 162 stosw # and zero 455 stosw 482 stosw # store C and a NULL
|
/external/libpcap/msdos/ |
D | pkt_rx1.s | 54 stosw ;; write to screen at ES:EDI
|
D | pkt_rx0.asm | 83 stosw ;; write to screen at ES:EDI
|
/external/valgrind/exp-bbv/tests/x86/ |
D | rep_prefix.S | 60 rep stosw # store 8192 times, auto-increment
|
/external/zlib/src/contrib/masmx64/ |
D | inffasx64.asm | 234 rep stosw
|
/external/zlib/src/contrib/inflate86/ |
D | inffas86.c | 978 rep stosw
|
/external/llvm/test/MC/Disassembler/X86/ |
D | x86-16.txt | 747 # CHECK: stosw
|
/external/llvm/lib/Target/X86/ |
D | X86InstrCompiler.td | 408 def REP_STOSW_32 : I<0xAB, RawFrm, (outs), (ins), "{rep;stosw|rep stosw}", 423 def REP_STOSW_64 : I<0xAB, RawFrm, (outs), (ins), "{rep;stosw|rep stosw}",
|
D | X86InstrInfo.td | 1248 "stosw\t{%ax, $dst|$dst, ax}", [], IIC_STOS>, OpSize16; 2764 def : InstAlias<"stosw $dst", (STOSW dstidx16:$dst), 0>;
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 665 #define STOS_W CHOICE(stosw, stosw, _WTOG stos) 1386 #define STOS_W stosw
|