Statistics
| Branch: | Revision:

root / tcg / TODO @ 405cf9ff

History | View | Annotate | Download (394 Bytes)

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