summaryrefslogtreecommitdiff
path: root/gcc/tree.def
diff options
context:
space:
mode:
authorDorit Naishlos <dorit@il.ibm.com>2004-12-09 11:06:20 +0000
committerDorit Nuzman <dorit@gcc.gnu.org>2004-12-09 11:06:20 +0000
commitd16b59fa0c781e599115fad750585b2c4e42c71c (patch)
tree73dffeb9a21616d6d2e8d1fd2faac7d6f0751b1c /gcc/tree.def
parent08f2586c92554b92c43ae5becc531807c927f75b (diff)
downloadgcc-d16b59fa0c781e599115fad750585b2c4e42c71c.tar.gz
genopinit.c (vec_realign_store_optab): Initialization removed.
2004-12-09 Dorit Naishlos <dorit@il.ibm.com> * genopinit.c (vec_realign_store_optab): Initialization removed. * optabs.c (optab_for_tree_code): REALIGN_STORE_EXPR case removed. * optabs.h (optab_index): OTI_vec_realign_store Removed. (vec_realign_store_optab): Removed. * target-def.h (TARGET_VECTORIZE_BUILTIN_MASK_FOR_STORE): Removed. * target.h (builtin_mask_for_store): Removed. * tree.def (REALIGN_STORE_EXPR): Removed. * config/rs6000/rs6000.c (rs6000_builtin_mask_for_store): Removed. (altivec_builtin_mask_for_store): Removed. (altivec_init_builtins): Removed initialization of altivec_builtin_mask_for_store. * doc/tm.texi (TARGET_VECTORIZE_MISALIGNED_MEM_OK): New. (TARGET_VECTORIZE_BUILTIN_MASK_FOR_LOAD): New. From-SVN: r91932
Diffstat (limited to 'gcc/tree.def')
-rw-r--r--gcc/tree.def11
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/tree.def b/gcc/tree.def
index b09f0662137..ccb75c26f5b 100644
--- a/gcc/tree.def
+++ b/gcc/tree.def
@@ -886,17 +886,6 @@ DEFTREECODE (WITH_SIZE_EXPR, "with_size_expr", tcc_expression, 2)
generated by the builtin targetm.vectorize.mask_for_load_builtin_decl. */
DEFTREECODE (REALIGN_LOAD_EXPR, "realign_load", tcc_expression, 3)
-/* Extract elements from two input vectors Operand 0 and Operand 1
- size VS, according to the offset OFF defined by Operand 2 as
- follows:
- If OFF > 0, the last OFF elements of vector OP0 are concatenated to
- the first VS - OFF elements of the vector OP1.
- If OFF == 0, then the returned vector is OP0.
- On different targets OFF may take different forms; It can be an address, in
- which case its low log2(VS)-1 bits define the offset, or it can be a mask
- generated by the builtin targetm.vectorize.mask_for_store_builtin_decl. */
-DEFTREECODE (REALIGN_STORE_EXPR, "realign_store", tcc_expression, 3)
-
/*
Local variables:
mode:c