* config/bfin/bfin.md (doloop_end): Fail for loops that can iterate
[official-gcc.git] / gcc / config / bfin / predicates.md
blob528792cbec90eebb4e4c550997fd859491b94f98
1 ;; Predicate definitions for the Blackfin.
2 ;; Copyright (C) 2005, 2006  Free Software Foundation, Inc.
3 ;; Contributed by Analog Devices.
4 ;;
5 ;; This file is part of GCC.
6 ;;
7 ;; GCC is free software; you can redistribute it and/or modify
8 ;; it under the terms of the GNU General Public License as published by
9 ;; the Free Software Foundation; either version 2, or (at your option)
10 ;; any later version.
12 ;; GCC is distributed in the hope that it will be useful,
13 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
14 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 ;; GNU General Public License for more details.
17 ;; You should have received a copy of the GNU General Public License
18 ;; along with GCC; see the file COPYING.  If not, write to
19 ;; the Free Software Foundation, 51 Franklin Street, Fifth Floor,
20 ;; Boston, MA 02110-1301, USA.
22 ;; Return nonzero iff OP is one of the integer constants 1 or 2.
23 (define_predicate "pos_scale_operand"
24   (and (match_code "const_int")
25        (match_test "INTVAL (op) == 1 || INTVAL (op) == 2")))
27 ;; Return nonzero iff OP is one of the integer constants 2 or 4.
28 (define_predicate "scale_by_operand"
29   (and (match_code "const_int")
30        (match_test "INTVAL (op) == 2 || INTVAL (op) == 4")))
32 ;; Return nonzero if OP is a constant that consists of two parts; lower
33 ;; bits all zero and upper bits all ones.  In this case, we can perform
34 ;; an AND operation with a sequence of two shifts.  Don't return nonzero
35 ;; if the constant would be cheap to load.
36 (define_predicate "highbits_operand"
37   (and (match_code "const_int")
38        (match_test "log2constp (-INTVAL (op)) && !CONST_7BIT_IMM_P (INTVAL (op))")))
40 ;; Return nonzero if OP is suitable as a right-hand side operand for an
41 ;; andsi3 operation.
42 (define_predicate "rhs_andsi3_operand"
43   (ior (match_operand 0 "register_operand")
44        (and (match_code "const_int")
45             (match_test "log2constp (~INTVAL (op)) || INTVAL (op) == 255 || INTVAL (op) == 65535"))))
47 ;; Return nonzero if OP is a register or a constant with exactly one bit
48 ;; set.
49 (define_predicate "regorlog2_operand"
50   (ior (match_operand 0 "register_operand")
51        (and (match_code "const_int")
52             (match_test "log2constp (INTVAL (op))"))))
54 ;; Return nonzero if OP is a register or an integer constant.
55 (define_predicate "reg_or_const_int_operand"
56   (ior (match_operand 0 "register_operand")
57        (match_code "const_int")))
59 (define_predicate "const01_operand"
60   (and (match_code "const_int")
61        (match_test "op == const0_rtx || op == const1_rtx")))
63 (define_predicate "vec_shift_operand"
64   (ior (and (match_code "const_int")
65             (match_test "INTVAL (op) >= -16 && INTVAL (op) < 15"))
66        (match_operand 0 "register_operand")))
68 ;; Like register_operand, but make sure that hard regs have a valid mode.
69 (define_predicate "valid_reg_operand"
70   (match_operand 0 "register_operand")
72   if (GET_CODE (op) == SUBREG)
73     op = SUBREG_REG (op);
74   if (REGNO (op) < FIRST_PSEUDO_REGISTER)
75     return HARD_REGNO_MODE_OK (REGNO (op), mode);
76   return 1;
79 ;; Return nonzero if OP is a D register.
80 (define_predicate "d_register_operand"
81   (and (match_code "reg")
82        (match_test "D_REGNO_P (REGNO (op))")))
84 ;; Return nonzero if OP is a LC register.
85 (define_predicate "lc_register_operand"
86   (and (match_code "reg")
87        (match_test "REGNO (op) == REG_LC0 || REGNO (op) == REG_LC1")))
89 ;; Return nonzero if OP is a LT register.
90 (define_predicate "lt_register_operand"
91   (and (match_code "reg")
92        (match_test "REGNO (op) == REG_LT0 || REGNO (op) == REG_LT1")))
94 ;; Return nonzero if OP is a LB register.
95 (define_predicate "lb_register_operand"
96   (and (match_code "reg")
97        (match_test "REGNO (op) == REG_LB0 || REGNO (op) == REG_LB1")))
99 ;; Return nonzero if OP is a register or a 7-bit signed constant.
100 (define_predicate "reg_or_7bit_operand"
101   (ior (match_operand 0 "register_operand")
102        (and (match_code "const_int")
103             (match_test "CONST_7BIT_IMM_P (INTVAL (op))"))))
105 ;; Return nonzero if OP is a register other than DREG and PREG.
106 (define_predicate "nondp_register_operand"
107   (match_operand 0 "register_operand")
109   unsigned int regno;
110   if (GET_CODE (op) == SUBREG)
111     op = SUBREG_REG (op);
113   regno = REGNO (op);
114   return (regno >= FIRST_PSEUDO_REGISTER || !DP_REGNO_P (regno));
117 ;; Return nonzero if OP is a register other than DREG and PREG, or MEM.
118 (define_predicate "nondp_reg_or_memory_operand"
119   (ior (match_operand 0 "nondp_register_operand")
120        (match_operand 0 "memory_operand")))
122 ;; Return nonzero if OP is a register or, when negated, a 7-bit signed
123 ;; constant.
124 (define_predicate "reg_or_neg7bit_operand"
125   (ior (match_operand 0 "register_operand")
126        (and (match_code "const_int")
127             (match_test "CONST_7BIT_IMM_P (-INTVAL (op))"))))
129 ;; Used for secondary reloads, this function returns 1 if OP is of the
130 ;; form (plus (fp) (const_int)).
131 (define_predicate "fp_plus_const_operand"
132   (match_code "plus")
134   rtx op1, op2;
136   op1 = XEXP (op, 0);
137   op2 = XEXP (op, 1);
138   return (REG_P (op1)
139           && (REGNO (op1) == FRAME_POINTER_REGNUM
140               || REGNO (op1) == STACK_POINTER_REGNUM)
141           && GET_CODE (op2) == CONST_INT);
144 ;; Returns 1 if OP is a symbolic operand, i.e. a symbol_ref or a label_ref,
145 ;; possibly with an offset.
146 (define_predicate "symbolic_operand"
147   (ior (match_code "symbol_ref,label_ref")
148        (and (match_code "const")
149             (match_test "GET_CODE (XEXP (op,0)) == PLUS
150                          && (GET_CODE (XEXP (XEXP (op, 0), 0)) == SYMBOL_REF
151                              || GET_CODE (XEXP (XEXP (op, 0), 0)) == LABEL_REF)
152                          && GET_CODE (XEXP (XEXP (op, 0), 1)) == CONST_INT"))))
154 ;; Returns 1 if OP is a plain constant or matched by symbolic_operand.
155 (define_predicate "symbolic_or_const_operand"
156   (ior (match_code "const_int,const_double")
157        (match_operand 0 "symbolic_operand")))
159 ;; Returns 1 if OP is a SYMBOL_REF.
160 (define_predicate "symbol_ref_operand"
161   (match_code "symbol_ref"))
163 ;; True for any non-virtual or eliminable register.  Used in places where
164 ;; instantiation of such a register may cause the pattern to not be recognized.
165 (define_predicate "register_no_elim_operand"
166   (match_operand 0 "register_operand")
168   if (GET_CODE (op) == SUBREG)
169     op = SUBREG_REG (op);
170   return !(op == arg_pointer_rtx
171            || op == frame_pointer_rtx
172            || (REGNO (op) >= FIRST_PSEUDO_REGISTER
173                && REGNO (op) <= LAST_VIRTUAL_REGISTER));
176 ;; Test for an operator valid in a conditional branch
177 (define_predicate "bfin_cbranch_operator"
178   (match_code "eq,ne"))
180 ;; The following two are used to compute the addrtype attribute.  They return
181 ;; true if passed a memory address usable for a 16-bit load or store using a
182 ;; P or I register, respectively.  If neither matches, we know we have a
183 ;; 32-bit instruction.
184 (define_predicate "mem_p_address_operand"
185   (match_code "mem")
187   if (effective_address_32bit_p (op, mode))
188     return 0;
189   op = XEXP (op, 0);
190   if (GET_CODE (op) == PLUS || GET_RTX_CLASS (GET_CODE (op)) == RTX_AUTOINC)
191     op = XEXP (op, 0);
192   gcc_assert (REG_P (op));
193   return PREG_P (op);
196 (define_predicate "mem_i_address_operand"
197   (match_code "mem")
199   if (effective_address_32bit_p (op, mode))
200     return 0;
201   op = XEXP (op, 0);
202   if (GET_CODE (op) == PLUS || GET_RTX_CLASS (GET_CODE (op)) == RTX_AUTOINC)
203     op = XEXP (op, 0);
204   gcc_assert (REG_P (op));
205   return IREG_P (op);