mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-10 09:20:31 +08:00
spe.md (spe_fixunssfsi2): Rename to spe_fixuns_truncsfsi2.
* config/rs6000/spe.md (spe_fixunssfsi2): Rename to spe_fixuns_truncsfsi2. * config/rs6000/rs6000.md (fixunssfsi2): Rename to fixuns_truncsfsi2. From-SVN: r78114
This commit is contained in:
parent
919b531db1
commit
c6e9f0ebd9
@ -1,3 +1,11 @@
|
||||
2004-02-19 Aldy Hernandez <aldyh@redhat.com>
|
||||
|
||||
* config/rs6000/spe.md (spe_fixunssfsi2): Rename to
|
||||
spe_fixuns_truncsfsi2.
|
||||
|
||||
* config/rs6000/rs6000.md (fixunssfsi2): Rename to
|
||||
fixuns_truncsfsi2.
|
||||
|
||||
2004-02-19 Steve Ellcey <sje@cup.hp.com>
|
||||
|
||||
* config/ia64/ia64.h (HARD_REGNO_CALLER_SAVE_MODE): New macro.
|
||||
|
@ -4961,9 +4961,9 @@
|
||||
|
||||
;; Conversions to and from floating-point.
|
||||
|
||||
(define_expand "fixunssfsi2"
|
||||
(define_expand "fixuns_truncsfsi2"
|
||||
[(set (match_operand:SI 0 "gpc_reg_operand" "")
|
||||
(unsigned_fix:SI (fix:SF (match_operand:SF 1 "gpc_reg_operand" ""))))]
|
||||
(unsigned_fix:SI (match_operand:SF 1 "gpc_reg_operand" "")))]
|
||||
"TARGET_HARD_FLOAT && !TARGET_FPRS"
|
||||
"")
|
||||
|
||||
|
@ -83,9 +83,9 @@
|
||||
"efsctuiz %0,%1"
|
||||
[(set_attr "type" "fp")])
|
||||
|
||||
(define_insn "spe_fixunssfsi2"
|
||||
(define_insn "spe_fixuns_truncsfsi2"
|
||||
[(set (match_operand:SI 0 "gpc_reg_operand" "=r")
|
||||
(unsigned_fix:SI (fix:SF (match_operand:SF 1 "gpc_reg_operand" "r"))))]
|
||||
(unsigned_fix:SI (match_operand:SF 1 "gpc_reg_operand" "r")))]
|
||||
"TARGET_HARD_FLOAT && !TARGET_FPRS"
|
||||
"efsctui %0,%1"
|
||||
[(set_attr "type" "fp")])
|
||||
|
Loading…
x
Reference in New Issue
Block a user