Share via


_PreLoad

9/7/2007

This instruction is a soft preload instruction; that is, this instruction indicates to the memory system that a memory access from the specified address will occur shortly.

Syntax

void _PreLoad(
  unsigned long* addr
);

Parameters

  • addr
    Location of memory access.

Return Values

None.

Remarks

The compiler translates this instruction into the PLD assembly instruction.

Requirements

Routine Required header Architecture

_PreLoad

<armintr.h>

ARM10, ARM-DSP, ARM XSCALE

See Also

Reference

ARM XSCALE Intrinsic Functions