Bochs/bochs/cpu/decoder
2024-01-22 22:13:28 +02:00
..
decoder.h define CPU feature's enum together with feature name in one place 2023-10-15 23:56:11 +03:00
disasm.cc compile stand alone disasm tool even if BX_DEBUGGER is configured in 2024-01-22 22:13:28 +02:00
features.h remove all ifdefs from features.h 2024-01-14 12:51:41 +02:00
fetchdecode32.cc AMX support (#212) 2024-01-10 20:13:25 +02:00
fetchdecode64.cc implemented MOVDIR64B instruction and enabled in TigerLake model 2023-12-01 18:03:25 +02:00
fetchdecode_avx.h implemented AMX_FP16 and aMX_COMPLEX, fixes for daz handling in AVX_NE_CONVERT FB16 2024-01-12 12:38:31 +02:00
fetchdecode_evex.h AMX support (#212) 2024-01-10 20:13:25 +02:00
fetchdecode_opmap_0f3a.h AMX support (#212) 2024-01-10 20:13:25 +02:00
fetchdecode_opmap_0f38.h implemented MOVDIR64B instruction and enabled in TigerLake model 2023-12-01 18:03:25 +02:00
fetchdecode_opmap.h implement RDMSRLIST/WRMSRLIST instructions (+related VMX extensions) (#176) 2023-12-16 21:59:34 +02:00
fetchdecode_x87.h x87: Implemented special behavior for 287-compatibility FSTP opcode: D9D8..D9DF - Behaves the same as FSTP but won't cause a stack underflow exception. 2023-12-07 12:56:02 +02:00
fetchdecode_xop.h remove trailing whitespace from source files 2022-08-23 21:46:04 +03:00
fetchdecode.h AMX support (#212) 2024-01-10 20:13:25 +02:00
ia_opcodes.def implemented AMX_FP16 and aMX_COMPLEX, fixes for daz handling in AVX_NE_CONVERT FB16 2024-01-12 12:38:31 +02:00
ia_opcodes.h add into ia_opcodes.def disasm field for every instruction 2020-03-28 14:23:54 +00:00
instr.h fixed compilation of instrumentation examples with debugger OFF 2023-04-06 22:18:01 +03:00