movsd movs
Results 1 - 10 of about 1 - [Yahoo!]
[Google]
- MOVSD - Move Data from String to String
A5, MOVS m32, m32, Move doubleword at address DS:(E)SI to address ES:(E)DI. A4, MOVSB, Move byte at address DS:(E)SI to address ES:(E)DI. A5, MOVSW, Move word at address DS:(E)SI to address ES:(E)DI. A5, MOVSD, Move ...
http://faydoc.tripod.com/cpu/movsd.htm
- c++.dos.32-bits - Re: REP MOVSD
21 Jun 2002 ... I've found that replacing old REP MOVSD to REP MOVS dword ptr ds:[esi], dword ptr es:[edi] fixes problem, because according to Intel's spec they are equivalent, but the latter is explicit form. I hope this will be helpful for ...
http://www.digitalmars.com/d/archives/c++/dos/32-bits/257.html
- Art of Assembly: Chapter Fifteen-2
The movs instruction takes four basic forms. Movs moves bytes, words, or double words, movsb moves byte strings, movsw moves word strings, and movsd moves double word strings (on 80386 and later processors). These four instructions ...
http://webster.cs.ucr.edu/AoA/DOS/ch15/CH15-2.html
- x86 instruction listings - Wikipedia, the free encyclopedia
CMPSD and MOVSD have the same name as the string instruction mnemonics CMPSD (CMPS) and MOVSD (MOVS); however, the former refer to scalar double -precision floating-points whereas the latters refer to doubleword strings.
http://en.wikipedia.org/wiki/X86_instruction_listings
- memcpy_amd.asm
TINY_BLOCK_COPY equ 64 ; upper limit for movsd type copy ; The smallest copy uses the X86 "movsd" instruction, in an ... global memcpy_amd memcpy_amd: push esi; push edi; push ebx; push edx; mov edi, [esp+12] ; destination mov esi, ...
http://www.cs.virginia.edu/stream/FTP/Contrib/AMD/memcpy_amd.asm
- MASM32
32 Bit MASM Warning Danger Zone High speed software. Download MASM32v7. MASM32 version 7 is a working development environment for programmers who choose to either learn or write 32 bit Microsoft assembler (MASM). Installation ...
http://www.movsd.com/masm.htm
- pinheads : Message: INS_IsMemoryWrite return false on rep movsd
Hi, INS_IsMemoryWrite return false on rep movsd, but obviously movsd writes into memory. I try to instrument the following code: .aspack:0043816D mov ecx, eax .aspack:0043816F mov edi, [esi] .aspack:00438171 add edi, ...
http://tech.groups.yahoo.com/group/pinheads/message/6605
- Debugging Java VM's JITed code | Axtaxt's Blog
22 Apr 2012 ... 0x00007fffed05e4b7: movsd 0x10(%rdi),%xmm0 ;*daload 0x00007fffed05e4bc: mov $0x1,%r11d 0x00007fffed05e4c2: mov $0x2,%r9d 0x00007fffed05e4c8: ucomisd -0x188(%rip),%xmm0 0x00007fffed05e4d0: jnp ...
http://axtaxt.wordpress.com/2012/04/22/debugging-java-vms-jit-compiler/
- DataObject.asm
CAsmCtrl.m_data2 mov edi, eax movsd movsd movsd mov eax,0a0dh stosd popad mov ecx, pmedium mov [ecx].STGMEDIUM.tymed, TYMED_HGLOBAL mov [ecx].STGMEDIUM.hGlobal, eax mov [ecx].STGMEDIUM.pUnkForRelease, NULL ...
http://www.japheth.de/AsmCtrl/DataObject.html
- X86 Assembly/SSE - Wikibooks, open books for an open world
CMPSD and MOVSD have the same name as the string instruction mnemonics CMPSD (CMPS) and MOVSD (MOVS); however, the former refer to scalar double -precision floating-points whereas the latter refer to doubleword strings.
http://en.wikibooks.org/wiki/X86_Assembly/SSE
|
movs movsd
Results 1 - 10 of about 1 - [Yahoo!]
[Google]
- MOVSD - Move Data from String to String
A5, MOVS m32, m32, Move doubleword at address DS:(E)SI to address ES:(E)DI. A4, MOVSB, Move byte at address DS:(E)SI to address ES:(E)DI. A5, MOVSW, Move word at address DS:(E)SI to address ES:(E)DI. A5, MOVSD, Move ...
http://faydoc.tripod.com/cpu/movsd.htm
- c++.dos.32-bits - Re: REP MOVSD
21 Jun 2002 ... I've found that replacing old REP MOVSD to REP MOVS dword ptr ds:[esi], dword ptr es:[edi] fixes problem, because according to Intel's spec they are equivalent, but the latter is explicit form. I hope this will be helpful for ...
http://www.digitalmars.com/d/archives/c++/dos/32-bits/257.html
- Art of Assembly: Chapter Fifteen-2
The movs instruction takes four basic forms. Movs moves bytes, words, or double words, movsb moves byte strings, movsw moves word strings, and movsd moves double word strings (on 80386 and later processors). These four instructions ...
http://webster.cs.ucr.edu/AoA/DOS/ch15/CH15-2.html
- Errata
MOVS MOVSD MOVSW MOVSWD. SCEQ SCEQD SCWEQ SCWEQD. FILS FILSW. Placing a CMR prefix before the string manipulation instructions listed above is ignored. Counter register RW0 is referred always using actual value of the ...
http://mcu.emea.fujitsu.com/document/products_mcu/mb96xxx/programming_manual/p..
- MASM32
32 Bit MASM Warning Danger Zone High speed software. Download MASM32v7. MASM32 version 7 is a working development environment for programmers who choose to either learn or write 32 bit Microsoft assembler (MASM). Installation ...
http://www.movsd.com/masm.htm
- pinheads : Message: INS_IsMemoryWrite return false on rep movsd
Hi, INS_IsMemoryWrite return false on rep movsd, but obviously movsd writes into memory. I try to instrument the following code: .aspack:0043816D mov ecx, eax .aspack:0043816F mov edi, [esi] .aspack:00438171 add edi, ...
http://tech.groups.yahoo.com/group/pinheads/message/6605
- Direction Flag
... direction flag is a CPU flag specific to Intel 80x86 processors. It applies to all assembly instructions that use the REP (repeat) prefix, such as MOVS, MOVSD, MOVSW, and others. Addresses provided to applicable instructions are increased if ...
http://msdn.microsoft.com/en-us/library/7td56tzs.aspx
- 17.3.M 'M' Instructions
The addresses of the source and destination are determined solely by the contents of (E)SI and (E)DI. Load the correct index values into (E)SI and (E)DI before executing the MOVS instruction. MOVSB, MOVSW, and MOVSD are synonyms for ...
http://www.logix.cz/michal/doc/i386/chp17-m3.htm
- x86 instruction listings - Wikipedia, the free encyclopedia
CMPSD and MOVSD have the same name as the string instruction mnemonics CMPSD (CMPS) and MOVSD (MOVS); however, the former refer to scalar double -precision floating-points whereas the latters refer to doubleword strings.
http://en.wikipedia.org/wiki/X86_instruction_listings
- memcpy_amd.asm
TINY_BLOCK_COPY equ 64 ; upper limit for movsd type copy ; The smallest copy uses the X86 "movsd" instruction, in an ... global memcpy_amd memcpy_amd: push esi; push edi; push ebx; push edx; mov edi, [esp+12] ; destination mov esi, ...
http://www.cs.virginia.edu/stream/FTP/Contrib/AMD/memcpy_amd.asm
|