1
0
Fork 0
mirror of https://github.com/yuzu-emu/unicorn.git synced 2025-01-14 11:25:34 +00:00
unicorn/qemu/tcg/TODO

15 lines
394 B
Plaintext
Raw Normal View History

2015-08-21 07:04:50 +00:00
- Add new instructions such as: clz, ctz, popcnt.
- See if it is worth exporting mul2, mulu2, div2, divu2.
- Support of globals saved in fixed registers between TBs.
Ideas:
- Move the slow part of the qemu_ld/st ops after the end of the TB.
- Change exception syntax to get closer to QOP system (exception
parameters given with a specific instruction).
- Add float and vector support.