Rev. 1.50, 10/04, page 384 of 448
10.3.8 FLDI0 (Floating-point Load Immediate 0.0): Floating-Point Instruction
PR Format Operation Instruction Code Cycle T Bit
0 FLDI0 FRn 0x00000000 → FRn 1111nnnn10001101 1 —
1 — — — — —
Description: When FPSCR.PR = 0, this instruction loads floating-point 0.0 (0x00000000) into
FRn.
Notes: None
Operation:
void FLDI0(int n)
{
FR[n] = 0x00000000;
pc += 2;
}
Possible Exceptions: None