cpu/
[deliverable/binutils-gdb.git] / cpu / frv.cpu
index f7bb2960eaa9bcab3ee0f973066c07e0d05f84d3..28e783383870dc93bb4e83a4505475602c502137 100644 (file)
@@ -1,6 +1,6 @@
 ; Fujitsu FRV opcode support, for GNU Binutils.  -*- Scheme -*-
 ;
-; Copyright 2000, 2001, 2003 Free Software Foundation, Inc.
+; Copyright 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
 ;
 ; Contributed by Red Hat Inc; developed under contract from Fujitsu.
 ;
          B0 B1 B01
          C
          MULT-DIV ; multiply/division slotted differently on different machines
+         IACC     ; iacc multiply     slotted differently on different machines
          LOAD     ; loads             slotted differently on different machines
          STORE    ; store             slotted differently on different machines
          SCAN     ; scan, scani       slotted differently on different machines
 (define-pmacro (iacc-multiply-r-r name operation op ope comment)
   (dni name
        (comment)
-       ((UNIT MULT-DIV) (FR400-MAJOR I-1) (MACH fr400))
+       ((UNIT IACC) (FR400-MAJOR I-1) (MACH fr400))
        (.str name "$pack $GRi,$GRj")
        (+ pack (rd-null) op GRi ope GRj)
        ((.sym iacc- operation) (mul DI (ext DI GRi) (ext DI GRj)))
This page took 0.024556 seconds and 4 git commands to generate.