MIPS: microMIPS: Floating point support.
Add logic needed to do floating point emulation in microMIPS mode. Signed-off-by: Leonid Yegoshin <Leonid.Yegoshin@imgtec.com> Signed-off-by: Steven J. Hill <Steven. Hill@imgtec.com>
This commit is contained in:

committed by
Ralf Baechle

parent
cf6d905828
commit
102cedc32a
@@ -423,6 +423,11 @@ enum mm_16d_minor_op {
|
||||
mm_addiusp_func,
|
||||
};
|
||||
|
||||
/*
|
||||
* (microMIPS & MIPS16e) NOP instruction.
|
||||
*/
|
||||
#define MM_NOP16 0x0c00
|
||||
|
||||
/*
|
||||
* Damn ... bitfields depend from byteorder :-(
|
||||
*/
|
||||
|
Reference in New Issue
Block a user