Add org.gnu.gdb.i386.avx.
[deliverable/binutils-gdb.git] / sim / common / cgen-engine.h
index ae4dad7f43601c3f9870972ef0b0b9258d1558d9..b11eb332e5b19eff4c4abd8aa32bd20cef8b9ba6 100644 (file)
@@ -1,5 +1,6 @@
 /* Engine header for Cpu tools GENerated simulators.
-   Copyright (C) 1998, 1999, 2007, 2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2007, 2008, 2009, 2010
+   Free Software Foundation, Inc.
    Contributed by Cygnus Support.
 
 This file is part of GDB, the GNU debugger.
@@ -184,18 +185,6 @@ do { \
 /* Return pointer to ARGBUF given ptr to SCACHE.  */
 #define SEM_ARGBUF(sem_arg) (& (sem_arg) -> argbuf)
 
-/* There are several styles of engines, all generally supported by the
-   same code:
-
-   WITH_SCACHE && WITH_SCACHE_PBB - pseudo-basic-block scaching
-   WITH_SCACHE && !WITH_SCACHE_PBB - scaching on an insn by insn basis
-   !WITH_SCACHE - simple engine: fetch an insn, execute an insn
-
-   ??? The !WITH_SCACHE case can also be broken up into two flavours:
-   extract the fields of the insn into an ARGBUF struct, or defer the
-   extraction to the semantic handler.  The WITH_SCACHE case always
-   extracts the fields into an ARGBUF struct.  */
-
 #if WITH_SCACHE
 
 #define CIA_ADDR(cia) (cia)
This page took 0.023314 seconds and 4 git commands to generate.