Statistics
| Branch: | Revision:

root / target-mips / TODO @ a4bc3afc

History | View | Annotate | Download (689 Bytes)

1 2c52c816 ths
Unsolved issues/bugs in the mips/mipsel backend
2 2c52c816 ths
-----------------------------------------------
3 2c52c816 ths
4 15dcf5aa ths
General
5 15dcf5aa ths
-------
6 2c52c816 ths
- [ls][dw][lr] report broken (aligned) BadVAddr
7 2c52c816 ths
- Missing per-CPU instruction decoding, currently all implemented
8 2c52c816 ths
  instructions are regarded as valid
9 2c52c816 ths
10 15dcf5aa ths
MIPS64
11 15dcf5aa ths
------
12 15dcf5aa ths
- No 64bit TLB support
13 15dcf5aa ths
- no 64bit wide registers for FPU
14 15dcf5aa ths
- 64bit mul/div handling broken
15 15dcf5aa ths
16 15dcf5aa ths
"Generic" 4Kc system emulation
17 15dcf5aa ths
------------------------------
18 15dcf5aa ths
- Doesn't correspond to any real hardware.
19 15dcf5aa ths
20 15dcf5aa ths
MALTA system emulation
21 15dcf5aa ths
----------------------
22 2c52c816 ths
- We fake firmware support instead of doing the real thing
23 4a109bfb ths
- Real firmware falls over when trying to init RAM, presumably due
24 7246bb21 ths
  to lacking system controller emulation.