_racl_ob
This function reads the least significant third of the bits of the accumulator, and then copies those bits into vector vd.
double _racl_ob(void);
Parameters
None.
Return Values
The least significant third bits of the accumulator.
Remarks
The MIPS compiler translates this intrinsic function into the RACL.OB assembly instruction.
RACL/RACM/RACH followed by WACL/WACH are used to save and restore the accumulator.
No data-dependent exceptions are possible. The result of this instruction is undefined if the processor is executing in 16 FP register mode.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Mipsintr.h.
See Also
Common Intrinsic Functions | Intrinsic Functions for MIPS Microprocessors
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.