Home | History | Annotate | Download | only in orig

Lines Matching defs:TK_RSHIFT

8286 #define TK_RSHIFT                          88
9342 #define OP_ShiftRight 88 /* same as TK_RSHIFT, synopsis: r[P3]=r[P2]>>r[P1] */
69629 case OP_ShiftRight: { /* same as TK_RSHIFT, in1, in2, out3 */
80894 case TK_RSHIFT:
80905 assert( TK_RSHIFT==OP_ShiftRight ); testcase( op==TK_RSHIFT );
81566 case TK_RSHIFT: zBinOp = "RSHIFT"; break;
121457 *tokenType = TK_RSHIFT;