X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=opcodes%2Fiq2000-ibld.c;h=8f5673309fa6b2419395d6dbebbc8c8ff3fd953d;hb=ea783ef3a075b7581b93615f8aec39490d272b4f;hp=36bebe236a1426ce6e5369f0327f178d47631b9c;hpb=6f3b91a62110eaea42cd7df18d6f9293f5d60fa2;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/iq2000-ibld.c b/opcodes/iq2000-ibld.c index 36bebe236a..8f5673309f 100644 --- a/opcodes/iq2000-ibld.c +++ b/opcodes/iq2000-ibld.c @@ -4,7 +4,7 @@ - the resultant file is machine generated, cgen-ibld.in isn't Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2005, 2006, 2007, - 2008 Free Software Foundation, Inc. + 2008, 2010 Free Software Foundation, Inc. This file is part of libopcodes. @@ -33,6 +33,7 @@ #include "symcat.h" #include "iq2000-desc.h" #include "iq2000-opc.h" +#include "cgen/basic-modes.h" #include "opintl.h" #include "safe-ctype.h" @@ -137,7 +138,7 @@ insert_normal (CGEN_CPU_DESC cd, if (length == 0) return NULL; - if (word_length > 32) + if (word_length > 8 * sizeof (CGEN_INSN_INT)) abort (); /* For architectures with insns smaller than the base-insn-bitsize, @@ -441,7 +442,7 @@ extract_normal (CGEN_CPU_DESC cd, return 1; } - if (word_length > 32) + if (word_length > 8 * sizeof (CGEN_INSN_INT)) abort (); /* For architectures with insns smaller than the insn-base-bitsize, @@ -468,7 +469,7 @@ extract_normal (CGEN_CPU_DESC cd, { unsigned char *bufp = ex_info->insn_bytes + word_offset / 8; - if (word_length > 32) + if (word_length > 8 * sizeof (CGEN_INSN_INT)) abort (); if (fill_cache (cd, ex_info, word_offset / 8, word_length / 8, pc) == 0) @@ -613,14 +614,14 @@ iq2000_cgen_insert_operand (CGEN_CPU_DESC cd, case IQ2000_OPERAND_JMPTARG : { long value = fields->f_jtarg; - value = ((unsigned int) (((value) & (262143))) >> (2)); + value = ((USI) (((value) & (262143))) >> (2)); errmsg = insert_normal (cd, value, 0|(1<f_jtargq10; - value = ((unsigned int) (((value) & (8388607))) >> (2)); + value = ((USI) (((value) & (8388607))) >> (2)); errmsg = insert_normal (cd, value, 0|(1<f_offset; - value = ((int) (((value) - (pc))) >> (2)); + value = ((SI) (((value) - (pc))) >> (2)); errmsg = insert_normal (cd, value, 0|(1<