Opcode RCPPS
 
CPU: Pentium III+ (KNI/MMX2)
 
Type of instruction: User
 
 
Instruction: RCPPS dest,src
 
 
Description:
 
	for i = 0 to 3 do
 
		dest[] = APPROX(1.0 / src[]);
 
	endfor
 
	<0> = 31..0	<2> = 95..64
 
	<1> = 63..32	<3> = 127..96
 
 
Physical Form and Timing:
 
RCPPS xmm1,xmm2/m128  ---- 0F 53 /r ----  1
 
 
Copyright by InternetNightmare 2005-2006