Statistics
| Branch: | Revision:

root / tcg / TODO @ f24cb33e

History | View | Annotate | Download (423 Bytes)

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