Line 18... |
Line 18... |
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
|
|
/*
|
/*
|
* $Log: not supported by cvs2svn $
|
* $Log: not supported by cvs2svn $
|
|
* Revision 1.46 2005/08/18 22:13:27 phoenix
|
|
* fixed l.maci encoding
|
|
*
|
* Revision 1.45 2005/04/27 19:13:13 nogj
|
* Revision 1.45 2005/04/27 19:13:13 nogj
|
* l.rfe does not have a delay slot. Don't mark it as such.
|
* l.rfe does not have a delay slot. Don't mark it as such.
|
*
|
*
|
* Revision 1.44 2005/03/31 16:09:57 nogj
|
* Revision 1.44 2005/03/31 16:09:57 nogj
|
* Implement a dynamic recompiler to speed up the execution
|
* Implement a dynamic recompiler to speed up the execution
|
Line 82... |
Line 85... |
# include <inttypes.h> /* ...but to get arch.h we need uint{8,16,32}_t... */
|
# include <inttypes.h> /* ...but to get arch.h we need uint{8,16,32}_t... */
|
# endif
|
# endif
|
# include "port.h"
|
# include "port.h"
|
# include "arch.h" /* ...but to get abstract.h, we need oraddr_t... */
|
# include "arch.h" /* ...but to get abstract.h, we need oraddr_t... */
|
# include "abstract.h" /* To get struct iqueue_entry... */
|
# include "abstract.h" /* To get struct iqueue_entry... */
|
|
# include "debug.h" /* To get debug() */
|
#endif
|
#endif
|
#include "opcode/or32.h"
|
#include "opcode/or32.h"
|
|
|
/* **INDENT-OFF** */
|
/* **INDENT-OFF** */
|
|
|