i386.md (umulsi3_highpart): Remove * from name.
* config/i386/i386.md (umulsi3_highpart): Remove * from name. (smulsi3_highpart): Likewise. From-SVN: r38246
This commit is contained in:
parent
7667db9b1a
commit
34c659e2cf
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2000-12-14 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* config/i386/i386.md (umulsi3_highpart): Remove * from name.
|
||||
(smulsi3_highpart): Likewise.
|
||||
|
||||
2000-12-14 Neil Booth <neil@daikokuya.demon.co.uk>
|
||||
|
||||
* gcc.c (cpp_options): Add -remap.
|
||||
|
|
|
@ -5061,7 +5061,7 @@
|
|||
(set_attr "length_immediate" "0")
|
||||
(set_attr "mode" "SI")])
|
||||
|
||||
(define_insn "*umulsi3_highpart"
|
||||
(define_insn "umulsi3_highpart"
|
||||
[(set (match_operand:SI 0 "register_operand" "=d")
|
||||
(truncate:SI
|
||||
(lshiftrt:DI
|
||||
|
@ -5079,7 +5079,7 @@
|
|||
(set_attr "length_immediate" "0")
|
||||
(set_attr "mode" "SI")])
|
||||
|
||||
(define_insn "*smulsi3_highpart"
|
||||
(define_insn "smulsi3_highpart"
|
||||
[(set (match_operand:SI 0 "register_operand" "=d")
|
||||
(truncate:SI
|
||||
(lshiftrt:DI
|
||||
|
|
Loading…
Add table
Reference in a new issue