blob: 074784778e7ac5c180f440b926d6617eaedae7c2 [file] [log] [blame]
Aurelien Jarnoa18f8442010-04-01 22:00:41 +02001- Add new instructions such as: clz, ctz, popcnt.
bellardc896fe22008-02-01 10:05:41 +00002
bellard0a6b7b72008-05-25 18:24:40 +00003- See if it is worth exporting mul2, mulu2, div2, divu2.
bellardc896fe22008-02-01 10:05:41 +00004
bellard0a6b7b72008-05-25 18:24:40 +00005- Support of globals saved in fixed registers between TBs.
bellardc896fe22008-02-01 10:05:41 +00006
7Ideas:
8
9- Move the slow part of the qemu_ld/st ops after the end of the TB.
10
bellard0a6b7b72008-05-25 18:24:40 +000011- Change exception syntax to get closer to QOP system (exception
bellardc896fe22008-02-01 10:05:41 +000012 parameters given with a specific instruction).
bellard0a6b7b72008-05-25 18:24:40 +000013
14- Add float and vector support.