Back
MASM : LUT : LUTLSB
LUTLSB:

Syntax:

Description:

Returns in register Rd3 the leading term of iterative algorithm to get 1/x, where x is the content of Rs1. Instruction is performed according to BS (bank select)and is stack conditioned.

Microcode Pattern:

Takes 4 cycles to execute.
    Example: LUTLSB 0xA3 3 0xA1

	  
	MPC  BS3 C3 P3 P1
	-----------------
	LSB   0  0  00 A1
	 -    0  0  00 00
	 -    0  0  00 00
	 -    3  0  A3 00

	  
Exceptions :

The following exceptional cases are handled as specified in table below (in all these cases, mantissa is set to zero):

ERs1(hex) ERd3(hex) Exceptions
0x7FF 0x7FF BADOP
0x034:0x001 0x000 OUT_DEN

Example :

Not available for the moment.

APE Group Zeuthen. 2003
$Id: lutlsb_masm.php,v 1.2 2004/08/04 09:43:31 noe Exp $
$Id: syntax.php,v 1.8 2004/08/04 09:25:34 noe Exp $