* sh-opc.h: The operand of `mov.w r0, (<disp>,GBR)' is IMM1, not 0.
authorAlexandre Oliva <aoliva@redhat.com>
Sat, 11 Nov 2000 05:42:01 +0000 (05:42 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Sat, 11 Nov 2000 05:42:01 +0000 (05:42 +0000)
opcodes/ChangeLog
opcodes/sh-opc.h

index c6cbf0a3225e8dc04508e05c3a8a0d18649a4c7a..7934aa819dcce588752ae93450b006c773f0a65b 100644 (file)
@@ -1,3 +1,7 @@
+2000-11-11  Alexandre Oliva  <aoliva@redhat.com>
+
+       * sh-opc.h: The operand of `mov.w r0, (<disp>,GBR)' is IMM1, not 0.
+
 2000-11-07  Matthew Green  <mrg@redhat.com>
 
        * cgen-dis.in (print_insn): All insns which can fit into insn_value
index 1bfacbed71d17f698e8fb5a4578d5f02b48c3f17..334c942c9c19b25856feb1796622dac43bc47eb6 100644 (file)
@@ -400,7 +400,7 @@ sh_opcode_info sh_table[] = {
 
 /* 10000001mmmmi4*2 mov.w R0,@(<disp>,<REG_M>)*/{"mov.w",{A_R0,A_DISP_REG_M},{HEX_8,HEX_1,REG_M,IMM1_4BY2}, arch_sh1_up},
 
-/* 11000001i8*2.... mov.w R0,@(<disp>,GBR)*/{"mov.w",{A_R0,A_DISP_GBR},{HEX_C,HEX_1,IMM0_8BY2}, arch_sh1_up},
+/* 11000001i8*2.... mov.w R0,@(<disp>,GBR)*/{"mov.w",{A_R0,A_DISP_GBR},{HEX_C,HEX_1,IMM1_8BY2}, arch_sh1_up},
 
 /* 11000111i8p4.... mova @(<disp>,PC),R0*/{"mova",{A_DISP_PC,A_R0},{HEX_C,HEX_7,PCRELIMM_8BY4}, arch_sh1_up},
 /* 0000nnnn11000011 movca.l R0,@<REG_N> */{"movca.l",{A_R0,A_IND_N},{HEX_0,REG_N,HEX_C,HEX_3}, arch_sh4_up},
This page took 0.037174 seconds and 4 git commands to generate.