2010-04-01 22:00:41 +02:00
|
|
|
- Add new instructions such as: clz, ctz, popcnt.
|
2008-02-01 11:05:41 +01:00
|
|
|
|
2008-05-25 20:24:40 +02:00
|
|
|
- See if it is worth exporting mul2, mulu2, div2, divu2.
|
2008-02-01 11:05:41 +01:00
|
|
|
|
2008-05-25 20:24:40 +02:00
|
|
|
- Support of globals saved in fixed registers between TBs.
|
2008-02-01 11:05:41 +01:00
|
|
|
|
|
|
|
Ideas:
|
|
|
|
|
|
|
|
- Move the slow part of the qemu_ld/st ops after the end of the TB.
|
|
|
|
|
2008-05-25 20:24:40 +02:00
|
|
|
- Change exception syntax to get closer to QOP system (exception
|
2008-02-01 11:05:41 +01:00
|
|
|
parameters given with a specific instruction).
|
2008-05-25 20:24:40 +02:00
|
|
|
|
|
|
|
- Add float and vector support.
|