Searched refs:DT_RSHIFT (Results 1 – 4 of 4) sorted by relevance
61 DT_RSHIFT = 262, /* DT_RSHIFT */ enumerator
51 %token DT_LSHIFT DT_RSHIFT DT_LE DT_GE DT_EQ DT_NE DT_AND DT_OR480 | integer_shift DT_RSHIFT integer_add { $$ = ($3 < 64) ? ($1 >> $3) : 0; }
240 <*>">>" { return DT_RSHIFT; };
1159 { return DT_RSHIFT; };
Completed in 11 milliseconds