Blame view

tcg/TODO 423 Bytes
bellard authored
1
2
- Add new instructions such as: andnot, ror, rol, setcond, clz, ctz,
  popcnt.
bellard authored
3
bellard authored
4
- See if it is worth exporting mul2, mulu2, div2, divu2. 
bellard authored
5
bellard authored
6
- Support of globals saved in fixed registers between TBs.
bellard authored
7
8
9
10
11

Ideas:

- Move the slow part of the qemu_ld/st ops after the end of the TB.
bellard authored
12
- Change exception syntax to get closer to QOP system (exception
bellard authored
13
  parameters given with a specific instruction).
bellard authored
14
15

- Add float and vector support.