__mtfsfi
Purpose
Move to FPSCR Field Immediate
Places the value of u into the FPSCR field specified by bf.
Prototype
void __mtfsfi (unsigned int bf, unsigned int u);
Parameters
- bf
- Must be a constant with a value of 0 to 7.
- u
- Must be a constant with a value of 0 to 15.


