Bochs/bochs/cpu
2023-12-10 20:44:05 +02:00
..
avx make APIC from static object to dynamic so many cc files won't need to be dependent on apic.h 2023-11-28 11:08:42 +02:00
cpudb cleanup more leafs in CPUDB 2023-12-03 17:59:48 +02:00
decoder remove redundant space in comment 2023-12-10 20:44:05 +02:00
fpu 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
3dnow.cc optimize handling of allowed_to_run_FPU_MMX instructios common block 2023-11-08 06:48:53 +02:00
access2.cc added a comment for future: some memory operations must be done atomically 2023-11-17 23:18:43 +02:00
access.cc use isReadOK instead of magic arithmetic for system_read_* methods 2023-11-17 23:14:38 +02:00
access.h
aes.cc remove trailing whitespace from source files 2022-08-23 21:46:04 +03:00
apic.cc make APIC from static object to dynamic so many cc files won't need to be dependent on apic.h 2023-11-28 11:08:42 +02:00
apic.h fixed compilation for VMX=1 X86_64=1 2023-11-28 10:36:56 +02:00
arith8.cc
arith16.cc
arith32.cc introduce GET64_FROM_HI32_LO32 to form 64-bit integer from 2 32-bit 2023-11-17 23:31:38 +02:00
arith64.cc
bcd.cc remove trailing whitespace from source files 2022-08-23 21:46:04 +03:00
bit16.cc remove trailing whitespace from source files 2022-08-23 21:46:04 +03:00
bit32.cc remove trailing whitespace from source files 2022-08-23 21:46:04 +03:00
bit64.cc remove trailing whitespace from source files 2022-08-23 21:46:04 +03:00
bit.cc
bmi32.cc implemented SM3 instructions (#84) 2023-10-07 21:34:04 +03:00
bmi64.cc implemented SM3 instructions (#84) 2023-10-07 21:34:04 +03:00
call_far.cc coding style, cleanups and optimizations 2023-11-19 20:31:05 +02:00
cet.cc added a comment for future: some memory operations must be done atomically 2023-11-17 23:18:43 +02:00
cmpccxadd32.cc added a comment for future: some memory operations must be done atomically 2023-11-17 23:18:43 +02:00
cmpccxadd64.cc added a comment for future: some memory operations must be done atomically 2023-11-17 23:18:43 +02:00
cpu_templates.h make CPU to use C++ template for implementation of CPU methods (#115) 2023-10-30 06:57:16 +02:00
cpu.cc remove in_repeat variable and replace it with correct EFLAGS.RF management 2023-11-27 13:51:25 +02:00
cpu.h implemented MOVDIR64B instruction and enabled in TigerLake model 2023-12-01 18:03:25 +02:00
cpuid.cc cleanups in CPUDB cpuid definitions 2023-12-03 16:46:39 +02:00
cpuid.h cleanups in CPUDB cpuid definitions 2023-12-03 16:46:39 +02:00
cpustats.h remove trailing whitespace from source files 2022-08-23 21:46:04 +03:00
crc32.cc
crregs.cc make APIC from static object to dynamic so many cc files won't need to be dependent on apic.h 2023-11-28 11:08:42 +02:00
crregs.h update crregs.h with all known XSAVE/XRESTOR state information 2023-11-17 23:24:00 +02:00
ctrl_xfer16.cc implemented WAITPKG instruction set (#150) 2023-12-01 18:00:03 +02:00
ctrl_xfer32.cc implemented WAITPKG instruction set (#150) 2023-12-01 18:00:03 +02:00
ctrl_xfer64.cc implemented WAITPKG instruction set (#150) 2023-12-01 18:00:03 +02:00
ctrl_xfer_pro.cc implemented WAITPKG instruction set (#150) 2023-12-01 18:00:03 +02:00
data_xfer8.cc added a comment for future: some memory operations must be done atomically 2023-11-17 23:18:43 +02:00
data_xfer16.cc added a comment for future: some memory operations must be done atomically 2023-11-17 23:18:43 +02:00
data_xfer32.cc added a comment for future: some memory operations must be done atomically 2023-11-17 23:18:43 +02:00
data_xfer64.cc added a comment for future: some memory operations must be done atomically 2023-11-17 23:18:43 +02:00
debugstuff.cc remove trailing whitespace from source files 2022-08-23 21:46:04 +03:00
descriptor.h
event.cc make APIC from static object to dynamic so many cc files won't need to be dependent on apic.h 2023-11-28 11:08:42 +02:00
exception.cc remove in_repeat obsolete usages 2023-11-27 20:15:00 +02:00
faststring.cc
flag_ctrl_pro.cc initial code for UINTR implementation (#138) 2023-11-25 16:43:47 +02:00
flag_ctrl.cc
fpu_emu.cc optimize handling of allowed_to_run_FPU_MMX instructios common block 2023-11-08 06:48:53 +02:00
generic_cpuid.cc fixed compilation without SVM configured in 2023-11-20 19:10:46 +02:00
generic_cpuid.h enable CPUID reporting for recently added ISA extensions 2023-10-12 21:48:09 +03:00
gf2.cc fix GFNI instructions emulation 2023-11-18 20:15:29 +02:00
i387.h coding style, cleanups and optimizations 2023-11-19 20:31:05 +02:00
icache.cc remove trailing whitespace from source files 2022-08-23 21:46:04 +03:00
icache.h resolve github issue #57 + more clear variable name 2023-11-07 16:10:41 +02:00
init.cc implemented WAITPKG instruction set (#150) 2023-12-01 18:00:03 +02:00
io.cc added a comment for future: some memory operations must be done atomically 2023-11-17 23:18:43 +02:00
iret.cc
jmp_far.cc coding style, cleanups and optimizations 2023-11-19 20:31:05 +02:00
lazy_flags.h remove trailing whitespace from source files 2022-08-23 21:46:04 +03:00
load.cc added missing else which caused redundant memory access for 512-bit loads 2023-11-18 14:52:55 +02:00
logical8.cc
logical16.cc
logical32.cc
logical64.cc
Makefile.in make APIC from static object to dynamic so many cc files won't need to be dependent on apic.h 2023-11-28 11:08:42 +02:00
mmx.cc added a comment for future: some memory operations must be done atomically 2023-11-17 23:18:43 +02:00
msr.cc implemented WAITPKG instruction set (#150) 2023-12-01 18:00:03 +02:00
msr.h implemented WAITPKG instruction set (#150) 2023-12-01 18:00:03 +02:00
mult8.cc
mult16.cc
mult32.cc introduce GET64_FROM_HI32_LO32 to form 64-bit integer from 2 32-bit 2023-11-17 23:31:38 +02:00
mult64.cc
mwait.cc fixed compilation when x86_64 not compiled in but mwait is 2023-12-01 21:45:17 +02:00
paging.cc make APIC from static object to dynamic so many cc files won't need to be dependent on apic.h 2023-11-28 11:08:42 +02:00
proc_ctrl.cc implemented MOVDIR64B instruction and enabled in TigerLake model 2023-12-01 18:03:25 +02:00
protect_ctrl.cc rename VMEXIT controls in Bochs code to match their actual names and meaning 2023-11-23 19:58:08 +02:00
rdrand.cc rename VMEXIT controls in Bochs code to match their actual names and meaning 2023-11-23 19:58:08 +02:00
ret_far.cc implemented WAITPKG instruction set (#150) 2023-12-01 18:00:03 +02:00
scalar_arith.h added most_significant_bit* methods to scalar_arith.h 2023-11-23 19:03:08 +02:00
segment_ctrl_pro.cc coding style, cleanups and optimizations 2023-11-19 20:31:05 +02:00
segment_ctrl.cc
sha512.cc SHA512 instructions implemented (#88) 2023-10-10 21:33:16 +03:00
sha.cc SHA512 instructions implemented (#88) 2023-10-10 21:33:16 +03:00
shift8.cc implemented SM3 instructions (#84) 2023-10-07 21:34:04 +03:00
shift16.cc implemented SM3 instructions (#84) 2023-10-07 21:34:04 +03:00
shift32.cc implemented SM3 instructions (#84) 2023-10-07 21:34:04 +03:00
shift64.cc implemented SM3 instructions (#84) 2023-10-07 21:34:04 +03:00
simd_compare.h
simd_int.h make CPU to use C++ template for implementation of CPU methods (#115) 2023-10-30 06:57:16 +02:00
simd_pfp.h remove trailing whitespace from source files 2022-08-23 21:46:04 +03:00
simd_vnni.h make CPU to use C++ template for implementation of CPU methods (#115) 2023-10-30 06:57:16 +02:00
sm3.cc implemented SM3 instructions (#84) 2023-10-07 21:34:04 +03:00
sm4.cc implemented SM3 instructions (#84) 2023-10-07 21:34:04 +03:00
smm.cc reduce code duplication with making new simpler to use physical access methods 2023-11-28 10:24:11 +02:00
smm.h
soft_int.cc improve fix for VMCS_GUEST_PENDING_DBG_EXCEPTIONS saved on VMEXIT (should be cleared after most of VMEXITs) 2023-11-14 15:59:59 +02:00
sse_move.cc added a comment for future: some memory operations must be done atomically 2023-11-17 23:18:43 +02:00
sse_pfp.cc make CPU to use C++ template for implementation of CPU methods (#115) 2023-10-30 06:57:16 +02:00
sse_rcp.cc
sse_string.cc
sse.cc make CPU to use C++ template for implementation of CPU methods (#115) 2023-10-30 06:57:16 +02:00
stack16.cc added a comment for future: some memory operations must be done atomically 2023-11-17 23:18:43 +02:00
stack32.cc added a comment for future: some memory operations must be done atomically 2023-11-17 23:18:43 +02:00
stack64.cc added a comment for future: some memory operations must be done atomically 2023-11-17 23:18:43 +02:00
stack.cc remove trailing whitespace from source files 2022-08-23 21:46:04 +03:00
stack.h
string.cc
svm.cc reduce code duplication with making new simpler to use physical access methods 2023-11-28 10:24:11 +02:00
svm.h
tasking.cc coding style, cleanups and optimizations 2023-11-19 20:31:05 +02:00
tlb.h
todo fixed compilation with CET not compiled in 2023-11-20 15:24:57 +02:00
uintr.cc make APIC from static object to dynamic so many cc files won't need to be dependent on apic.h 2023-11-28 11:08:42 +02:00
vapic.cc compilation fix with --enable-memtype disabled 2023-11-28 16:20:03 +02:00
vm8086.cc
vmcs.cc implemented WAITPKG instruction set (#150) 2023-12-01 18:00:03 +02:00
vmexit.cc implemented WAITPKG instruction set (#150) 2023-12-01 18:00:03 +02:00
vmfunc.cc reduce code duplication with making new simpler to use physical access methods 2023-11-28 10:24:11 +02:00
vmx.cc make APIC from static object to dynamic so many cc files won't need to be dependent on apic.h 2023-11-28 11:08:42 +02:00
vmx.h implemented WAITPKG instruction set (#150) 2023-12-01 18:00:03 +02:00
wide_int.cc
wide_int.h remove trailing whitespace from source files 2022-08-23 21:46:04 +03:00
xmm.h make CPU to use C++ template for implementation of CPU methods (#115) 2023-10-30 06:57:16 +02:00
xsave.cc initial code for UINTR implementation (#138) 2023-11-25 16:43:47 +02:00