public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
* [commit] regenerate arm-decode.cxx
@ 2010-01-06  5:08 Doug Evans
  0 siblings, 0 replies; only message in thread
From: Doug Evans @ 2010-01-06  5:08 UTC (permalink / raw)
  To: sid

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;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-01-06  5:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-06  5:08 [commit] regenerate arm-decode.cxx Doug Evans

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).