Home | History | Annotate | Download | only in dist

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] */
69649 case OP_ShiftRight: { /* same as TK_RSHIFT, in1, in2, out3 */
80914 case TK_RSHIFT:
80925 assert( TK_RSHIFT==OP_ShiftRight ); testcase( op==TK_RSHIFT );
81586 case TK_RSHIFT: zBinOp = "RSHIFT"; break;
121477 *tokenType = TK_RSHIFT;