]> git.proxmox.com Git - qemu.git/blame - tcg/TODO
tcg-ppc: Cleanup tcg_out_qemu_ld/st_slow_path
[qemu.git] / tcg / TODO
CommitLineData
a18f844f 1- Add new instructions such as: clz, ctz, popcnt.
c896fe29 2
0a6b7b78 3- See if it is worth exporting mul2, mulu2, div2, divu2.
c896fe29 4
0a6b7b78 5- Support of globals saved in fixed registers between TBs.
c896fe29
FB
6
7Ideas:
8
9- Move the slow part of the qemu_ld/st ops after the end of the TB.
10
0a6b7b78 11- Change exception syntax to get closer to QOP system (exception
c896fe29 12 parameters given with a specific instruction).
0a6b7b78
FB
13
14- Add float and vector support.