]>
Commit | Line | Data |
---|---|---|
0a6b7b78 FB |
1 | - Add new instructions such as: andnot, ror, rol, setcond, clz, ctz, |
2 | popcnt. | |
c896fe29 | 3 | |
0a6b7b78 | 4 | - See if it is worth exporting mul2, mulu2, div2, divu2. |
c896fe29 | 5 | |
0a6b7b78 | 6 | - Support of globals saved in fixed registers between TBs. |
c896fe29 FB |
7 | |
8 | Ideas: | |
9 | ||
10 | - Move the slow part of the qemu_ld/st ops after the end of the TB. | |
11 | ||
0a6b7b78 | 12 | - Change exception syntax to get closer to QOP system (exception |
c896fe29 | 13 | parameters given with a specific instruction). |
0a6b7b78 FB |
14 | |
15 | - Add float and vector support. |