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:
Aldy Hernandez 2004-02-19 18:40:24 +00:00 committed by Aldy Hernandez
parent 919b531db1
commit c6e9f0ebd9
3 changed files with 12 additions and 4 deletions

View File

@ -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.

View File

@ -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"
"")

View File

@ -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")])