Blame view

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

Ideas:

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

- Add float and vector support.