Home | History | Annotate | Download | only in gcc

Lines Matching defs:reverse

157   /* For a BIT_FIELD_REF, whether the group of bits is stored in reverse order
159 bool reverse;
170 : cond (gimple_match_cond::UNCOND), type (NULL_TREE), reverse (false),
182 : cond (cond_in), code (code_in), type (type_in), reverse (false),
193 : cond (cond_in), code (code_in), type (type_in), reverse (false),
203 : cond (cond_in), code (code_in), type (type_in), reverse (false),
214 : cond (cond_in), code (code_in), type (type_in), reverse (false),
226 : cond (cond_in), code (code_in), type (type_in), reverse (false),
240 : cond (cond_in), code (code_in), type (type_in), reverse (false),
303 reverse = reverse_in;