_PreLoad (Windows CE 5.0)

Send Feedback

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.

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

Header: Armintr.h.

See Also

ARM XSCALE Intrinsic Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.