Bochs/bochs/cpu/decoder
2019-12-13 08:39:23 +00:00
..
decoder.h implemented SCA (Side-Channel-Attack) Prevention reporting and corresponding MSR registers, enabled for Icelake-U CPU definition 2019-10-26 20:09:30 +00:00
disasm.cc remove BX_TRUE/BX_FALSE macros, use stdc++ true/false instead 2019-12-09 16:44:36 +00:00
fetchdecode32.cc remove BX_TRUE/BX_FALSE macros, use stdc++ true/false instead 2019-12-09 16:44:36 +00:00
fetchdecode64.cc remove BX_TRUE/BX_FALSE macros, use stdc++ true/false instead 2019-12-09 16:44:36 +00:00
fetchdecode_avx.h fixed bug in instruction decoding - regression before release 2019-11-20 20:18:22 +00:00
fetchdecode_evex.h fixed decoding of VPBROADCASTMW2D opcode 2019-12-13 08:09:18 +00:00
fetchdecode_opmap_0f3a.h enable yet another Bochs new decoder. It is a bit slower than old one but it is much more extendable so adding new opcode won't be nightmare anymore 2019-02-16 15:23:24 +00:00
fetchdecode_opmap_0f38.h added missing endif 2019-04-17 16:04:34 +00:00
fetchdecode_opmap.h fixed bug in instruction decoding - regression before release 2019-11-22 17:46:54 +00:00
fetchdecode_x87.h fix disasm of FISTTP opcodes 2017-12-19 20:36:55 +00:00
fetchdecode_xop.h enable yet another Bochs new decoder. It is a bit slower than old one but it is much more extendable so adding new opcode won't be nightmare anymore 2019-02-16 15:23:24 +00:00
fetchdecode.h convert bochs.h macros to inline functions with strong types 2019-10-16 20:46:00 +00:00
ia_opcodes.def fixed decoding of AVX512_VNNI instructions 2019-12-13 08:39:23 +00:00
ia_opcodes.h small change to extract ia_opcodes.h from instr.h to dedicated file. this would remove compilation dep of all files on ia_opcodes.h (now called ia_opcdes.def). regenerating dep ober all files in Makefiles.in 2017-10-19 21:27:25 +00:00
instr.h split some opcode reference tables in new decoder between x86-64 and 32 for better perf 2019-02-17 21:22:54 +00:00