Automatic date update in version.in
[deliverable/binutils-gdb.git] / cpu / iq2000.cpu
index e25ba69392bb998fd78394513f22c80bd761697d..cb9cfae1d43e173f8ea6401e6d96d757bc72c055 100644 (file)
 (df  f-offset "pc offset field"                (PCREL-ADDR) 15 16 INT
      ; Actually, this is relative to the address of the delay slot.
      ((value pc) (sra SI (sub SI value pc) 2))
-     ((value pc) (add SI (sll SI value 2) (add pc 4))))
+     ((value pc) (add SI (mul SI value 4) (add pc 4))))
 
 ; Instruction fields that scarcely appear in instructions.
 
This page took 0.024192 seconds and 4 git commands to generate.