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
This commit is contained in:
parent
ba1e5bbffa
commit
5439647254
@ -800,34 +800,34 @@ gdbstub.o: gdbstub.@CPP_SUFFIX@ bochs.h config.h osdep.h bx_debug/debug.h config
|
||||
pc_system.h gui/gui.h instrument/stubs/instrument.h param_names.h \
|
||||
cpu/cpu.h cpu/decoder/decoder.h cpu/i387.h cpu/fpu/softfloat.h \
|
||||
cpu/fpu/tag_w.h cpu/fpu/status_w.h cpu/fpu/control_w.h cpu/crregs.h \
|
||||
cpu/descriptor.h cpu/decoder/instr.h cpu/decoder/ia_opcodes.h \
|
||||
cpu/lazy_flags.h cpu/tlb.h cpu/icache.h cpu/apic.h cpu/xmm.h cpu/vmx.h \
|
||||
cpu/cpuid.h cpu/stack.h cpu/access.h
|
||||
cpu/descriptor.h cpu/decoder/instr.h cpu/lazy_flags.h cpu/tlb.h \
|
||||
cpu/icache.h cpu/apic.h cpu/xmm.h cpu/vmx.h cpu/svm.h cpu/cpuid.h \
|
||||
cpu/stack.h cpu/access.h
|
||||
load32bitOShack.o: load32bitOShack.@CPP_SUFFIX@ bochs.h config.h osdep.h \
|
||||
bx_debug/debug.h config.h osdep.h gui/siminterface.h cpudb.h \
|
||||
gui/paramtree.h memory/memory-bochs.h pc_system.h gui/gui.h \
|
||||
instrument/stubs/instrument.h param_names.h cpu/cpu.h \
|
||||
cpu/decoder/decoder.h cpu/i387.h cpu/fpu/softfloat.h cpu/fpu/tag_w.h \
|
||||
cpu/fpu/status_w.h cpu/fpu/control_w.h cpu/crregs.h cpu/descriptor.h \
|
||||
cpu/decoder/instr.h cpu/decoder/ia_opcodes.h cpu/lazy_flags.h cpu/tlb.h \
|
||||
cpu/icache.h cpu/apic.h cpu/xmm.h cpu/vmx.h cpu/cpuid.h cpu/access.h \
|
||||
iodev/iodev.h bochs.h plugin.h extplugin.h param_names.h
|
||||
cpu/decoder/instr.h cpu/lazy_flags.h cpu/tlb.h cpu/icache.h cpu/apic.h \
|
||||
cpu/xmm.h cpu/vmx.h cpu/svm.h cpu/cpuid.h cpu/access.h iodev/iodev.h \
|
||||
bochs.h plugin.h extplugin.h param_names.h
|
||||
logio.o: logio.@CPP_SUFFIX@ bochs.h config.h osdep.h bx_debug/debug.h config.h \
|
||||
osdep.h gui/siminterface.h cpudb.h gui/paramtree.h memory/memory-bochs.h \
|
||||
pc_system.h gui/gui.h instrument/stubs/instrument.h bxthread.h cpu/cpu.h \
|
||||
cpu/decoder/decoder.h cpu/i387.h cpu/fpu/softfloat.h cpu/fpu/tag_w.h \
|
||||
cpu/fpu/status_w.h cpu/fpu/control_w.h cpu/crregs.h cpu/descriptor.h \
|
||||
cpu/decoder/instr.h cpu/decoder/ia_opcodes.h cpu/lazy_flags.h cpu/tlb.h \
|
||||
cpu/icache.h cpu/apic.h cpu/xmm.h cpu/vmx.h cpu/cpuid.h cpu/access.h
|
||||
cpu/decoder/instr.h cpu/lazy_flags.h cpu/tlb.h cpu/icache.h cpu/apic.h \
|
||||
cpu/xmm.h cpu/vmx.h cpu/svm.h cpu/cpuid.h cpu/access.h
|
||||
main.o: main.@CPP_SUFFIX@ bochs.h config.h osdep.h bx_debug/debug.h config.h \
|
||||
osdep.h gui/siminterface.h cpudb.h gui/paramtree.h memory/memory-bochs.h \
|
||||
pc_system.h gui/gui.h instrument/stubs/instrument.h bxversion.h \
|
||||
param_names.h gui/textconfig.h cpu/cpu.h cpu/decoder/decoder.h \
|
||||
cpu/i387.h cpu/fpu/softfloat.h cpu/fpu/tag_w.h cpu/fpu/status_w.h \
|
||||
cpu/fpu/control_w.h cpu/crregs.h cpu/descriptor.h cpu/decoder/instr.h \
|
||||
cpu/decoder/ia_opcodes.h cpu/lazy_flags.h cpu/tlb.h cpu/icache.h \
|
||||
cpu/apic.h cpu/xmm.h cpu/vmx.h cpu/cpuid.h cpu/access.h iodev/iodev.h \
|
||||
bochs.h plugin.h extplugin.h param_names.h
|
||||
cpu/lazy_flags.h cpu/tlb.h cpu/icache.h cpu/apic.h cpu/xmm.h cpu/vmx.h \
|
||||
cpu/svm.h cpu/cpuid.h cpu/access.h iodev/iodev.h bochs.h plugin.h \
|
||||
extplugin.h param_names.h
|
||||
osdep.o: osdep.@CPP_SUFFIX@ bochs.h config.h osdep.h bx_debug/debug.h config.h \
|
||||
osdep.h gui/siminterface.h cpudb.h gui/paramtree.h memory/memory-bochs.h \
|
||||
pc_system.h gui/gui.h instrument/stubs/instrument.h bxthread.h
|
||||
@ -837,9 +837,9 @@ pc_system.o: pc_system.@CPP_SUFFIX@ bochs.h config.h osdep.h bx_debug/debug.h \
|
||||
instrument/stubs/instrument.h cpu/cpu.h cpu/decoder/decoder.h cpu/i387.h \
|
||||
cpu/fpu/softfloat.h cpu/fpu/tag_w.h cpu/fpu/status_w.h \
|
||||
cpu/fpu/control_w.h cpu/crregs.h cpu/descriptor.h cpu/decoder/instr.h \
|
||||
cpu/decoder/ia_opcodes.h cpu/lazy_flags.h cpu/tlb.h cpu/icache.h \
|
||||
cpu/apic.h cpu/xmm.h cpu/vmx.h cpu/cpuid.h cpu/access.h iodev/iodev.h \
|
||||
bochs.h plugin.h extplugin.h param_names.h
|
||||
cpu/lazy_flags.h cpu/tlb.h cpu/icache.h cpu/apic.h cpu/xmm.h cpu/vmx.h \
|
||||
cpu/svm.h cpu/cpuid.h cpu/access.h iodev/iodev.h bochs.h plugin.h \
|
||||
extplugin.h param_names.h
|
||||
plugin.o: plugin.@CPP_SUFFIX@ bochs.h config.h osdep.h bx_debug/debug.h config.h \
|
||||
osdep.h gui/siminterface.h cpudb.h gui/paramtree.h memory/memory-bochs.h \
|
||||
pc_system.h gui/gui.h instrument/stubs/instrument.h iodev/iodev.h \
|
||||
|
@ -160,613 +160,665 @@ dist-clean: clean
|
||||
|
||||
###########################################
|
||||
# dependencies generated by
|
||||
# gcc -MM -I.. -I../instrument/stubs *.cc | sed 's/\.cc/.@CPP_SUFFIX@/g'
|
||||
# gcc -MM -I.. -I../instrument/stubs *.cc decoder/*.cc | sed 's/\.cc/.@CPP_SUFFIX@/g'
|
||||
###########################################
|
||||
3dnow.o: 3dnow.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
access2.o: access2.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h \
|
||||
tlb.h icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h stack.h access.h
|
||||
access.o: access.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h stack.h access.h
|
||||
access2.o: access2.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h \
|
||||
xmm.h vmx.h svm.h cpuid.h stack.h access.h
|
||||
aes.o: aes.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h stack.h access.h simd_int.h
|
||||
apic.o: apic.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h ../iodev/iodev.h \
|
||||
../plugin.h ../extplugin.h ../param_names.h
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h stack.h access.h ../iodev/iodev.h ../plugin.h \
|
||||
../extplugin.h ../param_names.h
|
||||
arith16.o: arith16.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h \
|
||||
tlb.h icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
crregs.h descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h \
|
||||
xmm.h vmx.h svm.h cpuid.h stack.h access.h
|
||||
arith32.o: arith32.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h \
|
||||
tlb.h icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
crregs.h descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h \
|
||||
xmm.h vmx.h svm.h cpuid.h stack.h access.h
|
||||
arith64.o: arith64.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h \
|
||||
tlb.h icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
crregs.h descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h \
|
||||
xmm.h vmx.h svm.h cpuid.h stack.h access.h
|
||||
arith8.o: arith8.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h stack.h access.h
|
||||
bcd.o: bcd.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
bit16.o: bit16.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h scalar_arith.h
|
||||
bit32.o: bit32.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h scalar_arith.h
|
||||
bit64.o: bit64.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h scalar_arith.h
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h stack.h access.h
|
||||
bit.o: bit.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h stack.h access.h
|
||||
bit16.o: bit16.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h stack.h access.h scalar_arith.h
|
||||
bit32.o: bit32.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h stack.h access.h scalar_arith.h
|
||||
bit64.o: bit64.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h stack.h access.h scalar_arith.h
|
||||
bmi32.o: bmi32.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h scalar_arith.h
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h stack.h access.h scalar_arith.h
|
||||
bmi64.o: bmi64.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h scalar_arith.h
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h stack.h access.h scalar_arith.h
|
||||
call_far.o: call_far.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h \
|
||||
tlb.h icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
crregs.h descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h \
|
||||
xmm.h vmx.h svm.h cpuid.h stack.h access.h
|
||||
cpu.o: cpu.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h cpustats.h
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h stack.h access.h cpustats.h
|
||||
cpuid.o: cpuid.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h access.h ../param_names.h
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h access.h ../param_names.h
|
||||
crc32.o: crc32.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h stack.h access.h
|
||||
crregs.o: crregs.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
ctrl_xfer16.o: ctrl_xfer16.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h \
|
||||
tlb.h icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
ctrl_xfer32.o: ctrl_xfer32.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h \
|
||||
tlb.h icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
ctrl_xfer64.o: ctrl_xfer64.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h \
|
||||
tlb.h icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h stack.h access.h
|
||||
ctrl_xfer_pro.o: ctrl_xfer_pro.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h \
|
||||
tlb.h icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
crregs.h descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h \
|
||||
xmm.h vmx.h svm.h cpuid.h stack.h access.h
|
||||
ctrl_xfer16.o: ctrl_xfer16.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h \
|
||||
xmm.h vmx.h svm.h cpuid.h stack.h access.h
|
||||
ctrl_xfer32.o: ctrl_xfer32.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h \
|
||||
xmm.h vmx.h svm.h cpuid.h stack.h access.h
|
||||
ctrl_xfer64.o: ctrl_xfer64.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h \
|
||||
xmm.h vmx.h svm.h cpuid.h stack.h access.h
|
||||
data_xfer16.o: data_xfer16.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h \
|
||||
tlb.h icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
crregs.h descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h \
|
||||
xmm.h vmx.h svm.h cpuid.h stack.h access.h
|
||||
data_xfer32.o: data_xfer32.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h \
|
||||
tlb.h icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
crregs.h descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h \
|
||||
xmm.h vmx.h svm.h cpuid.h stack.h access.h
|
||||
data_xfer64.o: data_xfer64.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h \
|
||||
tlb.h icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
crregs.h descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h \
|
||||
xmm.h vmx.h svm.h cpuid.h stack.h access.h
|
||||
data_xfer8.o: data_xfer8.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h \
|
||||
tlb.h icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
crregs.h descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h \
|
||||
xmm.h vmx.h svm.h cpuid.h stack.h access.h
|
||||
debugstuff.o: debugstuff.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h \
|
||||
tlb.h icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h \
|
||||
../disasm/disasm.h ../cpu/decoder/decoder.h
|
||||
crregs.h descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h \
|
||||
xmm.h vmx.h svm.h cpuid.h stack.h access.h ../disasm/disasm.h \
|
||||
../cpu/decoder/decoder.h
|
||||
event.o: event.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h ../iodev/iodev.h \
|
||||
../plugin.h ../extplugin.h ../param_names.h
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h stack.h access.h ../iodev/iodev.h ../plugin.h \
|
||||
../extplugin.h ../param_names.h
|
||||
exception.o: exception.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h \
|
||||
tlb.h icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h \
|
||||
../param_names.h ../iodev/iodev.h ../plugin.h ../extplugin.h
|
||||
crregs.h descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h \
|
||||
xmm.h vmx.h svm.h cpuid.h stack.h access.h ../param_names.h \
|
||||
../iodev/iodev.h ../plugin.h ../extplugin.h
|
||||
flag_ctrl.o: flag_ctrl.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h \
|
||||
tlb.h icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
crregs.h descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h \
|
||||
xmm.h vmx.h svm.h cpuid.h stack.h access.h
|
||||
flag_ctrl_pro.o: flag_ctrl_pro.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h \
|
||||
tlb.h icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
crregs.h descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h \
|
||||
xmm.h vmx.h svm.h cpuid.h stack.h access.h
|
||||
fpu_emu.o: fpu_emu.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h \
|
||||
tlb.h icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
crregs.h descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h \
|
||||
xmm.h vmx.h svm.h cpuid.h stack.h access.h
|
||||
generic_cpuid.o: generic_cpuid.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h \
|
||||
tlb.h icache.h apic.h xmm.h vmx.h cpuid.h access.h ../param_names.h \
|
||||
generic_cpuid.h
|
||||
crregs.h descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h \
|
||||
xmm.h vmx.h svm.h cpuid.h access.h ../param_names.h generic_cpuid.h
|
||||
icache.o: icache.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h ../param_names.h \
|
||||
cpustats.h
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h stack.h access.h ../param_names.h cpustats.h \
|
||||
decoder/ia_opcodes.h decoder/ia_opcodes.def
|
||||
init.o: init.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h ../param_names.h \
|
||||
cpustats.h generic_cpuid.h
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h stack.h access.h ../param_names.h cpustats.h \
|
||||
generic_cpuid.h
|
||||
io.o: io.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h ../iodev/iodev.h \
|
||||
../plugin.h ../extplugin.h ../param_names.h
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h stack.h access.h ../iodev/iodev.h ../plugin.h \
|
||||
../extplugin.h ../param_names.h
|
||||
iret.o: iret.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h stack.h access.h
|
||||
jmp_far.o: jmp_far.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h \
|
||||
tlb.h icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
crregs.h descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h \
|
||||
xmm.h vmx.h svm.h cpuid.h stack.h access.h
|
||||
load.o: load.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h simd_int.h
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h stack.h access.h simd_int.h
|
||||
logical16.o: logical16.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h \
|
||||
tlb.h icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
crregs.h descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h \
|
||||
xmm.h vmx.h svm.h cpuid.h stack.h access.h
|
||||
logical32.o: logical32.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h \
|
||||
tlb.h icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
crregs.h descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h \
|
||||
xmm.h vmx.h svm.h cpuid.h stack.h access.h
|
||||
logical64.o: logical64.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h \
|
||||
tlb.h icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
crregs.h descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h \
|
||||
xmm.h vmx.h svm.h cpuid.h stack.h access.h
|
||||
logical8.o: logical8.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h \
|
||||
tlb.h icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
crregs.h descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h \
|
||||
xmm.h vmx.h svm.h cpuid.h stack.h access.h
|
||||
mmx.o: mmx.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h stack.h access.h
|
||||
msr.o: msr.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h stack.h access.h
|
||||
mult16.o: mult16.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h stack.h access.h
|
||||
mult32.o: mult32.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h stack.h access.h
|
||||
mult64.o: mult64.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h stack.h access.h
|
||||
mult8.o: mult8.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h stack.h access.h
|
||||
paging.o: paging.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h cpustats.h
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h stack.h access.h cpustats.h
|
||||
proc_ctrl.o: proc_ctrl.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h ../param_names.h cpu.h \
|
||||
decoder/decoder.h i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h \
|
||||
fpu/control_w.h crregs.h descriptor.h decoder/instr.h \
|
||||
decoder/ia_opcodes.h lazy_flags.h tlb.h icache.h apic.h xmm.h vmx.h \
|
||||
cpuid.h stack.h access.h
|
||||
fpu/control_w.h crregs.h descriptor.h decoder/instr.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h svm.h cpuid.h stack.h access.h \
|
||||
decoder/ia_opcodes.h decoder/ia_opcodes.def
|
||||
protect_ctrl.o: protect_ctrl.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h \
|
||||
tlb.h icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
crregs.h descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h \
|
||||
xmm.h vmx.h svm.h cpuid.h stack.h access.h
|
||||
rdrand.o: rdrand.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h stack.h access.h
|
||||
ret_far.o: ret_far.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h \
|
||||
tlb.h icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
crregs.h descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h \
|
||||
xmm.h vmx.h svm.h cpuid.h stack.h access.h
|
||||
segment_ctrl.o: segment_ctrl.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h \
|
||||
tlb.h icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
crregs.h descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h \
|
||||
xmm.h vmx.h svm.h cpuid.h stack.h access.h
|
||||
segment_ctrl_pro.o: segment_ctrl_pro.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h \
|
||||
tlb.h icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
crregs.h descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h \
|
||||
xmm.h vmx.h svm.h cpuid.h stack.h access.h
|
||||
sha.o: sha.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h stack.h access.h
|
||||
shift16.o: shift16.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h \
|
||||
tlb.h icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
crregs.h descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h \
|
||||
xmm.h vmx.h svm.h cpuid.h stack.h access.h decoder/ia_opcodes.h \
|
||||
decoder/ia_opcodes.def
|
||||
shift32.o: shift32.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h \
|
||||
tlb.h icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
crregs.h descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h \
|
||||
xmm.h vmx.h svm.h cpuid.h stack.h access.h decoder/ia_opcodes.h \
|
||||
decoder/ia_opcodes.def
|
||||
shift64.o: shift64.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h \
|
||||
tlb.h icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
crregs.h descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h \
|
||||
xmm.h vmx.h svm.h cpuid.h stack.h access.h decoder/ia_opcodes.h \
|
||||
decoder/ia_opcodes.def
|
||||
shift8.o: shift8.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h stack.h access.h decoder/ia_opcodes.h \
|
||||
decoder/ia_opcodes.def
|
||||
smm.o: smm.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h smm.h
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h stack.h access.h smm.h
|
||||
soft_int.o: soft_int.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h \
|
||||
tlb.h icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
crregs.h descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h \
|
||||
xmm.h vmx.h svm.h cpuid.h stack.h access.h
|
||||
sse.o: sse.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h simd_int.h \
|
||||
simd_compare.h
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h stack.h access.h simd_int.h simd_compare.h
|
||||
sse_move.o: sse_move.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h \
|
||||
tlb.h icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h simd_int.h
|
||||
crregs.h descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h \
|
||||
xmm.h vmx.h svm.h cpuid.h stack.h access.h simd_int.h
|
||||
sse_pfp.o: sse_pfp.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h \
|
||||
tlb.h icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h \
|
||||
fpu/softfloat-compare.h fpu/softfloat.h simd_pfp.h simd_int.h
|
||||
crregs.h descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h \
|
||||
xmm.h vmx.h svm.h cpuid.h stack.h access.h fpu/softfloat-compare.h \
|
||||
fpu/softfloat.h simd_pfp.h simd_int.h
|
||||
sse_rcp.o: sse_rcp.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h \
|
||||
tlb.h icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h \
|
||||
fpu/softfloat-specialize.h fpu/softfloat.h
|
||||
crregs.h descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h \
|
||||
xmm.h vmx.h svm.h cpuid.h stack.h access.h fpu/softfloat-specialize.h \
|
||||
fpu/softfloat.h
|
||||
sse_string.o: sse_string.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h \
|
||||
tlb.h icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
stack16.o: stack16.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h \
|
||||
tlb.h icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
stack32.o: stack32.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h \
|
||||
tlb.h icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
stack64.o: stack64.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h \
|
||||
tlb.h icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
crregs.h descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h \
|
||||
xmm.h vmx.h svm.h cpuid.h stack.h access.h
|
||||
stack.o: stack.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h cpustats.h
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h stack.h access.h cpustats.h
|
||||
stack16.o: stack16.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h \
|
||||
xmm.h vmx.h svm.h cpuid.h stack.h access.h
|
||||
stack32.o: stack32.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h \
|
||||
xmm.h vmx.h svm.h cpuid.h stack.h access.h
|
||||
stack64.o: stack64.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h \
|
||||
xmm.h vmx.h svm.h cpuid.h stack.h access.h
|
||||
string.o: string.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h stack.h access.h
|
||||
svm.o: svm.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h stack.h access.h decoder/ia_opcodes.h \
|
||||
decoder/ia_opcodes.def
|
||||
tasking.o: tasking.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h decoder/decoder.h \
|
||||
i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
crregs.h descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h \
|
||||
tlb.h icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
crregs.h descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h \
|
||||
xmm.h vmx.h svm.h cpuid.h stack.h access.h
|
||||
vapic.o: vapic.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h stack.h access.h
|
||||
vm8086.o: vm8086.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h stack.h access.h
|
||||
vmcs.o: vmcs.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h stack.h access.h
|
||||
vmexit.o: vmexit.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h stack.h access.h decoder/ia_opcodes.h \
|
||||
decoder/ia_opcodes.def
|
||||
vmfunc.o: vmfunc.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h stack.h access.h
|
||||
vmx.o: vmx.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h ../iodev/iodev.h \
|
||||
../plugin.h ../extplugin.h ../param_names.h
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h stack.h access.h ../iodev/iodev.h ../plugin.h \
|
||||
../extplugin.h ../param_names.h decoder/ia_opcodes.h \
|
||||
decoder/ia_opcodes.def
|
||||
xsave.o: xsave.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../gui/siminterface.h ../cpudb.h \
|
||||
../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h decoder/ia_opcodes.h lazy_flags.h tlb.h \
|
||||
icache.h apic.h xmm.h vmx.h cpuid.h stack.h access.h
|
||||
descriptor.h decoder/instr.h lazy_flags.h tlb.h icache.h apic.h xmm.h \
|
||||
vmx.h svm.h cpuid.h stack.h access.h decoder/ia_opcodes.h \
|
||||
decoder/ia_opcodes.def
|
||||
disasm.o: decoder/disasm.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
../gui/gui.h ../instrument/stubs/instrument.h cpu.h \
|
||||
decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h \
|
||||
fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h \
|
||||
lazy_flags.h tlb.h icache.h \
|
||||
apic.h xmm.h vmx.h svm.h \
|
||||
cpuid.h access.h decoder/fetchdecode.h \
|
||||
decoder/ia_opcodes.h decoder/ia_opcodes.def decoder/fetchdecode_x87.h \
|
||||
decoder/fetchdecode_avx.h decoder/fetchdecode_xop.h \
|
||||
decoder/fetchdecode_evex.h
|
||||
fetchdecode32.o: decoder/fetchdecode32.@CPP_SUFFIX@ ../bochs.h ../config.h \
|
||||
../osdep.h ../bx_debug/debug.h ../config.h ../osdep.h \
|
||||
../gui/siminterface.h ../cpudb.h ../gui/paramtree.h \
|
||||
../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h \
|
||||
decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h \
|
||||
fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h \
|
||||
lazy_flags.h tlb.h icache.h \
|
||||
apic.h xmm.h vmx.h svm.h \
|
||||
cpuid.h access.h decoder/fetchdecode.h \
|
||||
decoder/ia_opcodes.h decoder/ia_opcodes.def decoder/fetchdecode_x87.h \
|
||||
decoder/fetchdecode_avx.h decoder/fetchdecode_xop.h \
|
||||
decoder/fetchdecode_evex.h decoder/fetchdecode_opmap.h \
|
||||
decoder/fetchdecode_opmap_0f38.h decoder/fetchdecode_opmap_0f3a.h
|
||||
fetchdecode64.o: decoder/fetchdecode64.@CPP_SUFFIX@ ../bochs.h ../config.h \
|
||||
../osdep.h ../bx_debug/debug.h ../config.h ../osdep.h \
|
||||
../gui/siminterface.h ../cpudb.h ../gui/paramtree.h \
|
||||
../memory/memory-bochs.h ../pc_system.h ../gui/gui.h \
|
||||
../instrument/stubs/instrument.h cpu.h \
|
||||
decoder/decoder.h i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h \
|
||||
fpu/status_w.h fpu/control_w.h crregs.h \
|
||||
descriptor.h decoder/instr.h \
|
||||
lazy_flags.h tlb.h icache.h \
|
||||
apic.h xmm.h vmx.h svm.h \
|
||||
cpuid.h access.h decoder/fetchdecode.h \
|
||||
decoder/ia_opcodes.h decoder/ia_opcodes.def decoder/fetchdecode_x87.h \
|
||||
decoder/fetchdecode_avx.h decoder/fetchdecode_xop.h \
|
||||
decoder/fetchdecode_evex.h decoder/fetchdecode_opmap.h \
|
||||
decoder/fetchdecode_opmap_0f38.h decoder/fetchdecode_opmap_0f3a.h
|
||||
|
@ -90,123 +90,6 @@ dist-clean: clean
|
||||
# dependencies generated by
|
||||
# gcc -MM -I.. -I../.. -I../../instrument/stubs *.cc | sed 's/\.cc/.@CPP_SUFFIX@/g'
|
||||
###########################################
|
||||
avx2.o: avx2.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../cpuid.h ../stack.h ../access.h
|
||||
avx512.o: avx512.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../cpuid.h ../stack.h ../access.h
|
||||
avx512_bitalg.o: avx512_bitalg.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../cpuid.h ../stack.h ../access.h
|
||||
avx512_cvt.o: avx512_cvt.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../cpuid.h ../stack.h ../access.h
|
||||
avx512_fma.o: avx512_fma.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../cpuid.h ../stack.h ../access.h
|
||||
avx512_mask16.o: avx512_mask16.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../cpuid.h ../stack.h ../access.h
|
||||
avx512_mask32.o: avx512_mask32.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../cpuid.h ../stack.h ../access.h
|
||||
avx512_mask64.o: avx512_mask64.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../cpuid.h ../stack.h ../access.h
|
||||
avx512_mask8.o: avx512_mask8.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../cpuid.h ../stack.h ../access.h
|
||||
avx512_move.o: avx512_move.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../cpuid.h ../stack.h ../access.h
|
||||
avx512_pfp.o: avx512_pfp.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../cpuid.h ../stack.h ../access.h
|
||||
avx512_rcp14.o: avx512_rcp14.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../cpuid.h ../stack.h ../access.h
|
||||
avx512_rsqrt14.o: avx512_rsqrt14.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../cpuid.h ../stack.h ../access.h
|
||||
avx.o: avx.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
@ -214,8 +97,8 @@ avx.o: avx.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../cpuid.h ../stack.h ../access.h
|
||||
../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
|
||||
../svm.h ../cpuid.h ../stack.h ../access.h ../simd_int.h
|
||||
avx_cvt.o: avx_cvt.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
@ -223,8 +106,8 @@ avx_cvt.o: avx_cvt.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../cpuid.h ../stack.h ../access.h
|
||||
../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
|
||||
../svm.h ../cpuid.h ../stack.h ../access.h
|
||||
avx_fma.o: avx_fma.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
@ -232,8 +115,8 @@ avx_fma.o: avx_fma.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../cpuid.h ../stack.h ../access.h
|
||||
../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
|
||||
../svm.h ../cpuid.h ../stack.h ../access.h ../simd_pfp.h
|
||||
avx_pfp.o: avx_pfp.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
@ -241,17 +124,142 @@ avx_pfp.o: avx_pfp.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../cpuid.h ../stack.h ../access.h
|
||||
avx512_vnni.o: avx512_vnni.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
|
||||
../svm.h ../cpuid.h ../stack.h ../access.h ../fpu/softfloat-compare.h \
|
||||
../fpu/softfloat.h ../simd_pfp.h ../simd_int.h
|
||||
avx2.o: avx2.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
|
||||
../svm.h ../cpuid.h ../stack.h ../access.h ../simd_int.h \
|
||||
../simd_compare.h
|
||||
avx512.o: avx512.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
|
||||
../svm.h ../cpuid.h ../stack.h ../access.h ../simd_int.h \
|
||||
../simd_compare.h
|
||||
avx512_bitalg.o: avx512_bitalg.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../cpuid.h ../stack.h ../access.h
|
||||
../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
|
||||
../svm.h ../cpuid.h ../stack.h ../access.h ../simd_int.h \
|
||||
../scalar_arith.h
|
||||
avx512_cvt.o: avx512_cvt.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
|
||||
../svm.h ../cpuid.h ../stack.h ../access.h ../simd_int.h
|
||||
avx512_fma.o: avx512_fma.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
|
||||
../svm.h ../cpuid.h ../stack.h ../access.h ../simd_int.h ../simd_pfp.h
|
||||
avx512_mask16.o: avx512_mask16.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
|
||||
../svm.h ../cpuid.h ../stack.h ../access.h
|
||||
avx512_mask32.o: avx512_mask32.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
|
||||
../svm.h ../cpuid.h ../stack.h ../access.h
|
||||
avx512_mask64.o: avx512_mask64.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
|
||||
../svm.h ../cpuid.h ../stack.h ../access.h
|
||||
avx512_mask8.o: avx512_mask8.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
|
||||
../svm.h ../cpuid.h ../stack.h ../access.h
|
||||
avx512_move.o: avx512_move.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
|
||||
../svm.h ../cpuid.h ../stack.h ../access.h ../simd_int.h
|
||||
avx512_pfp.o: avx512_pfp.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
|
||||
../svm.h ../cpuid.h ../stack.h ../access.h ../fpu/softfloat-compare.h \
|
||||
../fpu/softfloat.h ../simd_int.h ../simd_pfp.h \
|
||||
../fpu/softfloat-specialize.h
|
||||
avx512_rcp14.o: avx512_rcp14.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
|
||||
../svm.h ../cpuid.h ../stack.h ../access.h ../fpu/softfloat-specialize.h \
|
||||
../fpu/softfloat.h ../fpu/softfloat-round-pack.h ../simd_int.h
|
||||
avx512_rsqrt14.o: avx512_rsqrt14.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
|
||||
../svm.h ../cpuid.h ../stack.h ../access.h ../fpu/softfloat-specialize.h \
|
||||
../fpu/softfloat.h ../fpu/softfloat-round-pack.h ../simd_int.h
|
||||
avx512_vnni.o: avx512_vnni.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
|
||||
../svm.h ../cpuid.h ../stack.h ../access.h ../simd_int.h
|
||||
gather.o: gather.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
@ -259,8 +267,8 @@ gather.o: gather.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../cpuid.h ../stack.h ../access.h
|
||||
../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
|
||||
../svm.h ../cpuid.h ../stack.h ../access.h
|
||||
tbm32.o: tbm32.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
@ -268,8 +276,8 @@ tbm32.o: tbm32.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../cpuid.h ../stack.h ../access.h
|
||||
../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
|
||||
../svm.h ../cpuid.h ../stack.h ../access.h ../scalar_arith.h
|
||||
tbm64.o: tbm64.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
@ -277,8 +285,8 @@ tbm64.o: tbm64.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../cpuid.h ../stack.h ../access.h
|
||||
../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
|
||||
../svm.h ../cpuid.h ../stack.h ../access.h ../scalar_arith.h
|
||||
xop.o: xop.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
@ -286,5 +294,6 @@ xop.o: xop.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../cpuid.h ../stack.h ../access.h
|
||||
../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
|
||||
../svm.h ../cpuid.h ../stack.h ../access.h ../simd_int.h \
|
||||
../simd_compare.h
|
||||
|
@ -88,162 +88,6 @@ dist-clean: clean
|
||||
# dependencies generated by
|
||||
# gcc -MM -I.. -I../.. -I../../instrument/stubs *.cc | sed 's/\.cc/.@CPP_SUFFIX@/g'
|
||||
###########################################
|
||||
intel/pentium.o: intel/pentium.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../cpuid.h ../access.h intel/pentium.h ../../cpu/cpuid.h
|
||||
intel/pentium_mmx.o: intel/pentium_mmx.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../cpuid.h ../access.h intel/pentium_mmx.h ../../cpu/cpuid.h
|
||||
intel/p2_klamath.o: intel/p2_klamath.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../cpuid.h ../access.h intel/p2_klamath.h ../../cpu/cpuid.h
|
||||
intel/p3_katmai.o: intel/p3_katmai.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../cpuid.h ../access.h intel/p3_katmai.h ../../cpu/cpuid.h
|
||||
intel/p4_prescott_celeron_336.o: intel/p4_prescott_celeron_336.@CPP_SUFFIX@ ../../bochs.h \
|
||||
../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
|
||||
../../osdep.h ../../gui/siminterface.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../memory/memory-bochs.h ../../pc_system.h \
|
||||
../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
|
||||
../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
|
||||
../fpu/status_w.h ../fpu/control_w.h ../crregs.h ../descriptor.h \
|
||||
../decoder/instr.h ../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h \
|
||||
../icache.h ../apic.h ../xmm.h ../vmx.h ../cpuid.h ../access.h \
|
||||
intel/p4_prescott_celeron_336.h ../../cpu/cpuid.h
|
||||
intel/p4_willamette.o: intel/p4_willamette.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../cpuid.h ../access.h intel/p4_willamette.h \
|
||||
../../cpu/cpuid.h
|
||||
intel/atom_n270.o: intel/atom_n270.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../cpuid.h ../access.h ../../param_names.h intel/atom_n270.h \
|
||||
../../cpu/cpuid.h
|
||||
intel/core_duo_t2400_yonah.o: intel/core_duo_t2400_yonah.@CPP_SUFFIX@ ../../bochs.h \
|
||||
../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
|
||||
../../osdep.h ../../gui/siminterface.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../memory/memory-bochs.h ../../pc_system.h \
|
||||
../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
|
||||
../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
|
||||
../fpu/status_w.h ../fpu/control_w.h ../crregs.h ../descriptor.h \
|
||||
../decoder/instr.h ../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h \
|
||||
../icache.h ../apic.h ../xmm.h ../vmx.h ../cpuid.h ../access.h \
|
||||
../../param_names.h intel/core_duo_t2400_yonah.h ../../cpu/cpuid.h
|
||||
intel/core2_penryn_t9600.o: intel/core2_penryn_t9600.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../cpuid.h ../access.h ../../param_names.h \
|
||||
intel/core2_penryn_t9600.h ../../cpu/cpuid.h
|
||||
intel/corei5_arrandale_m520.o: intel/corei5_arrandale_m520.@CPP_SUFFIX@ ../../bochs.h \
|
||||
../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
|
||||
../../osdep.h ../../gui/siminterface.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../memory/memory-bochs.h ../../pc_system.h \
|
||||
../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
|
||||
../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
|
||||
../fpu/status_w.h ../fpu/control_w.h ../crregs.h ../descriptor.h \
|
||||
../decoder/instr.h ../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h \
|
||||
../icache.h ../apic.h ../xmm.h ../vmx.h ../cpuid.h ../access.h \
|
||||
../../param_names.h intel/corei5_arrandale_m520.h ../../cpu/cpuid.h
|
||||
intel/corei5_lynnfield_750.o: intel/corei5_lynnfield_750.@CPP_SUFFIX@ ../../bochs.h \
|
||||
../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
|
||||
../../osdep.h ../../gui/siminterface.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../memory/memory-bochs.h ../../pc_system.h \
|
||||
../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
|
||||
../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
|
||||
../fpu/status_w.h ../fpu/control_w.h ../crregs.h ../descriptor.h \
|
||||
../decoder/instr.h ../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h \
|
||||
../icache.h ../apic.h ../xmm.h ../vmx.h ../cpuid.h ../access.h \
|
||||
../../param_names.h intel/corei5_lynnfield_750.h ../../cpu/cpuid.h
|
||||
intel/corei7_sandy_bridge_2600K.o: intel/corei7_sandy_bridge_2600K.@CPP_SUFFIX@ ../../bochs.h \
|
||||
../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
|
||||
../../osdep.h ../../gui/siminterface.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../memory/memory-bochs.h ../../pc_system.h \
|
||||
../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
|
||||
../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
|
||||
../fpu/status_w.h ../fpu/control_w.h ../crregs.h ../descriptor.h \
|
||||
../decoder/instr.h ../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h \
|
||||
../icache.h ../apic.h ../xmm.h ../vmx.h ../cpuid.h ../access.h \
|
||||
../../param_names.h intel/corei7_sandy_bridge_2600K.h ../../cpu/cpuid.h
|
||||
intel/corei7_ivy_bridge_3770K.o: intel/corei7_ivy_bridge_3770K.@CPP_SUFFIX@ ../../bochs.h \
|
||||
../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
|
||||
../../osdep.h ../../gui/siminterface.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../memory/memory-bochs.h ../../pc_system.h \
|
||||
../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
|
||||
../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
|
||||
../fpu/status_w.h ../fpu/control_w.h ../crregs.h ../descriptor.h \
|
||||
../decoder/instr.h ../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h \
|
||||
../icache.h ../apic.h ../xmm.h ../vmx.h ../cpuid.h ../access.h \
|
||||
../../param_names.h intel/corei7_ivy_bridge_3770K.h
|
||||
intel/corei7_haswell_4770.o: intel/corei7_haswell_4770.@CPP_SUFFIX@ ../../bochs.h \
|
||||
../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
|
||||
../../osdep.h ../../gui/siminterface.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../memory/memory-bochs.h ../../pc_system.h \
|
||||
../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
|
||||
../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
|
||||
../fpu/status_w.h ../fpu/control_w.h ../crregs.h ../descriptor.h \
|
||||
../decoder/instr.h ../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h \
|
||||
../icache.h ../apic.h ../xmm.h ../vmx.h ../cpuid.h ../access.h \
|
||||
../../param_names.h intel/corei7_haswell_4770.h
|
||||
intel/broadwell_ult.o: intel/broadwell_ult.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../cpuid.h ../access.h ../../param_names.h \
|
||||
intel/broadwell_ult.h
|
||||
intel/corei7_skylake-x.o: intel/corei7_skylake-x.@CPP_SUFFIX@ ../../bochs.h \
|
||||
../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
|
||||
../../osdep.h ../../gui/siminterface.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../memory/memory-bochs.h ../../pc_system.h \
|
||||
../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
|
||||
../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
|
||||
../fpu/status_w.h ../fpu/control_w.h ../crregs.h ../descriptor.h \
|
||||
../decoder/instr.h ../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h \
|
||||
../icache.h ../apic.h ../xmm.h ../vmx.h ../cpuid.h ../access.h \
|
||||
../../param_names.h intel/corei7_skylake-x.h
|
||||
amd/amd_k6_2_chomper.o: amd/amd_k6_2_chomper.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
@ -251,9 +95,8 @@ amd/amd_k6_2_chomper.o: amd/amd_k6_2_chomper.@CPP_SUFFIX@ ../../bochs.h ../../co
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../cpuid.h ../access.h amd/amd_k6_2_chomper.h \
|
||||
../../cpu/cpuid.h
|
||||
../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
|
||||
../svm.h ../cpuid.h ../access.h amd/amd_k6_2_chomper.h ../../cpu/cpuid.h
|
||||
amd/athlon64_clawhammer.o: amd/athlon64_clawhammer.@CPP_SUFFIX@ ../../bochs.h \
|
||||
../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
|
||||
../../osdep.h ../../gui/siminterface.h ../../cpudb.h \
|
||||
@ -261,8 +104,8 @@ amd/athlon64_clawhammer.o: amd/athlon64_clawhammer.@CPP_SUFFIX@ ../../bochs.h \
|
||||
../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
|
||||
../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
|
||||
../fpu/status_w.h ../fpu/control_w.h ../crregs.h ../descriptor.h \
|
||||
../decoder/instr.h ../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h \
|
||||
../icache.h ../apic.h ../xmm.h ../vmx.h ../cpuid.h ../access.h \
|
||||
../decoder/instr.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../svm.h ../cpuid.h ../access.h \
|
||||
amd/athlon64_clawhammer.h ../../cpu/cpuid.h
|
||||
amd/athlon64_venice.o: amd/athlon64_venice.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
@ -271,9 +114,8 @@ amd/athlon64_venice.o: amd/athlon64_venice.@CPP_SUFFIX@ ../../bochs.h ../../conf
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../cpuid.h ../access.h amd/athlon64_venice.h \
|
||||
../../cpu/cpuid.h
|
||||
../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
|
||||
../svm.h ../cpuid.h ../access.h amd/athlon64_venice.h ../../cpu/cpuid.h
|
||||
amd/phenomx3_8650_toliman.o: amd/phenomx3_8650_toliman.@CPP_SUFFIX@ ../../bochs.h \
|
||||
../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
|
||||
../../osdep.h ../../gui/siminterface.h ../../cpudb.h \
|
||||
@ -281,38 +123,9 @@ amd/phenomx3_8650_toliman.o: amd/phenomx3_8650_toliman.@CPP_SUFFIX@ ../../bochs.
|
||||
../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
|
||||
../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
|
||||
../fpu/status_w.h ../fpu/control_w.h ../crregs.h ../descriptor.h \
|
||||
../decoder/instr.h ../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h \
|
||||
../icache.h ../apic.h ../xmm.h ../vmx.h ../cpuid.h ../access.h \
|
||||
../../param_names.h amd/phenomx3_8650_toliman.h ../../cpu/cpuid.h
|
||||
amd/trinity_apu.o: amd/trinity_apu.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../cpuid.h ../access.h ../../param_names.h \
|
||||
amd/trinity_apu.h
|
||||
amd/turion64_tyler.o: amd/turion64_tyler.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../cpuid.h ../access.h amd/turion64_tyler.h \
|
||||
../../cpu/cpuid.h
|
||||
amd/zambezi.o: amd/zambezi.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../cpuid.h ../access.h ../../param_names.h amd/zambezi.h
|
||||
../decoder/instr.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../svm.h ../cpuid.h ../access.h ../../param_names.h \
|
||||
amd/phenomx3_8650_toliman.h ../../cpu/cpuid.h
|
||||
amd/ryzen.o: amd/ryzen.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
@ -320,5 +133,190 @@ amd/ryzen.o: amd/ryzen.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../decoder/ia_opcodes.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../cpuid.h ../access.h ../../param_names.h amd/ryzen.h
|
||||
../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
|
||||
../svm.h ../cpuid.h ../access.h ../../param_names.h amd/ryzen.h \
|
||||
../../cpu/cpuid.h
|
||||
amd/trinity_apu.o: amd/trinity_apu.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
|
||||
../svm.h ../cpuid.h ../access.h ../../param_names.h amd/trinity_apu.h \
|
||||
../../cpu/cpuid.h
|
||||
amd/turion64_tyler.o: amd/turion64_tyler.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
|
||||
../svm.h ../cpuid.h ../access.h amd/turion64_tyler.h ../../cpu/cpuid.h
|
||||
amd/zambezi.o: amd/zambezi.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
|
||||
../svm.h ../cpuid.h ../access.h ../../param_names.h amd/zambezi.h \
|
||||
../../cpu/cpuid.h
|
||||
intel/atom_n270.o: intel/atom_n270.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
|
||||
../svm.h ../cpuid.h ../access.h ../../param_names.h intel/atom_n270.h \
|
||||
../../cpu/cpuid.h
|
||||
intel/broadwell_ult.o: intel/broadwell_ult.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
|
||||
../svm.h ../cpuid.h ../access.h ../../param_names.h \
|
||||
intel/broadwell_ult.h ../../cpu/cpuid.h
|
||||
intel/core_duo_t2400_yonah.o: intel/core_duo_t2400_yonah.@CPP_SUFFIX@ ../../bochs.h \
|
||||
../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
|
||||
../../osdep.h ../../gui/siminterface.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../memory/memory-bochs.h ../../pc_system.h \
|
||||
../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
|
||||
../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
|
||||
../fpu/status_w.h ../fpu/control_w.h ../crregs.h ../descriptor.h \
|
||||
../decoder/instr.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../svm.h ../cpuid.h ../access.h ../../param_names.h \
|
||||
intel/core_duo_t2400_yonah.h ../../cpu/cpuid.h
|
||||
intel/core2_penryn_t9600.o: intel/core2_penryn_t9600.@CPP_SUFFIX@ ../../bochs.h \
|
||||
../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
|
||||
../../osdep.h ../../gui/siminterface.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../memory/memory-bochs.h ../../pc_system.h \
|
||||
../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
|
||||
../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
|
||||
../fpu/status_w.h ../fpu/control_w.h ../crregs.h ../descriptor.h \
|
||||
../decoder/instr.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../svm.h ../cpuid.h ../access.h ../../param_names.h \
|
||||
intel/core2_penryn_t9600.h ../../cpu/cpuid.h
|
||||
intel/corei5_arrandale_m520.o: intel/corei5_arrandale_m520.@CPP_SUFFIX@ ../../bochs.h \
|
||||
../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
|
||||
../../osdep.h ../../gui/siminterface.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../memory/memory-bochs.h ../../pc_system.h \
|
||||
../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
|
||||
../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
|
||||
../fpu/status_w.h ../fpu/control_w.h ../crregs.h ../descriptor.h \
|
||||
../decoder/instr.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../svm.h ../cpuid.h ../access.h ../../param_names.h \
|
||||
intel/corei5_arrandale_m520.h ../../cpu/cpuid.h
|
||||
intel/corei5_lynnfield_750.o: intel/corei5_lynnfield_750.@CPP_SUFFIX@ ../../bochs.h \
|
||||
../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
|
||||
../../osdep.h ../../gui/siminterface.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../memory/memory-bochs.h ../../pc_system.h \
|
||||
../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
|
||||
../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
|
||||
../fpu/status_w.h ../fpu/control_w.h ../crregs.h ../descriptor.h \
|
||||
../decoder/instr.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../svm.h ../cpuid.h ../access.h ../../param_names.h \
|
||||
intel/corei5_lynnfield_750.h ../../cpu/cpuid.h
|
||||
intel/corei7_haswell_4770.o: intel/corei7_haswell_4770.@CPP_SUFFIX@ ../../bochs.h \
|
||||
../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
|
||||
../../osdep.h ../../gui/siminterface.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../memory/memory-bochs.h ../../pc_system.h \
|
||||
../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
|
||||
../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
|
||||
../fpu/status_w.h ../fpu/control_w.h ../crregs.h ../descriptor.h \
|
||||
../decoder/instr.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../svm.h ../cpuid.h ../access.h ../../param_names.h \
|
||||
intel/corei7_haswell_4770.h ../../cpu/cpuid.h
|
||||
intel/corei7_ivy_bridge_3770K.o: intel/corei7_ivy_bridge_3770K.@CPP_SUFFIX@ ../../bochs.h \
|
||||
../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
|
||||
../../osdep.h ../../gui/siminterface.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../memory/memory-bochs.h ../../pc_system.h \
|
||||
../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
|
||||
../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
|
||||
../fpu/status_w.h ../fpu/control_w.h ../crregs.h ../descriptor.h \
|
||||
../decoder/instr.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../svm.h ../cpuid.h ../access.h ../../param_names.h \
|
||||
intel/corei7_ivy_bridge_3770K.h ../../cpu/cpuid.h
|
||||
intel/corei7_sandy_bridge_2600K.o: intel/corei7_sandy_bridge_2600K.@CPP_SUFFIX@ \
|
||||
../../bochs.h ../../config.h ../../osdep.h ../../bx_debug/debug.h \
|
||||
../../config.h ../../osdep.h ../../gui/siminterface.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../memory/memory-bochs.h ../../pc_system.h \
|
||||
../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
|
||||
../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
|
||||
../fpu/status_w.h ../fpu/control_w.h ../crregs.h ../descriptor.h \
|
||||
../decoder/instr.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../svm.h ../cpuid.h ../access.h ../../param_names.h \
|
||||
intel/corei7_sandy_bridge_2600K.h ../../cpu/cpuid.h
|
||||
intel/corei7_skylake-x.o: intel/corei7_skylake-x.@CPP_SUFFIX@ ../../bochs.h \
|
||||
../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
|
||||
../../osdep.h ../../gui/siminterface.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../memory/memory-bochs.h ../../pc_system.h \
|
||||
../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
|
||||
../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
|
||||
../fpu/status_w.h ../fpu/control_w.h ../crregs.h ../descriptor.h \
|
||||
../decoder/instr.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../svm.h ../cpuid.h ../access.h ../../param_names.h \
|
||||
intel/corei7_skylake-x.h ../../cpu/cpuid.h
|
||||
intel/p2_klamath.o: intel/p2_klamath.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
|
||||
../svm.h ../cpuid.h ../access.h intel/p2_klamath.h ../../cpu/cpuid.h
|
||||
intel/p3_katmai.o: intel/p3_katmai.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
|
||||
../svm.h ../cpuid.h ../access.h intel/p3_katmai.h ../../cpu/cpuid.h
|
||||
intel/p4_prescott_celeron_336.o: intel/p4_prescott_celeron_336.@CPP_SUFFIX@ ../../bochs.h \
|
||||
../../config.h ../../osdep.h ../../bx_debug/debug.h ../../config.h \
|
||||
../../osdep.h ../../gui/siminterface.h ../../cpudb.h \
|
||||
../../gui/paramtree.h ../../memory/memory-bochs.h ../../pc_system.h \
|
||||
../../gui/gui.h ../../instrument/stubs/instrument.h ../cpu.h \
|
||||
../decoder/decoder.h ../i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
|
||||
../fpu/status_w.h ../fpu/control_w.h ../crregs.h ../descriptor.h \
|
||||
../decoder/instr.h ../lazy_flags.h ../tlb.h ../icache.h ../apic.h \
|
||||
../xmm.h ../vmx.h ../svm.h ../cpuid.h ../access.h \
|
||||
intel/p4_prescott_celeron_336.h ../../cpu/cpuid.h
|
||||
intel/p4_willamette.o: intel/p4_willamette.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
|
||||
../svm.h ../cpuid.h ../access.h intel/p4_willamette.h ../../cpu/cpuid.h
|
||||
intel/pentium.o: intel/pentium.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
|
||||
../svm.h ../cpuid.h ../access.h intel/pentium.h ../../cpu/cpuid.h
|
||||
intel/pentium_mmx.o: intel/pentium_mmx.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h ../decoder/decoder.h \
|
||||
../i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../lazy_flags.h ../tlb.h ../icache.h ../apic.h ../xmm.h ../vmx.h \
|
||||
../svm.h ../cpuid.h ../access.h intel/pentium_mmx.h ../../cpu/cpuid.h
|
||||
|
0
bochs/cpu/decoder/decoder.h
Executable file → Normal file
0
bochs/cpu/decoder/decoder.h
Executable file → Normal file
@ -412,6 +412,8 @@ struct bx_modrm {
|
||||
unsigned modrm, mod, nnn, rm;
|
||||
};
|
||||
|
||||
#include "ia_opcodes.h"
|
||||
|
||||
//
|
||||
// Common FetchDecode Opcode Tables
|
||||
//
|
||||
|
@ -1196,7 +1196,7 @@ static unsigned sreg_mod1or2_base32[8] = {
|
||||
// table of all Bochs opcodes
|
||||
bxIAOpcodeTable BxOpcodesTable[] = {
|
||||
#define bx_define_opcode(a, b, c, d, s1, s2, s3, s4, e) { b, c, { s1, s2, s3, s4 }, e },
|
||||
#include "ia_opcodes.h"
|
||||
#include "ia_opcodes.def"
|
||||
};
|
||||
#undef bx_define_opcode
|
||||
|
||||
@ -2810,7 +2810,7 @@ const char *get_bx_opcode_name(Bit16u ia_opcode)
|
||||
static const char* BxOpcodeNamesTable[BX_IA_LAST] =
|
||||
{
|
||||
#define bx_define_opcode(a, b, c, d, s1, s2, s3, s4, e) #a,
|
||||
#include "ia_opcodes.h"
|
||||
#include "ia_opcodes.def"
|
||||
};
|
||||
#undef bx_define_opcode
|
||||
|
||||
@ -2822,7 +2822,7 @@ void BX_CPU_C::init_FetchDecodeTables(void)
|
||||
static Bit8u BxOpcodeFeatures[BX_IA_LAST] =
|
||||
{
|
||||
#define bx_define_opcode(a, b, c, d, s1, s2, s3, s4, e) d,
|
||||
#include "ia_opcodes.h"
|
||||
#include "ia_opcodes.def"
|
||||
};
|
||||
#undef bx_define_opcode
|
||||
|
||||
|
3686
bochs/cpu/decoder/ia_opcodes.def
Normal file
3686
bochs/cpu/decoder/ia_opcodes.def
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -370,11 +370,4 @@ public:
|
||||
};
|
||||
// <TAG-CLASS-INSTRUCTION-END>
|
||||
|
||||
enum {
|
||||
#define bx_define_opcode(a, b, c, d, s1, s2, s3, s4, e) a,
|
||||
#include "ia_opcodes.h"
|
||||
BX_IA_LAST
|
||||
};
|
||||
#undef bx_define_opcode
|
||||
|
||||
#endif
|
||||
|
@ -80,114 +80,116 @@ ferr.o: ferr.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../../cpu/cpu.h \
|
||||
../../cpu/decoder/decoder.h ../../cpu/i387.h ../../cpu/fpu/softfloat.h \
|
||||
../../cpu/fpu/tag_w.h ../../cpu/fpu/status_w.h ../../cpu/fpu/control_w.h \
|
||||
../../cpu/crregs.h ../../cpu/descriptor.h ../../cpu/decoder/instr.h \
|
||||
../../cpu/decoder/ia_opcodes.h ../../cpu/lazy_flags.h ../../cpu/tlb.h \
|
||||
../../cpu/icache.h ../../cpu/apic.h ../../cpu/xmm.h ../../cpu/vmx.h \
|
||||
../../cpu/cpuid.h ../../cpu/stack.h ../../cpu/access.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h \
|
||||
../decoder/decoder.h ../i387.h ../fpu/softfloat.h \
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../lazy_flags.h ../tlb.h ../icache.h \
|
||||
../apic.h ../xmm.h ../vmx.h ../svm.h \
|
||||
../cpuid.h ../stack.h ../access.h \
|
||||
softfloat-specialize.h softfloat.h
|
||||
fpatan.o: fpatan.@CPP_SUFFIX@ softfloatx80.h softfloat.h ../../config.h \
|
||||
softfloat-specialize.h softfloat-macros.h softfloat-round-pack.h \
|
||||
fpu_constant.h
|
||||
fprem.o: fprem.@CPP_SUFFIX@ softfloatx80.h softfloat.h ../../config.h \
|
||||
softfloat-specialize.h softfloat-round-pack.h softfloat-macros.h
|
||||
fpu_arith.o: fpu_arith.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../../cpu/cpu.h \
|
||||
../../cpu/decoder/decoder.h ../../cpu/i387.h ../../cpu/fpu/softfloat.h \
|
||||
../../cpu/fpu/tag_w.h ../../cpu/fpu/status_w.h ../../cpu/fpu/control_w.h \
|
||||
../../cpu/crregs.h ../../cpu/descriptor.h ../../cpu/decoder/instr.h \
|
||||
../../cpu/decoder/ia_opcodes.h ../../cpu/lazy_flags.h ../../cpu/tlb.h \
|
||||
../../cpu/icache.h ../../cpu/apic.h ../../cpu/xmm.h ../../cpu/vmx.h \
|
||||
../../cpu/cpuid.h ../../cpu/stack.h ../../cpu/access.h softfloatx80.h \
|
||||
softfloat.h softfloat-specialize.h
|
||||
fpu.o: fpu.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../../cpu/cpu.h \
|
||||
../../cpu/decoder/decoder.h ../../cpu/i387.h ../../cpu/fpu/softfloat.h \
|
||||
../../cpu/fpu/tag_w.h ../../cpu/fpu/status_w.h ../../cpu/fpu/control_w.h \
|
||||
../../cpu/crregs.h ../../cpu/descriptor.h ../../cpu/decoder/instr.h \
|
||||
../../cpu/decoder/ia_opcodes.h ../../cpu/lazy_flags.h ../../cpu/tlb.h \
|
||||
../../cpu/icache.h ../../cpu/apic.h ../../cpu/xmm.h ../../cpu/vmx.h \
|
||||
../../cpu/cpuid.h ../../cpu/stack.h ../../cpu/access.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h \
|
||||
../decoder/decoder.h ../i387.h ../fpu/softfloat.h \
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../lazy_flags.h ../tlb.h ../icache.h \
|
||||
../apic.h ../xmm.h ../vmx.h ../svm.h \
|
||||
../cpuid.h ../stack.h ../access.h \
|
||||
../../iodev/iodev.h ../../plugin.h ../../extplugin.h ../../param_names.h \
|
||||
softfloatx80.h softfloat.h softfloat-specialize.h
|
||||
fpu_arith.o: fpu_arith.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h \
|
||||
../decoder/decoder.h ../i387.h ../fpu/softfloat.h \
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../lazy_flags.h ../tlb.h ../icache.h \
|
||||
../apic.h ../xmm.h ../vmx.h ../svm.h \
|
||||
../cpuid.h ../stack.h ../access.h softfloatx80.h \
|
||||
softfloat.h softfloat-specialize.h
|
||||
fpu_cmov.o: fpu_cmov.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../../cpu/cpu.h \
|
||||
../../cpu/decoder/decoder.h ../../cpu/i387.h ../../cpu/fpu/softfloat.h \
|
||||
../../cpu/fpu/tag_w.h ../../cpu/fpu/status_w.h ../../cpu/fpu/control_w.h \
|
||||
../../cpu/crregs.h ../../cpu/descriptor.h ../../cpu/decoder/instr.h \
|
||||
../../cpu/decoder/ia_opcodes.h ../../cpu/lazy_flags.h ../../cpu/tlb.h \
|
||||
../../cpu/icache.h ../../cpu/apic.h ../../cpu/xmm.h ../../cpu/vmx.h \
|
||||
../../cpu/cpuid.h ../../cpu/stack.h ../../cpu/access.h
|
||||
../../instrument/stubs/instrument.h ../cpu.h \
|
||||
../decoder/decoder.h ../i387.h ../fpu/softfloat.h \
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../lazy_flags.h ../tlb.h ../icache.h \
|
||||
../apic.h ../xmm.h ../vmx.h ../svm.h \
|
||||
../cpuid.h ../stack.h ../access.h
|
||||
fpu_compare.o: fpu_compare.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../../cpu/cpu.h \
|
||||
../../cpu/decoder/decoder.h ../../cpu/i387.h ../../cpu/fpu/softfloat.h \
|
||||
../../cpu/fpu/tag_w.h ../../cpu/fpu/status_w.h ../../cpu/fpu/control_w.h \
|
||||
../../cpu/crregs.h ../../cpu/descriptor.h ../../cpu/decoder/instr.h \
|
||||
../../cpu/decoder/ia_opcodes.h ../../cpu/lazy_flags.h ../../cpu/tlb.h \
|
||||
../../cpu/icache.h ../../cpu/apic.h ../../cpu/xmm.h ../../cpu/vmx.h \
|
||||
../../cpu/cpuid.h ../../cpu/stack.h ../../cpu/access.h softfloatx80.h \
|
||||
softfloat.h softfloat-specialize.h
|
||||
../../instrument/stubs/instrument.h ../cpu.h \
|
||||
../decoder/decoder.h ../i387.h ../fpu/softfloat.h \
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../lazy_flags.h ../tlb.h ../icache.h \
|
||||
../apic.h ../xmm.h ../vmx.h ../svm.h \
|
||||
../cpuid.h ../stack.h ../access.h \
|
||||
../decoder/ia_opcodes.h ../decoder/ia_opcodes.def \
|
||||
softfloatx80.h softfloat.h softfloat-specialize.h
|
||||
fpu_const.o: fpu_const.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../../cpu/cpu.h \
|
||||
../../cpu/decoder/decoder.h ../../cpu/i387.h ../../cpu/fpu/softfloat.h \
|
||||
../../cpu/fpu/tag_w.h ../../cpu/fpu/status_w.h ../../cpu/fpu/control_w.h \
|
||||
../../cpu/crregs.h ../../cpu/descriptor.h ../../cpu/decoder/instr.h \
|
||||
../../cpu/decoder/ia_opcodes.h ../../cpu/lazy_flags.h ../../cpu/tlb.h \
|
||||
../../cpu/icache.h ../../cpu/apic.h ../../cpu/xmm.h ../../cpu/vmx.h \
|
||||
../../cpu/cpuid.h ../../cpu/stack.h ../../cpu/access.h softfloatx80.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h \
|
||||
../decoder/decoder.h ../i387.h ../fpu/softfloat.h \
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../lazy_flags.h ../tlb.h ../icache.h \
|
||||
../apic.h ../xmm.h ../vmx.h ../svm.h \
|
||||
../cpuid.h ../stack.h ../access.h softfloatx80.h \
|
||||
softfloat.h softfloat-specialize.h
|
||||
fpu_load_store.o: fpu_load_store.@CPP_SUFFIX@ ../../bochs.h ../../config.h \
|
||||
../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../../cpu/cpu.h \
|
||||
../../cpu/decoder/decoder.h ../../cpu/i387.h ../../cpu/fpu/softfloat.h \
|
||||
../../cpu/fpu/tag_w.h ../../cpu/fpu/status_w.h ../../cpu/fpu/control_w.h \
|
||||
../../cpu/crregs.h ../../cpu/descriptor.h ../../cpu/decoder/instr.h \
|
||||
../../cpu/decoder/ia_opcodes.h ../../cpu/lazy_flags.h ../../cpu/tlb.h \
|
||||
../../cpu/icache.h ../../cpu/apic.h ../../cpu/xmm.h ../../cpu/vmx.h \
|
||||
../../cpu/cpuid.h ../../cpu/stack.h ../../cpu/access.h softfloatx80.h \
|
||||
softfloat.h softfloat-specialize.h
|
||||
../../instrument/stubs/instrument.h ../cpu.h \
|
||||
../decoder/decoder.h ../i387.h ../fpu/softfloat.h \
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../lazy_flags.h ../tlb.h ../icache.h \
|
||||
../apic.h ../xmm.h ../vmx.h ../svm.h \
|
||||
../cpuid.h ../stack.h ../access.h \
|
||||
../decoder/ia_opcodes.h ../decoder/ia_opcodes.def \
|
||||
softfloatx80.h softfloat.h softfloat-specialize.h
|
||||
fpu_misc.o: fpu_misc.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../../cpu/cpu.h \
|
||||
../../cpu/decoder/decoder.h ../../cpu/i387.h ../../cpu/fpu/softfloat.h \
|
||||
../../cpu/fpu/tag_w.h ../../cpu/fpu/status_w.h ../../cpu/fpu/control_w.h \
|
||||
../../cpu/crregs.h ../../cpu/descriptor.h ../../cpu/decoder/instr.h \
|
||||
../../cpu/decoder/ia_opcodes.h ../../cpu/lazy_flags.h ../../cpu/tlb.h \
|
||||
../../cpu/icache.h ../../cpu/apic.h ../../cpu/xmm.h ../../cpu/vmx.h \
|
||||
../../cpu/cpuid.h ../../cpu/stack.h ../../cpu/access.h softfloatx80.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h \
|
||||
../decoder/decoder.h ../i387.h ../fpu/softfloat.h \
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../lazy_flags.h ../tlb.h ../icache.h \
|
||||
../apic.h ../xmm.h ../vmx.h ../svm.h \
|
||||
../cpuid.h ../stack.h ../access.h softfloatx80.h \
|
||||
softfloat.h softfloat-specialize.h
|
||||
fpu_trans.o: fpu_trans.@CPP_SUFFIX@ ../../bochs.h ../../config.h ../../osdep.h \
|
||||
../../bx_debug/debug.h ../../config.h ../../osdep.h \
|
||||
../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \
|
||||
../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \
|
||||
../../instrument/stubs/instrument.h ../../cpu/cpu.h \
|
||||
../../cpu/decoder/decoder.h ../../cpu/i387.h ../../cpu/fpu/softfloat.h \
|
||||
../../cpu/fpu/tag_w.h ../../cpu/fpu/status_w.h ../../cpu/fpu/control_w.h \
|
||||
../../cpu/crregs.h ../../cpu/descriptor.h ../../cpu/decoder/instr.h \
|
||||
../../cpu/decoder/ia_opcodes.h ../../cpu/lazy_flags.h ../../cpu/tlb.h \
|
||||
../../cpu/icache.h ../../cpu/apic.h ../../cpu/xmm.h ../../cpu/vmx.h \
|
||||
../../cpu/cpuid.h ../../cpu/stack.h ../../cpu/access.h softfloatx80.h \
|
||||
../../instrument/stubs/instrument.h ../cpu.h \
|
||||
../decoder/decoder.h ../i387.h ../fpu/softfloat.h \
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../crregs.h ../descriptor.h ../decoder/instr.h \
|
||||
../lazy_flags.h ../tlb.h ../icache.h \
|
||||
../apic.h ../xmm.h ../vmx.h ../svm.h \
|
||||
../cpuid.h ../stack.h ../access.h softfloatx80.h \
|
||||
softfloat.h softfloat-specialize.h
|
||||
fsincos.o: fsincos.@CPP_SUFFIX@ softfloatx80.h softfloat.h ../../config.h \
|
||||
softfloat-specialize.h softfloat-macros.h softfloat-round-pack.h \
|
||||
@ -196,10 +198,10 @@ fyl2x.o: fyl2x.@CPP_SUFFIX@ softfloatx80.h softfloat.h ../../config.h \
|
||||
softfloat-specialize.h softfloat-macros.h softfloat-round-pack.h \
|
||||
fpu_constant.h
|
||||
poly.o: poly.@CPP_SUFFIX@ softfloat.h ../../config.h
|
||||
softfloat16.o: softfloat16.@CPP_SUFFIX@ softfloat.h ../../config.h \
|
||||
softfloat-round-pack.h softfloat-specialize.h softfloat-macros.h
|
||||
softfloat.o: softfloat.@CPP_SUFFIX@ softfloat.h ../../config.h \
|
||||
softfloat-round-pack.h softfloat-macros.h softfloat-specialize.h
|
||||
softfloat16.o: softfloat16.@CPP_SUFFIX@ softfloat.h ../../config.h \
|
||||
softfloat-round-pack.h softfloat-specialize.h softfloat-macros.h
|
||||
softfloat-muladd.o: softfloat-muladd.@CPP_SUFFIX@ softfloat.h ../../config.h \
|
||||
softfloat-round-pack.h softfloat-macros.h softfloat-specialize.h
|
||||
softfloat-round-pack.o: softfloat-round-pack.@CPP_SUFFIX@ softfloat.h \
|
||||
|
@ -28,6 +28,8 @@
|
||||
|
||||
#if BX_SUPPORT_FPU
|
||||
|
||||
#include "cpu/decoder/ia_opcodes.h"
|
||||
|
||||
extern float_status_t i387cw_to_softfloat_status_word(Bit16u control_word);
|
||||
|
||||
#include "softfloatx80.h"
|
||||
|
@ -28,6 +28,8 @@
|
||||
|
||||
#if BX_SUPPORT_FPU
|
||||
|
||||
#include "cpu/decoder/ia_opcodes.h"
|
||||
|
||||
#define swap_values16u(a, b) { Bit16u tmp = a; a = b; b = tmp; }
|
||||
|
||||
extern float_status_t i387cw_to_softfloat_status_word(Bit16u control_word);
|
||||
|
@ -29,6 +29,8 @@
|
||||
#include "param_names.h"
|
||||
#include "cpustats.h"
|
||||
|
||||
#include "decoder/ia_opcodes.h"
|
||||
|
||||
bxPageWriteStampTable pageWriteStampTable;
|
||||
|
||||
extern int fetchDecode32(const Bit8u *fetchPtr, Bit32u fetchModeMask, bx_bool handle_lock_cr0, bxInstruction_c *i, unsigned remainingInPage);
|
||||
|
@ -26,6 +26,8 @@
|
||||
#include "cpu.h"
|
||||
#define LOG_THIS BX_CPU_THIS_PTR
|
||||
|
||||
#include "decoder/ia_opcodes.h"
|
||||
|
||||
BX_INSF_TYPE BX_CPP_AttrRegparmN(1) BX_CPU_C::BxError(bxInstruction_c *i)
|
||||
{
|
||||
unsigned ia_opcode = i->getIaOpcode();
|
||||
|
@ -24,6 +24,8 @@
|
||||
#include "cpu.h"
|
||||
#define LOG_THIS BX_CPU_THIS_PTR
|
||||
|
||||
#include "decoder/ia_opcodes.h"
|
||||
|
||||
BX_INSF_TYPE BX_CPP_AttrRegparmN(1) BX_CPU_C::SHLD_EwGwM(bxInstruction_c *i)
|
||||
{
|
||||
Bit32u temp_32, result_32;
|
||||
|
@ -24,6 +24,8 @@
|
||||
#include "cpu.h"
|
||||
#define LOG_THIS BX_CPU_THIS_PTR
|
||||
|
||||
#include "decoder/ia_opcodes.h"
|
||||
|
||||
BX_INSF_TYPE BX_CPP_AttrRegparmN(1) BX_CPU_C::SHLD_EdGdM(bxInstruction_c *i)
|
||||
{
|
||||
unsigned count;
|
||||
|
@ -26,6 +26,8 @@
|
||||
|
||||
#if BX_SUPPORT_X86_64
|
||||
|
||||
#include "decoder/ia_opcodes.h"
|
||||
|
||||
BX_INSF_TYPE BX_CPP_AttrRegparmN(1) BX_CPU_C::SHLD_EqGqM(bxInstruction_c *i)
|
||||
{
|
||||
Bit64u op1_64, op2_64, result_64;
|
||||
|
@ -24,6 +24,8 @@
|
||||
#include "cpu.h"
|
||||
#define LOG_THIS BX_CPU_THIS_PTR
|
||||
|
||||
#include "decoder/ia_opcodes.h"
|
||||
|
||||
BX_INSF_TYPE BX_CPP_AttrRegparmN(1) BX_CPU_C::ROL_EbR(bxInstruction_c *i)
|
||||
{
|
||||
unsigned count;
|
||||
|
@ -28,6 +28,8 @@
|
||||
|
||||
#if BX_SUPPORT_SVM
|
||||
|
||||
#include "decoder/ia_opcodes.h"
|
||||
|
||||
// for debugging and save/restore
|
||||
static const char *svm_segname[] = { "ES", "CS", "SS", "DS", "FS", "GS", "GDTR", "LDTR", "IDTR", "TR" };
|
||||
|
||||
|
@ -28,6 +28,8 @@
|
||||
|
||||
#if BX_SUPPORT_VMX
|
||||
|
||||
#include "decoder/ia_opcodes.h"
|
||||
|
||||
// BX_READ(0) form means nnn(), rm(); BX_WRITE(1) form means rm(), nnn()
|
||||
Bit32u gen_instruction_info(bxInstruction_c *i, Bit32u reason, bx_bool rw_form)
|
||||
{
|
||||
|
@ -111,6 +111,8 @@ static const char *VMX_vmexit_reason_name[] =
|
||||
/* 66 */ "Sub-Page Protection",
|
||||
};
|
||||
|
||||
#include "decoder/ia_opcodes.h"
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
// VMCS access
|
||||
////////////////////////////////////////////////////////////
|
||||
|
@ -26,7 +26,9 @@
|
||||
#include "cpu.h"
|
||||
#define LOG_THIS BX_CPU_THIS_PTR
|
||||
|
||||
#define XSAVEC_COMPACTION_ENABLED BX_CONST64(0x8000000000000000)
|
||||
#include "decoder/ia_opcodes.h"
|
||||
|
||||
const Bit64u XSAVEC_COMPACTION_ENABLED = BX_CONST64(0x8000000000000000);
|
||||
|
||||
/* 0F AE /4 */
|
||||
BX_INSF_TYPE BX_CPP_AttrRegparmN(1) BX_CPU_C::XSAVE(bxInstruction_c *i)
|
||||
|
@ -73,10 +73,10 @@ memory.o: memory.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debu
|
||||
../instrument/stubs/instrument.h ../cpu/cpu.h ../cpu/decoder/decoder.h \
|
||||
../cpu/i387.h ../cpu/fpu/softfloat.h ../cpu/fpu/tag_w.h \
|
||||
../cpu/fpu/status_w.h ../cpu/fpu/control_w.h ../cpu/crregs.h \
|
||||
../cpu/descriptor.h ../cpu/decoder/instr.h ../cpu/decoder/ia_opcodes.h \
|
||||
../cpu/lazy_flags.h ../cpu/tlb.h ../cpu/icache.h ../cpu/apic.h \
|
||||
../cpu/xmm.h ../cpu/vmx.h ../cpu/cpuid.h ../cpu/access.h \
|
||||
../iodev/iodev.h ../plugin.h ../extplugin.h ../param_names.h
|
||||
../cpu/descriptor.h ../cpu/decoder/instr.h ../cpu/lazy_flags.h \
|
||||
../cpu/tlb.h ../cpu/icache.h ../cpu/apic.h ../cpu/xmm.h ../cpu/vmx.h \
|
||||
../cpu/svm.h ../cpu/cpuid.h ../cpu/access.h ../iodev/iodev.h ../plugin.h \
|
||||
../extplugin.h ../param_names.h
|
||||
misc_mem.o: misc_mem.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../gui/siminterface.h \
|
||||
../cpudb.h ../gui/paramtree.h ../memory/memory-bochs.h ../pc_system.h \
|
||||
@ -84,7 +84,6 @@ misc_mem.o: misc_mem.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../cpu/cpu.h ../cpu/decoder/decoder.h ../cpu/i387.h \
|
||||
../cpu/fpu/softfloat.h ../cpu/fpu/tag_w.h ../cpu/fpu/status_w.h \
|
||||
../cpu/fpu/control_w.h ../cpu/crregs.h ../cpu/descriptor.h \
|
||||
../cpu/decoder/instr.h ../cpu/decoder/ia_opcodes.h ../cpu/lazy_flags.h \
|
||||
../cpu/tlb.h ../cpu/icache.h ../cpu/apic.h ../cpu/xmm.h ../cpu/vmx.h \
|
||||
../cpu/cpuid.h ../cpu/access.h ../iodev/iodev.h ../plugin.h \
|
||||
../extplugin.h
|
||||
../cpu/decoder/instr.h ../cpu/lazy_flags.h ../cpu/tlb.h ../cpu/icache.h \
|
||||
../cpu/apic.h ../cpu/xmm.h ../cpu/vmx.h ../cpu/svm.h ../cpu/cpuid.h \
|
||||
../cpu/access.h ../iodev/iodev.h ../plugin.h ../extplugin.h
|
||||
|
Loading…
Reference in New Issue
Block a user