* pa.md (floatunssisf2): Set subreg 0 of operand 2 to zero.
From-SVN: r46611
This commit is contained in:
parent
99e9125d77
commit
4ff3bd5f75
@ -1,3 +1,7 @@
|
||||
2001-10-29 John David Anglin <dave@hiauly1.hia.nrc.ca>
|
||||
|
||||
* pa.md (floatunssisf2): Set subreg 0 of operand 2 to zero.
|
||||
|
||||
Mon Oct 29 07:23:33 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
|
||||
|
||||
* Makefile.in (OBJS): Put all files in alphabetical order.
|
||||
|
@ -3507,7 +3507,7 @@
|
||||
(define_expand "floatunssisf2"
|
||||
[(set (subreg:SI (match_dup 2) 4)
|
||||
(match_operand:SI 1 "register_operand" ""))
|
||||
(set (subreg:SI (match_dup 2) 4)
|
||||
(set (subreg:SI (match_dup 2) 0)
|
||||
(const_int 0))
|
||||
(set (match_operand:SF 0 "register_operand" "")
|
||||
(float:SF (match_dup 2)))]
|
||||
|
Loading…
Reference in New Issue
Block a user