_racm_ob
This function reads the middle third of the bits of the accumulator, and then copies those bits to the vector vd.
double _racm_ob(void);
Parameters
None.
Return Values
The middle third bits of the accumulator.
Remarks
The MIPS compiler translates this intrinsic function into the RACM.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.