sh-dis/sh4/FLDS FRm,FPUL

10 lines
208 B
Plaintext

1111mmmm00011101
sr ← ZeroExtend32(SR);
op1 ← FloatValue32(FRm);
IF (FpuIsDisabled(sr) AND IsDelaySlot())
THROW SLOTFPUDIS;
IF (FpuIsDisabled(sr))
THROW FPUDIS;
fpul ← op1;
FPUL ← ZeroExtend32(fpul);