ARM: Implement a basic version of the fmrx instruction.

This commit is contained in:
Gabe Black 2009-07-27 00:53:24 -07:00
parent 4079792f2b
commit 2828fa459d

View file

@ -416,6 +416,15 @@ format DataOp {
}
}
}
0xa: decode MISC_OPCODE {
0x1: decode MEDIA_OPCODE {
0xf: decode RN {
0x0: FloatOp::fmrx_fpsid({{ Rd = Fpsid; }});
0x1: FloatOp::fmrx_fpscr({{ Rd = Fpscr; }});
0x8: FloatOp::fmrx_fpexc({{ Rd = Fpexc; }});
}
}
}
}
format PredOp {
// ARM System Call (SoftWare Interrupt)