qemu-e2k/target/e2k
Denis Drakhnia 05304bd1f3 e2k: Fix compiler warnings.
Remove unused static functions.
Replace a misused not operator by bitwise not.
2022-06-10 11:48:19 +03:00
..
translate e2k: Fix compiler warnings. 2022-06-10 11:48:19 +03:00
cpu-param.h disas: import disassmebler from binutils 2022-06-10 11:48:10 +03:00
cpu-qom.h target: e2k: unpack long instructions. 2022-06-10 11:48:10 +03:00
cpu.c e2k: implement detecting ISA version by ELF flags, throw an error for protected mode and x86 recompiled binaries for now 2022-06-10 11:48:18 +03:00
cpu.h e2k: Impl basic unix signals support. 2022-06-10 11:48:19 +03:00
gdbstub.c e2k: Remove control.c 2022-06-10 11:48:17 +03:00
helper.c e2k: Fix compiler warnings. 2022-06-10 11:48:19 +03:00
helper.h e2k: Impl basic unix signals support. 2022-06-10 11:48:19 +03:00
helper_aau.c e2k: Probe AAU read access once per page. 2022-06-10 11:48:18 +03:00
helper_fpu.c e2k: implement fsqrttd/fxsqrttxx through ignoring what fsqrtid/fxsqrt{i,u}xx does 2022-06-10 11:48:18 +03:00
helper_int.c e2k: %pfpfr write stubs 2022-06-10 11:48:18 +03:00
helper_sm.c target: e2k: Impl speculative execution. 2022-06-10 11:48:13 +03:00
helper_vec.c e2k: Fix compiler warnings. 2022-06-10 11:48:19 +03:00
meson.build e2k: Remove control.c 2022-06-10 11:48:17 +03:00
translate.c e2k: Impl basic unix signals support. 2022-06-10 11:48:19 +03:00
translate.h e2k: Add packed float simple and combined ops. 2022-06-10 11:48:18 +03:00