aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorAldy Hernandez <aldyh@redhat.com>2003-06-19 13:16:31 +0000
committerAldy Hernandez <aldyh@gcc.gnu.org>2003-06-19 13:16:31 +0000
commite7a9b208d9da93b8102845188d78d339076127e3 (patch)
tree7b7aef1cab171c1a6d646a7b8f839168dfcfdecf /gcc/config
parent254d52a91266eda05fa7a0e958bff2d44e4ba34b (diff)
downloadgcc-e7a9b208d9da93b8102845188d78d339076127e3.zip
gcc-e7a9b208d9da93b8102845188d78d339076127e3.tar.gz
gcc-e7a9b208d9da93b8102845188d78d339076127e3.tar.bz2
spe.md ("spe_evfscfsi"): Change operand types.
2003-06-19 Aldy Hernandez <aldyh@redhat.com> * config/rs6000/spe.md ("spe_evfscfsi"): Change operand types. Change "fix" to "float". From-SVN: r68195
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/rs6000/spe.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/rs6000/spe.md b/gcc/config/rs6000/spe.md
index c2ee119..82ab17b 100644
--- a/gcc/config/rs6000/spe.md
+++ b/gcc/config/rs6000/spe.md
@@ -639,8 +639,8 @@
(set_attr "length" "4")])
(define_insn "spe_evfscfsi"
- [(set (match_operand:V2SI 0 "gpc_reg_operand" "=r")
- (fix:V2SI (match_operand:V2SF 1 "gpc_reg_operand" "r")))]
+ [(set (match_operand:V2SF 0 "gpc_reg_operand" "=r")
+ (float:V2SF (match_operand:V2SI 1 "gpc_reg_operand" "r")))]
"TARGET_SPE"
"evfscfsi %0,%1"
[(set_attr "type" "vecfloat")