public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
From: Doug Evans <dje@sebabeach.org>
To: sid@sourceware.org
Subject: [commit] regenerate arm-decode.cxx
Date: Wed, 06 Jan 2010 05:08:00 -0000	[thread overview]
Message-ID: <20100106050840.81E486E3D9@sebabeach.org> (raw)

Hi.

fyi, I checked this in.

2010-01-05  Doug Evans  <dje@sebabeach.org>

	* arm-decode.cxx: Regenerate.

Index: arm7t/arm-decode.cxx
===================================================================
RCS file: /cvs/src/src/sid/component/cgen-cpu/arm7t/arm-decode.cxx,v
retrieving revision 1.7
diff -u -p -d -u -r1.7 arm-decode.cxx
--- arm7t/arm-decode.cxx	2 Jan 2010 21:18:54 -0000	1.7
+++ arm7t/arm-decode.cxx	6 Jan 2010 04:44:10 -0000
@@ -3040,7 +3040,7 @@ arm_extract_sfmt_and_imm (arm_scache* ab
     f_set_cc_ = EXTRACT_LSB0_UINT (insn, 32, 20, 1);
     f_rn = EXTRACT_LSB0_UINT (insn, 32, 19, 4);
     f_rd = EXTRACT_LSB0_UINT (insn, 32, 15, 4);
-    f_imm12 = RORSI (((EXTRACT_LSB0_UINT (insn, 32, 11, 12)) & (255)), ((2) * (((unsigned int) (((EXTRACT_LSB0_UINT (insn, 32, 11, 12)) & (3840))) >> (8)))));
+    f_imm12 = RORSI (((EXTRACT_LSB0_UINT (insn, 32, 11, 12)) & (255)), ((2) * (((USI) (((EXTRACT_LSB0_UINT (insn, 32, 11, 12)) & (3840))) >> (8)))));
 
   /* Record the fields for the semantic handler.  */
   FLD (f_rd) = f_rd;
@@ -3152,7 +3152,7 @@ arm_extract_sfmt_mov_imm (arm_scache* ab
 
     f_set_cc_ = EXTRACT_LSB0_UINT (insn, 32, 20, 1);
     f_rd = EXTRACT_LSB0_UINT (insn, 32, 15, 4);
-    f_imm12 = RORSI (((EXTRACT_LSB0_UINT (insn, 32, 11, 12)) & (255)), ((2) * (((unsigned int) (((EXTRACT_LSB0_UINT (insn, 32, 11, 12)) & (3840))) >> (8)))));
+    f_imm12 = RORSI (((EXTRACT_LSB0_UINT (insn, 32, 11, 12)) & (255)), ((2) * (((USI) (((EXTRACT_LSB0_UINT (insn, 32, 11, 12)) & (3840))) >> (8)))));
 
   /* Record the fields for the semantic handler.  */
   FLD (f_rd) = f_rd;
@@ -3273,7 +3273,7 @@ arm_extract_sfmt_add_imm (arm_scache* ab
     f_set_cc_ = EXTRACT_LSB0_UINT (insn, 32, 20, 1);
     f_rn = EXTRACT_LSB0_UINT (insn, 32, 19, 4);
     f_rd = EXTRACT_LSB0_UINT (insn, 32, 15, 4);
-    f_imm12 = RORSI (((EXTRACT_LSB0_UINT (insn, 32, 11, 12)) & (255)), ((2) * (((unsigned int) (((EXTRACT_LSB0_UINT (insn, 32, 11, 12)) & (3840))) >> (8)))));
+    f_imm12 = RORSI (((EXTRACT_LSB0_UINT (insn, 32, 11, 12)) & (255)), ((2) * (((USI) (((EXTRACT_LSB0_UINT (insn, 32, 11, 12)) & (3840))) >> (8)))));
 
   /* Record the fields for the semantic handler.  */
   FLD (f_rd) = f_rd;
@@ -3397,7 +3397,7 @@ arm_extract_sfmt_adc_imm (arm_scache* ab
     f_set_cc_ = EXTRACT_LSB0_UINT (insn, 32, 20, 1);
     f_rn = EXTRACT_LSB0_UINT (insn, 32, 19, 4);
     f_rd = EXTRACT_LSB0_UINT (insn, 32, 15, 4);
-    f_imm12 = RORSI (((EXTRACT_LSB0_UINT (insn, 32, 11, 12)) & (255)), ((2) * (((unsigned int) (((EXTRACT_LSB0_UINT (insn, 32, 11, 12)) & (3840))) >> (8)))));
+    f_imm12 = RORSI (((EXTRACT_LSB0_UINT (insn, 32, 11, 12)) & (255)), ((2) * (((USI) (((EXTRACT_LSB0_UINT (insn, 32, 11, 12)) & (3840))) >> (8)))));
 
   /* Record the fields for the semantic handler.  */
   FLD (f_rd) = f_rd;
@@ -3620,7 +3620,7 @@ arm_extract_sfmt_cmp_imm (arm_scache* ab
     SI f_imm12;
 
     f_rn = EXTRACT_LSB0_UINT (insn, 32, 19, 4);
-    f_imm12 = RORSI (((EXTRACT_LSB0_UINT (insn, 32, 11, 12)) & (255)), ((2) * (((unsigned int) (((EXTRACT_LSB0_UINT (insn, 32, 11, 12)) & (3840))) >> (8)))));
+    f_imm12 = RORSI (((EXTRACT_LSB0_UINT (insn, 32, 11, 12)) & (255)), ((2) * (((USI) (((EXTRACT_LSB0_UINT (insn, 32, 11, 12)) & (3840))) >> (8)))));
 
   /* Record the fields for the semantic handler.  */
   FLD (f_imm12) = f_imm12;

                 reply	other threads:[~2010-01-06  5:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100106050840.81E486E3D9@sebabeach.org \
    --to=dje@sebabeach.org \
    --cc=sid@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).