1 # Copyright (C) 2001 MandrakeSoft S.A.
6 # http://www.linux-mandrake.com/
7 # http://www.mandrakesoft.com/
9 # This library is free software; you can redistribute it and/or
10 # modify it under the terms of the GNU Lesser General Public
11 # License as published by the Free Software Foundation; either
12 # version 2 of the License, or (at your option) any later version.
14 # This library is distributed in the hope that it will be useful,
15 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 # Lesser General Public License for more details.
19 # You should have received a copy of the GNU Lesser General Public
20 # License along with this library; if not, write to the Free Software
21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
29 top_srcdir
= @top_srcdir@
36 CXXFLAGS
= @CXXFLAGS@ @GUI_CXXFLAGS@
41 X_PRE_LIBS
= @X_PRE_LIBS@
46 BX_INCDIRS
= -I..
-I
$(srcdir)/..
-I..
/@INSTRUMENT_DIR@
-I
$(srcdir)/..
/@INSTRUMENT_DIR@
48 EXT_DEBUG_OBJS
= @EXT_DEBUG_OBJS@
50 # Objects which are synced between the cpu and cpu64 code and
51 # are used for either compile.
122 # Objects which are only used for x86-64 code
135 BX_INCLUDES
= ..
/bochs.h ..
/config.h
141 $(CXX
) @DASH@c
$(BX_INCDIRS
) $(CXXFLAGS
) @CXXFP@
$< @OFP@
$@
144 libcpu.a
: $(OBJS
) @OBJS64@
146 @MAKELIB@
$(OBJS
) @OBJS64@
149 $(OBJS
): $(BX_INCLUDES
)
151 $(OBJS64
): $(BX_INCLUDES
)
160 ###########################################
161 # dependencies generated by
162 # gcc -MM -I.. -I../instrument/stubs *.cc | sed 's/\.cc/.@CPP_SUFFIX@/g'
163 ###########################################
164 3dnow.o
: 3dnow.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h ..
/bx_debug
/debug.h \
165 ..
/config.h ..
/osdep.h ..
/bxversion.h ..
/gui
/siminterface.h \
166 ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h ..
/extplugin.h \
167 ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h ..
/gui
/keymap.h \
168 ..
/instrument
/stubs
/instrument.h cpu.h ..
/disasm
/disasm.h ..
/config.h \
169 crregs.h descriptor.h instr.h lazy_flags.h icache.h apic.h \
170 ..
/cpu
/i387.h ..
/fpu
/softfloat.h ..
/config.h ..
/fpu
/tag_w.h \
171 ..
/fpu
/status_w.h ..
/fpu
/control_w.h ..
/cpu
/xmm.h stack.h
172 access.o
: access.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h ..
/bx_debug
/debug.h \
173 ..
/config.h ..
/osdep.h ..
/bxversion.h ..
/gui
/siminterface.h \
174 ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h ..
/extplugin.h \
175 ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h ..
/gui
/keymap.h \
176 ..
/instrument
/stubs
/instrument.h cpu.h ..
/disasm
/disasm.h ..
/config.h \
177 crregs.h descriptor.h instr.h lazy_flags.h icache.h apic.h \
178 ..
/cpu
/i387.h ..
/fpu
/softfloat.h ..
/config.h ..
/fpu
/tag_w.h \
179 ..
/fpu
/status_w.h ..
/fpu
/control_w.h ..
/cpu
/xmm.h stack.h
180 access32.o
: access32.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h ..
/bx_debug
/debug.h \
181 ..
/config.h ..
/osdep.h ..
/bxversion.h ..
/gui
/siminterface.h \
182 ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h ..
/extplugin.h \
183 ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h ..
/gui
/keymap.h \
184 ..
/instrument
/stubs
/instrument.h cpu.h ..
/disasm
/disasm.h ..
/config.h \
185 crregs.h descriptor.h instr.h lazy_flags.h icache.h apic.h \
186 ..
/cpu
/i387.h ..
/fpu
/softfloat.h ..
/config.h ..
/fpu
/tag_w.h \
187 ..
/fpu
/status_w.h ..
/fpu
/control_w.h ..
/cpu
/xmm.h stack.h
188 access64.o
: access64.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h ..
/bx_debug
/debug.h \
189 ..
/config.h ..
/osdep.h ..
/bxversion.h ..
/gui
/siminterface.h \
190 ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h ..
/extplugin.h \
191 ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h ..
/gui
/keymap.h \
192 ..
/instrument
/stubs
/instrument.h cpu.h ..
/disasm
/disasm.h ..
/config.h \
193 crregs.h descriptor.h instr.h lazy_flags.h icache.h apic.h \
194 ..
/cpu
/i387.h ..
/fpu
/softfloat.h ..
/config.h ..
/fpu
/tag_w.h \
195 ..
/fpu
/status_w.h ..
/fpu
/control_w.h ..
/cpu
/xmm.h stack.h
196 apic.o
: apic.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h ..
/bx_debug
/debug.h \
197 ..
/config.h ..
/osdep.h ..
/bxversion.h ..
/gui
/siminterface.h \
198 ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h ..
/extplugin.h \
199 ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h ..
/gui
/keymap.h \
200 ..
/instrument
/stubs
/instrument.h cpu.h ..
/disasm
/disasm.h ..
/config.h \
201 crregs.h descriptor.h instr.h lazy_flags.h icache.h apic.h \
202 ..
/cpu
/i387.h ..
/fpu
/softfloat.h ..
/config.h ..
/fpu
/tag_w.h \
203 ..
/fpu
/status_w.h ..
/fpu
/control_w.h ..
/cpu
/xmm.h stack.h \
204 ..
/iodev
/iodev.h ..
/bochs.h ..
/iodev
/pci.h ..
/iodev
/pci2isa.h \
205 ..
/iodev
/pci_ide.h ..
/iodev
/acpi.h ..
/iodev
/pcivga.h ..
/iodev
/vga.h \
206 ..
/iodev
/svga_cirrus.h ..
/iodev
/ioapic.h ..
/cpu
/apic.h \
207 ..
/iodev
/biosdev.h ..
/iodev
/cmos.h ..
/iodev
/dma.h ..
/iodev
/floppy.h \
208 ..
/iodev
/harddrv.h ..
/iodev
/keyboard.h ..
/iodev
/parallel.h \
209 ..
/iodev
/pic.h ..
/iodev
/pit_wrap.h ..
/iodev
/pit82c54.h \
210 ..
/iodev
/virt_timer.h ..
/iodev
/serial.h ..
/iodev
/unmapped.h \
211 ..
/iodev
/ne2k.h ..
/iodev
/guest2host.h ..
/iodev
/slowdown_timer.h \
212 ..
/iodev
/extfpuirq.h ..
/iodev
/gameport.h
213 arith16.o
: arith16.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
214 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
215 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
216 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
217 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
218 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
219 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
220 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
222 arith32.o
: arith32.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
223 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
224 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
225 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
226 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
227 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
228 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
229 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
231 arith64.o
: arith64.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
232 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
233 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
234 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
235 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
236 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
237 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
238 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
240 arith8.o
: arith8.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h ..
/bx_debug
/debug.h \
241 ..
/config.h ..
/osdep.h ..
/bxversion.h ..
/gui
/siminterface.h \
242 ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h ..
/extplugin.h \
243 ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h ..
/gui
/keymap.h \
244 ..
/instrument
/stubs
/instrument.h cpu.h ..
/disasm
/disasm.h ..
/config.h \
245 crregs.h descriptor.h instr.h lazy_flags.h icache.h apic.h \
246 ..
/cpu
/i387.h ..
/fpu
/softfloat.h ..
/config.h ..
/fpu
/tag_w.h \
247 ..
/fpu
/status_w.h ..
/fpu
/control_w.h ..
/cpu
/xmm.h stack.h
248 bcd.o
: bcd.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h ..
/bx_debug
/debug.h \
249 ..
/config.h ..
/osdep.h ..
/bxversion.h ..
/gui
/siminterface.h \
250 ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h ..
/extplugin.h \
251 ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h ..
/gui
/keymap.h \
252 ..
/instrument
/stubs
/instrument.h cpu.h ..
/disasm
/disasm.h ..
/config.h \
253 crregs.h descriptor.h instr.h lazy_flags.h icache.h apic.h \
254 ..
/cpu
/i387.h ..
/fpu
/softfloat.h ..
/config.h ..
/fpu
/tag_w.h \
255 ..
/fpu
/status_w.h ..
/fpu
/control_w.h ..
/cpu
/xmm.h stack.h
256 crc32.o
: crc32.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h ..
/bx_debug
/debug.h \
257 ..
/config.h ..
/osdep.h ..
/bxversion.h ..
/gui
/siminterface.h \
258 ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h ..
/extplugin.h \
259 ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h ..
/gui
/keymap.h \
260 ..
/instrument
/stubs
/instrument.h cpu.h ..
/disasm
/disasm.h ..
/config.h \
261 crregs.h descriptor.h instr.h lazy_flags.h icache.h apic.h \
262 ..
/cpu
/i387.h ..
/fpu
/softfloat.h ..
/config.h ..
/fpu
/tag_w.h \
263 ..
/fpu
/status_w.h ..
/fpu
/control_w.h ..
/cpu
/xmm.h stack.h
264 bit.o
: bit.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h ..
/bx_debug
/debug.h \
265 ..
/config.h ..
/osdep.h ..
/bxversion.h ..
/gui
/siminterface.h \
266 ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h ..
/extplugin.h \
267 ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h ..
/gui
/keymap.h \
268 ..
/instrument
/stubs
/instrument.h cpu.h ..
/disasm
/disasm.h ..
/config.h \
269 crregs.h descriptor.h instr.h lazy_flags.h icache.h apic.h \
270 ..
/cpu
/i387.h ..
/fpu
/softfloat.h ..
/config.h ..
/fpu
/tag_w.h \
271 ..
/fpu
/status_w.h ..
/fpu
/control_w.h ..
/cpu
/xmm.h stack.h
272 bit16.o
: bit16.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h ..
/bx_debug
/debug.h \
273 ..
/config.h ..
/osdep.h ..
/bxversion.h ..
/gui
/siminterface.h \
274 ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h ..
/extplugin.h \
275 ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h ..
/gui
/keymap.h \
276 ..
/instrument
/stubs
/instrument.h cpu.h ..
/disasm
/disasm.h ..
/config.h \
277 crregs.h descriptor.h instr.h lazy_flags.h icache.h apic.h \
278 ..
/cpu
/i387.h ..
/fpu
/softfloat.h ..
/config.h ..
/fpu
/tag_w.h \
279 ..
/fpu
/status_w.h ..
/fpu
/control_w.h ..
/cpu
/xmm.h stack.h
280 bit32.o
: bit32.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h ..
/bx_debug
/debug.h \
281 ..
/config.h ..
/osdep.h ..
/bxversion.h ..
/gui
/siminterface.h \
282 ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h ..
/extplugin.h \
283 ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h ..
/gui
/keymap.h \
284 ..
/instrument
/stubs
/instrument.h cpu.h ..
/disasm
/disasm.h ..
/config.h \
285 crregs.h descriptor.h instr.h lazy_flags.h icache.h apic.h \
286 ..
/cpu
/i387.h ..
/fpu
/softfloat.h ..
/config.h ..
/fpu
/tag_w.h \
287 ..
/fpu
/status_w.h ..
/fpu
/control_w.h ..
/cpu
/xmm.h stack.h
288 bit64.o
: bit64.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h ..
/bx_debug
/debug.h \
289 ..
/config.h ..
/osdep.h ..
/bxversion.h ..
/gui
/siminterface.h \
290 ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h ..
/extplugin.h \
291 ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h ..
/gui
/keymap.h \
292 ..
/instrument
/stubs
/instrument.h cpu.h ..
/disasm
/disasm.h ..
/config.h \
293 crregs.h descriptor.h instr.h lazy_flags.h icache.h apic.h \
294 ..
/cpu
/i387.h ..
/fpu
/softfloat.h ..
/config.h ..
/fpu
/tag_w.h \
295 ..
/fpu
/status_w.h ..
/fpu
/control_w.h ..
/cpu
/xmm.h stack.h
296 call_far.o
: call_far.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
297 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
298 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
299 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
300 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
301 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
302 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
303 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
305 cpu.o
: cpu.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h ..
/bx_debug
/debug.h \
306 ..
/config.h ..
/osdep.h ..
/bxversion.h ..
/gui
/siminterface.h \
307 ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h ..
/extplugin.h \
308 ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h ..
/gui
/keymap.h \
309 ..
/instrument
/stubs
/instrument.h cpu.h ..
/disasm
/disasm.h ..
/config.h \
310 crregs.h descriptor.h instr.h lazy_flags.h icache.h apic.h \
311 ..
/cpu
/i387.h ..
/fpu
/softfloat.h ..
/config.h ..
/fpu
/tag_w.h \
312 ..
/fpu
/status_w.h ..
/fpu
/control_w.h ..
/cpu
/xmm.h stack.h \
313 ..
/iodev
/iodev.h ..
/bochs.h ..
/iodev
/pci.h ..
/iodev
/pci2isa.h \
314 ..
/iodev
/pci_ide.h ..
/iodev
/acpi.h ..
/iodev
/pcivga.h ..
/iodev
/vga.h \
315 ..
/iodev
/svga_cirrus.h ..
/iodev
/ioapic.h ..
/cpu
/apic.h \
316 ..
/iodev
/biosdev.h ..
/iodev
/cmos.h ..
/iodev
/dma.h ..
/iodev
/floppy.h \
317 ..
/iodev
/harddrv.h ..
/iodev
/keyboard.h ..
/iodev
/parallel.h \
318 ..
/iodev
/pic.h ..
/iodev
/pit_wrap.h ..
/iodev
/pit82c54.h \
319 ..
/iodev
/virt_timer.h ..
/iodev
/serial.h ..
/iodev
/unmapped.h \
320 ..
/iodev
/ne2k.h ..
/iodev
/guest2host.h ..
/iodev
/slowdown_timer.h \
321 ..
/iodev
/extfpuirq.h ..
/iodev
/gameport.h
322 cpuid.o
: cpuid.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h ..
/bx_debug
/debug.h \
323 ..
/config.h ..
/osdep.h ..
/bxversion.h ..
/gui
/siminterface.h \
324 ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h ..
/extplugin.h \
325 ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h ..
/gui
/keymap.h \
326 ..
/instrument
/stubs
/instrument.h cpu.h ..
/disasm
/disasm.h ..
/config.h \
327 crregs.h descriptor.h instr.h lazy_flags.h icache.h apic.h \
328 ..
/cpu
/i387.h ..
/fpu
/softfloat.h ..
/config.h ..
/fpu
/tag_w.h \
329 ..
/fpu
/status_w.h ..
/fpu
/control_w.h ..
/cpu
/xmm.h stack.h
330 ctrl_xfer16.o
: ctrl_xfer16.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
331 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
332 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
333 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
334 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
335 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
336 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
337 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
339 ctrl_xfer32.o
: ctrl_xfer32.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
340 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
341 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
342 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
343 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
344 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
345 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
346 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
348 ctrl_xfer64.o
: ctrl_xfer64.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
349 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
350 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
351 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
352 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
353 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
354 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
355 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
357 ctrl_xfer_pro.o
: ctrl_xfer_pro.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
358 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
359 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
360 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
361 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
362 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
363 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
364 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
366 load32.o
: load32.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
367 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
368 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
369 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
370 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
371 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
372 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
373 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
375 data_xfer16.o
: data_xfer16.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
376 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
377 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
378 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
379 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
380 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
381 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
382 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
384 data_xfer32.o
: data_xfer32.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
385 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
386 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
387 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
388 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
389 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
390 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
391 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
393 data_xfer64.o
: data_xfer64.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
394 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
395 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
396 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
397 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
398 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
399 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
400 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
402 data_xfer8.o
: data_xfer8.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
403 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
404 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
405 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
406 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
407 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
408 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
409 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
411 debugstuff.o
: debugstuff.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
412 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
413 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
414 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
415 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
416 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
417 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
418 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
420 exception.o
: exception.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
421 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
422 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
423 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
424 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
425 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
426 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
427 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
428 ..
/cpu
/xmm.h stack.h ..
/iodev
/iodev.h ..
/bochs.h ..
/iodev
/pci.h \
429 ..
/iodev
/pci2isa.h ..
/iodev
/pci_ide.h ..
/iodev
/acpi.h ..
/iodev
/pcivga.h \
430 ..
/iodev
/vga.h ..
/iodev
/svga_cirrus.h ..
/iodev
/ioapic.h ..
/cpu
/apic.h \
431 ..
/iodev
/biosdev.h ..
/iodev
/cmos.h ..
/iodev
/dma.h ..
/iodev
/floppy.h \
432 ..
/iodev
/harddrv.h ..
/iodev
/keyboard.h ..
/iodev
/parallel.h \
433 ..
/iodev
/pic.h ..
/iodev
/pit_wrap.h ..
/iodev
/pit82c54.h \
434 ..
/iodev
/virt_timer.h ..
/iodev
/serial.h ..
/iodev
/unmapped.h \
435 ..
/iodev
/ne2k.h ..
/iodev
/guest2host.h ..
/iodev
/slowdown_timer.h \
436 ..
/iodev
/extfpuirq.h ..
/iodev
/gameport.h
437 fetchdecode.o
: fetchdecode.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
438 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
439 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
440 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
441 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
442 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
443 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
444 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
445 ..
/cpu
/xmm.h stack.h fetchdecode.h ia_opcodes.h
446 fetchdecode64.o
: fetchdecode64.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
447 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
448 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
449 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
450 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
451 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
452 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
453 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
454 ..
/cpu
/xmm.h stack.h fetchdecode.h ia_opcodes.h
455 flag_ctrl.o
: flag_ctrl.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
456 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
457 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
458 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
459 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
460 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
461 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
462 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
464 flag_ctrl_pro.o
: flag_ctrl_pro.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
465 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
466 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
467 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
468 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
469 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
470 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
471 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
473 fpu_emu.o
: fpu_emu.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
474 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
475 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
476 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
477 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
478 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
479 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
480 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
482 icache.o
: icache.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h ..
/bx_debug
/debug.h \
483 ..
/config.h ..
/osdep.h ..
/bxversion.h ..
/gui
/siminterface.h \
484 ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h ..
/extplugin.h \
485 ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h ..
/gui
/keymap.h \
486 ..
/instrument
/stubs
/instrument.h cpu.h ..
/disasm
/disasm.h ..
/config.h \
487 crregs.h descriptor.h instr.h lazy_flags.h icache.h apic.h \
488 ..
/cpu
/i387.h ..
/fpu
/softfloat.h ..
/config.h ..
/fpu
/tag_w.h \
489 ..
/fpu
/status_w.h ..
/fpu
/control_w.h ..
/cpu
/xmm.h stack.h
490 init.o
: init.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h ..
/bx_debug
/debug.h \
491 ..
/config.h ..
/osdep.h ..
/bxversion.h ..
/gui
/siminterface.h \
492 ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h ..
/extplugin.h \
493 ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h ..
/gui
/keymap.h \
494 ..
/instrument
/stubs
/instrument.h cpu.h ..
/disasm
/disasm.h ..
/config.h \
495 crregs.h descriptor.h instr.h lazy_flags.h icache.h apic.h \
496 ..
/cpu
/i387.h ..
/fpu
/softfloat.h ..
/config.h ..
/fpu
/tag_w.h \
497 ..
/fpu
/status_w.h ..
/fpu
/control_w.h ..
/cpu
/xmm.h stack.h
498 io.o
: io.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h ..
/bx_debug
/debug.h \
499 ..
/config.h ..
/osdep.h ..
/bxversion.h ..
/gui
/siminterface.h \
500 ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h ..
/extplugin.h \
501 ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h ..
/gui
/keymap.h \
502 ..
/instrument
/stubs
/instrument.h cpu.h ..
/disasm
/disasm.h ..
/config.h \
503 crregs.h descriptor.h instr.h lazy_flags.h icache.h apic.h \
504 ..
/cpu
/i387.h ..
/fpu
/softfloat.h ..
/config.h ..
/fpu
/tag_w.h \
505 ..
/fpu
/status_w.h ..
/fpu
/control_w.h ..
/cpu
/xmm.h stack.h \
506 ..
/iodev
/iodev.h ..
/bochs.h ..
/iodev
/pci.h ..
/iodev
/pci2isa.h \
507 ..
/iodev
/pci_ide.h ..
/iodev
/acpi.h ..
/iodev
/pcivga.h ..
/iodev
/vga.h \
508 ..
/iodev
/svga_cirrus.h ..
/iodev
/ioapic.h ..
/cpu
/apic.h \
509 ..
/iodev
/biosdev.h ..
/iodev
/cmos.h ..
/iodev
/dma.h ..
/iodev
/floppy.h \
510 ..
/iodev
/harddrv.h ..
/iodev
/keyboard.h ..
/iodev
/parallel.h \
511 ..
/iodev
/pic.h ..
/iodev
/pit_wrap.h ..
/iodev
/pit82c54.h \
512 ..
/iodev
/virt_timer.h ..
/iodev
/serial.h ..
/iodev
/unmapped.h \
513 ..
/iodev
/ne2k.h ..
/iodev
/guest2host.h ..
/iodev
/slowdown_timer.h \
514 ..
/iodev
/extfpuirq.h ..
/iodev
/gameport.h
515 io_pro.o
: io_pro.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h ..
/bx_debug
/debug.h \
516 ..
/config.h ..
/osdep.h ..
/bxversion.h ..
/gui
/siminterface.h \
517 ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h ..
/extplugin.h \
518 ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h ..
/gui
/keymap.h \
519 ..
/instrument
/stubs
/instrument.h cpu.h ..
/disasm
/disasm.h ..
/config.h \
520 crregs.h descriptor.h instr.h lazy_flags.h icache.h apic.h \
521 ..
/cpu
/i387.h ..
/fpu
/softfloat.h ..
/config.h ..
/fpu
/tag_w.h \
522 ..
/fpu
/status_w.h ..
/fpu
/control_w.h ..
/cpu
/xmm.h stack.h \
523 ..
/iodev
/iodev.h ..
/bochs.h ..
/iodev
/pci.h ..
/iodev
/pci2isa.h \
524 ..
/iodev
/pci_ide.h ..
/iodev
/acpi.h ..
/iodev
/pcivga.h ..
/iodev
/vga.h \
525 ..
/iodev
/svga_cirrus.h ..
/iodev
/ioapic.h ..
/cpu
/apic.h \
526 ..
/iodev
/biosdev.h ..
/iodev
/cmos.h ..
/iodev
/dma.h ..
/iodev
/floppy.h \
527 ..
/iodev
/harddrv.h ..
/iodev
/keyboard.h ..
/iodev
/parallel.h \
528 ..
/iodev
/pic.h ..
/iodev
/pit_wrap.h ..
/iodev
/pit82c54.h \
529 ..
/iodev
/virt_timer.h ..
/iodev
/serial.h ..
/iodev
/unmapped.h \
530 ..
/iodev
/ne2k.h ..
/iodev
/guest2host.h ..
/iodev
/slowdown_timer.h \
531 ..
/iodev
/extfpuirq.h ..
/iodev
/gameport.h
532 iret.o
: iret.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h ..
/bx_debug
/debug.h \
533 ..
/config.h ..
/osdep.h ..
/bxversion.h ..
/gui
/siminterface.h \
534 ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h ..
/extplugin.h \
535 ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h ..
/gui
/keymap.h \
536 ..
/instrument
/stubs
/instrument.h cpu.h ..
/disasm
/disasm.h ..
/config.h \
537 crregs.h descriptor.h instr.h lazy_flags.h icache.h apic.h \
538 ..
/cpu
/i387.h ..
/fpu
/softfloat.h ..
/config.h ..
/fpu
/tag_w.h \
539 ..
/fpu
/status_w.h ..
/fpu
/control_w.h ..
/cpu
/xmm.h stack.h
540 jmp_far.o
: jmp_far.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
541 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
542 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
543 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
544 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
545 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
546 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
547 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
549 lazy_flags.o
: lazy_flags.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
550 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
551 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
552 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
553 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
554 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
555 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
556 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
558 logical16.o
: logical16.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
559 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
560 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
561 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
562 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
563 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
564 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
565 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
567 logical32.o
: logical32.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
568 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
569 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
570 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
571 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
572 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
573 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
574 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
576 logical64.o
: logical64.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
577 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
578 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
579 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
580 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
581 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
582 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
583 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
585 logical8.o
: logical8.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
586 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
587 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
588 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
589 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
590 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
591 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
592 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
594 mmx.o
: mmx.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h ..
/bx_debug
/debug.h \
595 ..
/config.h ..
/osdep.h ..
/bxversion.h ..
/gui
/siminterface.h \
596 ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h ..
/extplugin.h \
597 ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h ..
/gui
/keymap.h \
598 ..
/instrument
/stubs
/instrument.h cpu.h ..
/disasm
/disasm.h ..
/config.h \
599 crregs.h descriptor.h instr.h lazy_flags.h icache.h apic.h \
600 ..
/cpu
/i387.h ..
/fpu
/softfloat.h ..
/config.h ..
/fpu
/tag_w.h \
601 ..
/fpu
/status_w.h ..
/fpu
/control_w.h ..
/cpu
/xmm.h stack.h
602 mult16.o
: mult16.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h ..
/bx_debug
/debug.h \
603 ..
/config.h ..
/osdep.h ..
/bxversion.h ..
/gui
/siminterface.h \
604 ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h ..
/extplugin.h \
605 ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h ..
/gui
/keymap.h \
606 ..
/instrument
/stubs
/instrument.h cpu.h ..
/disasm
/disasm.h ..
/config.h \
607 crregs.h descriptor.h instr.h lazy_flags.h icache.h apic.h \
608 ..
/cpu
/i387.h ..
/fpu
/softfloat.h ..
/config.h ..
/fpu
/tag_w.h \
609 ..
/fpu
/status_w.h ..
/fpu
/control_w.h ..
/cpu
/xmm.h stack.h
610 mult32.o
: mult32.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h ..
/bx_debug
/debug.h \
611 ..
/config.h ..
/osdep.h ..
/bxversion.h ..
/gui
/siminterface.h \
612 ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h ..
/extplugin.h \
613 ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h ..
/gui
/keymap.h \
614 ..
/instrument
/stubs
/instrument.h cpu.h ..
/disasm
/disasm.h ..
/config.h \
615 crregs.h descriptor.h instr.h lazy_flags.h icache.h apic.h \
616 ..
/cpu
/i387.h ..
/fpu
/softfloat.h ..
/config.h ..
/fpu
/tag_w.h \
617 ..
/fpu
/status_w.h ..
/fpu
/control_w.h ..
/cpu
/xmm.h stack.h
618 mult64.o
: mult64.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h ..
/bx_debug
/debug.h \
619 ..
/config.h ..
/osdep.h ..
/bxversion.h ..
/gui
/siminterface.h \
620 ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h ..
/extplugin.h \
621 ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h ..
/gui
/keymap.h \
622 ..
/instrument
/stubs
/instrument.h cpu.h ..
/disasm
/disasm.h ..
/config.h \
623 crregs.h descriptor.h instr.h lazy_flags.h icache.h apic.h \
624 ..
/cpu
/i387.h ..
/fpu
/softfloat.h ..
/config.h ..
/fpu
/tag_w.h \
625 ..
/fpu
/status_w.h ..
/fpu
/control_w.h ..
/cpu
/xmm.h stack.h
626 mult8.o
: mult8.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h ..
/bx_debug
/debug.h \
627 ..
/config.h ..
/osdep.h ..
/bxversion.h ..
/gui
/siminterface.h \
628 ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h ..
/extplugin.h \
629 ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h ..
/gui
/keymap.h \
630 ..
/instrument
/stubs
/instrument.h cpu.h ..
/disasm
/disasm.h ..
/config.h \
631 crregs.h descriptor.h instr.h lazy_flags.h icache.h apic.h \
632 ..
/cpu
/i387.h ..
/fpu
/softfloat.h ..
/config.h ..
/fpu
/tag_w.h \
633 ..
/fpu
/status_w.h ..
/fpu
/control_w.h ..
/cpu
/xmm.h stack.h
634 paging.o
: paging.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h ..
/bx_debug
/debug.h \
635 ..
/config.h ..
/osdep.h ..
/bxversion.h ..
/gui
/siminterface.h \
636 ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h ..
/extplugin.h \
637 ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h ..
/gui
/keymap.h \
638 ..
/instrument
/stubs
/instrument.h cpu.h ..
/disasm
/disasm.h ..
/config.h \
639 crregs.h descriptor.h instr.h lazy_flags.h icache.h apic.h \
640 ..
/cpu
/i387.h ..
/fpu
/softfloat.h ..
/config.h ..
/fpu
/tag_w.h \
641 ..
/fpu
/status_w.h ..
/fpu
/control_w.h ..
/cpu
/xmm.h stack.h
642 proc_ctrl.o
: proc_ctrl.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
643 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
644 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
645 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
646 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
647 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
648 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
649 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
651 msr.o
: msr.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
652 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
653 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
654 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
655 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
656 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
657 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
658 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
660 protect_ctrl.o
: protect_ctrl.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
661 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
662 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
663 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
664 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
665 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
666 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
667 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
669 resolver.o
: resolver.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
670 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
671 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
672 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
673 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
674 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
675 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
676 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
678 ret_far.o
: ret_far.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
679 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
680 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
681 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
682 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
683 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
684 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
685 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
687 segment_ctrl.o
: segment_ctrl.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
688 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
689 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
690 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
691 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
692 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
693 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
694 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
696 segment_ctrl_pro.o
: segment_ctrl_pro.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
697 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
698 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
699 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
700 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
701 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
702 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
703 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
705 shift16.o
: shift16.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
706 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
707 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
708 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
709 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
710 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
711 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
712 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
714 shift32.o
: shift32.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
715 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
716 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
717 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
718 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
719 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
720 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
721 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
723 shift64.o
: shift64.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
724 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
725 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
726 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
727 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
728 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
729 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
730 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
732 shift8.o
: shift8.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h ..
/bx_debug
/debug.h \
733 ..
/config.h ..
/osdep.h ..
/bxversion.h ..
/gui
/siminterface.h \
734 ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h ..
/extplugin.h \
735 ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h ..
/gui
/keymap.h \
736 ..
/instrument
/stubs
/instrument.h cpu.h ..
/disasm
/disasm.h ..
/config.h \
737 crregs.h descriptor.h instr.h lazy_flags.h icache.h apic.h \
738 ..
/cpu
/i387.h ..
/fpu
/softfloat.h ..
/config.h ..
/fpu
/tag_w.h \
739 ..
/fpu
/status_w.h ..
/fpu
/control_w.h ..
/cpu
/xmm.h stack.h
740 smm.o
: smm.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h ..
/bx_debug
/debug.h \
741 ..
/config.h ..
/osdep.h ..
/bxversion.h ..
/gui
/siminterface.h \
742 ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h ..
/extplugin.h \
743 ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h ..
/gui
/keymap.h \
744 ..
/instrument
/stubs
/instrument.h cpu.h ..
/disasm
/disasm.h ..
/config.h \
745 crregs.h descriptor.h instr.h lazy_flags.h icache.h apic.h \
746 ..
/cpu
/i387.h ..
/fpu
/softfloat.h ..
/config.h ..
/fpu
/tag_w.h \
747 ..
/fpu
/status_w.h ..
/fpu
/control_w.h ..
/cpu
/xmm.h stack.h smm.h
748 soft_int.o
: soft_int.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
749 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
750 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
751 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
752 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
753 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
754 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
755 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
757 sse.o
: sse.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h ..
/bx_debug
/debug.h \
758 ..
/config.h ..
/osdep.h ..
/bxversion.h ..
/gui
/siminterface.h \
759 ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h ..
/extplugin.h \
760 ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h ..
/gui
/keymap.h \
761 ..
/instrument
/stubs
/instrument.h cpu.h ..
/disasm
/disasm.h ..
/config.h \
762 crregs.h descriptor.h instr.h lazy_flags.h icache.h apic.h \
763 ..
/cpu
/i387.h ..
/fpu
/softfloat.h ..
/config.h ..
/fpu
/tag_w.h \
764 ..
/fpu
/status_w.h ..
/fpu
/control_w.h ..
/cpu
/xmm.h stack.h
765 sse_move.o
: sse_move.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
766 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
767 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
768 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
769 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
770 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
771 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
772 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
774 sse_pfp.o
: sse_pfp.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
775 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
776 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
777 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
778 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
779 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
780 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
781 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
782 ..
/cpu
/xmm.h stack.h ..
/fpu
/softfloat-specialize.h ..
/fpu
/softfloat.h
783 sse_rcp.o
: sse_rcp.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
784 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
785 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
786 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
787 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
788 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
789 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
790 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
791 ..
/cpu
/xmm.h stack.h ..
/fpu
/softfloat-specialize.h ..
/fpu
/softfloat.h
792 sse_string.o
: sse_string.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
793 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
794 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
795 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
796 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
797 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
798 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
799 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
801 stack16.o
: stack16.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
802 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
803 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
804 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
805 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
806 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
807 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
808 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
810 stack32.o
: stack32.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
811 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
812 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
813 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
814 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
815 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
816 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
817 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
819 stack64.o
: stack64.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
820 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
821 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
822 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
823 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
824 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
825 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
826 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
828 string.o
: string.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h ..
/bx_debug
/debug.h \
829 ..
/config.h ..
/osdep.h ..
/bxversion.h ..
/gui
/siminterface.h \
830 ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h ..
/extplugin.h \
831 ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h ..
/gui
/keymap.h \
832 ..
/instrument
/stubs
/instrument.h cpu.h ..
/disasm
/disasm.h ..
/config.h \
833 crregs.h descriptor.h instr.h lazy_flags.h icache.h apic.h \
834 ..
/cpu
/i387.h ..
/fpu
/softfloat.h ..
/config.h ..
/fpu
/tag_w.h \
835 ..
/fpu
/status_w.h ..
/fpu
/control_w.h ..
/cpu
/xmm.h stack.h
836 tasking.o
: tasking.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h \
837 ..
/bx_debug
/debug.h ..
/config.h ..
/osdep.h ..
/bxversion.h \
838 ..
/gui
/siminterface.h ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h \
839 ..
/extplugin.h ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h \
840 ..
/gui
/keymap.h ..
/instrument
/stubs
/instrument.h cpu.h \
841 ..
/disasm
/disasm.h ..
/config.h crregs.h descriptor.h instr.h \
842 lazy_flags.h icache.h apic.h ..
/cpu
/i387.h ..
/fpu
/softfloat.h \
843 ..
/config.h ..
/fpu
/tag_w.h ..
/fpu
/status_w.h ..
/fpu
/control_w.h \
845 vm8086.o
: vm8086.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h ..
/bx_debug
/debug.h \
846 ..
/config.h ..
/osdep.h ..
/bxversion.h ..
/gui
/siminterface.h \
847 ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h ..
/extplugin.h \
848 ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h ..
/gui
/keymap.h \
849 ..
/instrument
/stubs
/instrument.h cpu.h ..
/disasm
/disasm.h ..
/config.h \
850 crregs.h descriptor.h instr.h lazy_flags.h icache.h apic.h \
851 ..
/cpu
/i387.h ..
/fpu
/softfloat.h ..
/config.h ..
/fpu
/tag_w.h \
852 ..
/fpu
/status_w.h ..
/fpu
/control_w.h ..
/cpu
/xmm.h stack.h
853 xsave.o
: xsave.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h ..
/bx_debug
/debug.h \
854 ..
/config.h ..
/osdep.h ..
/bxversion.h ..
/gui
/siminterface.h \
855 ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h ..
/extplugin.h \
856 ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h ..
/gui
/keymap.h \
857 ..
/instrument
/stubs
/instrument.h cpu.h ..
/disasm
/disasm.h ..
/config.h \
858 crregs.h descriptor.h instr.h lazy_flags.h icache.h apic.h \
859 ..
/cpu
/i387.h ..
/fpu
/softfloat.h ..
/config.h ..
/fpu
/tag_w.h \
860 ..
/fpu
/status_w.h ..
/fpu
/control_w.h ..
/cpu
/xmm.h stack.h
861 aes.o
: aes.@CPP_SUFFIX@ ..
/bochs.h ..
/config.h ..
/osdep.h ..
/bx_debug
/debug.h \
862 ..
/config.h ..
/osdep.h ..
/bxversion.h ..
/gui
/siminterface.h \
863 ..
/memory
/memory.h ..
/pc_system.h ..
/plugin.h ..
/extplugin.h \
864 ..
/gui
/gui.h ..
/gui
/textconfig.h ..
/config.h ..
/gui
/keymap.h \
865 ..
/instrument
/stubs
/instrument.h cpu.h ..
/disasm
/disasm.h ..
/config.h \
866 crregs.h descriptor.h instr.h lazy_flags.h icache.h apic.h \
867 ..
/cpu
/i387.h ..
/fpu
/softfloat.h ..
/config.h ..
/fpu
/tag_w.h \
868 ..
/fpu
/status_w.h ..
/fpu
/control_w.h ..
/cpu
/xmm.h stack.h