bfin-protos.h (bfin_hardware_loop): Declare.
[official-gcc.git] / gcc / config / bfin / predicates.md
blob1415ea0ab06b5dc4464fa3a0e3740b898344a575
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 LC register.
80 (define_predicate "lc_register_operand"
81   (and (match_code "reg")
82        (match_test "REGNO (op) == REG_LC0 || REGNO (op) == REG_LC1")))
84 ;; Return nonzero if OP is a LT register.
85 (define_predicate "lt_register_operand"
86   (and (match_code "reg")
87        (match_test "REGNO (op) == REG_LT0 || REGNO (op) == REG_LT1")))
89 ;; Return nonzero if OP is a LB register.
90 (define_predicate "lb_register_operand"
91   (and (match_code "reg")
92        (match_test "REGNO (op) == REG_LB0 || REGNO (op) == REG_LB1")))
94 ;; Return nonzero if OP is a register or a 7 bit signed constant.
95 (define_predicate "reg_or_7bit_operand"
96   (ior (match_operand 0 "register_operand")
97        (and (match_code "const_int")
98             (match_test "CONST_7BIT_IMM_P (INTVAL (op))"))))
100 ;; Return nonzero if OP is a register other than DREG and PREG.
101 (define_predicate "nondp_register_operand"
102   (match_operand 0 "register_operand")
104   unsigned int regno;
105   if (GET_CODE (op) == SUBREG)
106     op = SUBREG_REG (op);
108   regno = REGNO (op);
109   return (regno >= FIRST_PSEUDO_REGISTER || !DP_REGNO_P (regno));
112 ;; Return nonzero if OP is a register other than DREG and PREG, or MEM.
113 (define_predicate "nondp_reg_or_memory_operand"
114   (ior (match_operand 0 "nondp_register_operand")
115        (match_operand 0 "memory_operand")))
117 ;; Used for secondary reloads, this function returns 1 if OP is of the
118 ;; form (plus (fp) (const_int)).
119 (define_predicate "fp_plus_const_operand"
120   (match_code "plus")
122   rtx op1, op2;
124   op1 = XEXP (op, 0);
125   op2 = XEXP (op, 1);
126   return (REG_P (op1)
127           && (REGNO (op1) == FRAME_POINTER_REGNUM
128               || REGNO (op1) == STACK_POINTER_REGNUM)
129           && GET_CODE (op2) == CONST_INT);
132 ;; Returns 1 if OP is a symbolic operand, i.e. a symbol_ref or a label_ref,
133 ;; possibly with an offset.
134 (define_predicate "symbolic_operand"
135   (ior (match_code "symbol_ref,label_ref")
136        (and (match_code "const")
137             (match_test "GET_CODE (XEXP (op,0)) == PLUS
138                          && (GET_CODE (XEXP (XEXP (op, 0), 0)) == SYMBOL_REF
139                              || GET_CODE (XEXP (XEXP (op, 0), 0)) == LABEL_REF)
140                          && GET_CODE (XEXP (XEXP (op, 0), 1)) == CONST_INT"))))
142 ;; Returns 1 if OP is a plain constant or matched by symbolic_operand.
143 (define_predicate "symbolic_or_const_operand"
144   (ior (match_code "const_int,const_double")
145        (match_operand 0 "symbolic_operand")))
147 ;; Returns 1 if OP is a SYMBOL_REF.
148 (define_predicate "symbol_ref_operand"
149   (match_code "symbol_ref"))
151 ;; True for any non-virtual or eliminable register.  Used in places where
152 ;; instantiation of such a register may cause the pattern to not be recognized.
153 (define_predicate "register_no_elim_operand"
154   (match_operand 0 "register_operand")
156   if (GET_CODE (op) == SUBREG)
157     op = SUBREG_REG (op);
158   return !(op == arg_pointer_rtx
159            || op == frame_pointer_rtx
160            || (REGNO (op) >= FIRST_PSEUDO_REGISTER
161                && REGNO (op) <= LAST_VIRTUAL_REGISTER));
164 ;; Test for an operator valid in a conditional branch
165 (define_predicate "bfin_cbranch_operator"
166   (match_code "eq,ne"))