Deleted Added
full compact
mips.md (169690) mips.md (208737)
1;; Mips.md Machine Description for MIPS based processors
2;; Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
3;; 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
4;; Contributed by A. Lichnewsky, lich@inria.inria.fr
5;; Changes by Michael Meissner, meissner@osf.org
6;; 64 bit r4000 support by Ian Lance Taylor, ian@cygnus.com, and
7;; Brendan Eich, brendan@microunity.com.
8

--- 1027 unchanged lines hidden (view full) ---

1036 return "mult\t%1,%2";
1037 if (TARGET_MAD
1038 || TARGET_MIPS5400
1039 || TARGET_MIPS5500
1040 || TARGET_MIPS7000
1041 || TARGET_MIPS9000
1042 || ISA_MIPS32
1043 || ISA_MIPS32R2
1;; Mips.md Machine Description for MIPS based processors
2;; Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
3;; 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
4;; Contributed by A. Lichnewsky, lich@inria.inria.fr
5;; Changes by Michael Meissner, meissner@osf.org
6;; 64 bit r4000 support by Ian Lance Taylor, ian@cygnus.com, and
7;; Brendan Eich, brendan@microunity.com.
8

--- 1027 unchanged lines hidden (view full) ---

1036 return "mult\t%1,%2";
1037 if (TARGET_MAD
1038 || TARGET_MIPS5400
1039 || TARGET_MIPS5500
1040 || TARGET_MIPS7000
1041 || TARGET_MIPS9000
1042 || ISA_MIPS32
1043 || ISA_MIPS32R2
1044 || ISA_MIPS64)
1044 || ISA_MIPS64
1045 || ISA_MIPS64R2)
1045 return "mul\t%0,%1,%2";
1046 return "mult\t%0,%1,%2";
1047}
1048 [(set_attr "type" "imul3,imul")
1049 (set_attr "mode" "SI")])
1050
1051(define_insn "muldi3_mult3"
1052 [(set (match_operand:DI 0 "register_operand" "=d")

--- 4433 unchanged lines hidden ---
1046 return "mul\t%0,%1,%2";
1047 return "mult\t%0,%1,%2";
1048}
1049 [(set_attr "type" "imul3,imul")
1050 (set_attr "mode" "SI")])
1051
1052(define_insn "muldi3_mult3"
1053 [(set (match_operand:DI 0 "register_operand" "=d")

--- 4433 unchanged lines hidden ---