Opcode MOVAPS


CPU: Pentium III+ (KNI/MMX2)
Type of instruction: User

Instruction: MOVAPS dest,src

Description:
dest <- src;
Note: This instruction moved 16-byte (128-bit) total size
4x 32-bit FP. from/to memory.
Address of this F.P. block must be 16-bytes aligned

Physical Form and Timing:
MOVAPS xmm1,xmm2/m128 ---- 0F 28 /r ---- ??
MOVAPS xmm2/m128,xmm1 ---- 0F 29 /r ---- ??


Copyright by InternetNightmare 2005-2006