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