Back
MASM : CACHE : LLL
LLL:

Syntax:

  • LLL
Description:

The LLL instruction (Load Length and Length) takes the AGU output to load two different lengths (amount of words) of data for prefetching into cache. The lengths are loaded into corresponding configuration registers while the address, that is given to LLL, is encoded as follows:

  • Bits [15:0] - length that is loaded into ILENC register.
  • Bits [31:16] - length that is loaded into ILEN register.

The length contained in ILEN register is always used by MTI and MTF instructions. The ILENC register is used by MTFC instruction when the top of the condition stack is true, otherwise the length in ILEN is taken.

Microcode Pattern:

Takes 1 cycles to execute.
    Example: LLL

	  
	 ASELC 
	-------
	  LLL  

	  
Exceptions :

NOT YET

Example :

Not available at the moment.

APE Group Zeuthen. 2003
$Id: lll_masm.php,v 1.2 2004/08/04 09:33:44 noe Exp $
$Id: syntax.php,v 1.8 2004/08/04 09:25:34 noe Exp $