sh-dis/sh4/FMOV DRm,DRn

11 lines
252 B
Plaintext

1111nnn0mmm01100
Available only when PR=0 and SZ=1
sr ← ZeroExtend32(SR);
op1 ← FloatValuePair32(FP2m);
IF (FpuIsDisabled(sr) AND IsDelaySlot())
THROW SLOTFPUDIS;
IF (FpuIsDisabled(sr))
THROW FPUDIS;
op2 ← op1;
FP2n ← FloatRegisterPair32(op2);