]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/m32r/cpu.h
* cgen-engine.h (EXTRACT_MSB0_LGSINT, EXTRACT_MSB0_LGUINT): Define.
[thirdparty/binutils-gdb.git] / sim / m32r / cpu.h
index 7f112d4d04664c1eb6cfb00cb24b66d095bbf650..b7a684ea329912512d114dc064a791ffd23872d2 100644 (file)
@@ -32,6 +32,12 @@ This file is part of the GNU simulators.
 /* Maximum number of instructions that can be executed in parallel.  */
 #define MAX_PARALLEL_INSNS 1
 
+/* The size of an "int" needed to hold an instruction word.
+   This is usually 32 bits, but some architectures needs 64 bits.  */
+typedef CGEN_INSN_INT CGEN_INSN_WORD;
+
+#include "cgen-engine.h"
+
 /* CPU state information.  */
 typedef struct {
   /* Hardware elements.  */