diff options
author | Timothy Pearson <tpearson@raptorengineering.com> | 2019-05-11 15:12:49 -0500 |
---|---|---|
committer | Timothy Pearson <tpearson@raptorengineering.com> | 2019-05-11 15:12:49 -0500 |
commit | 9e80202352dd49bdd9e67b8b906d86f058431505 (patch) | |
tree | 5673c17aad6e3833da8c4ff21b5a11f666ec9fbe /src/tcg/TODO | |
download | hqemu-master.zip hqemu-master.tar.gz |
Diffstat (limited to 'src/tcg/TODO')
-rw-r--r-- | src/tcg/TODO | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/tcg/TODO b/src/tcg/TODO new file mode 100644 index 0000000..0747847 --- /dev/null +++ b/src/tcg/TODO @@ -0,0 +1,14 @@ +- Add new instructions such as: clz, ctz, popcnt. + +- See if it is worth exporting mul2, mulu2, div2, divu2. + +- Support of globals saved in fixed registers between TBs. + +Ideas: + +- Move the slow part of the qemu_ld/st ops after the end of the TB. + +- Change exception syntax to get closer to QOP system (exception + parameters given with a specific instruction). + +- Add float and vector support. |