Home | History | Annotate | Download | only in orig

Lines Matching defs:OP_BitOr

9340 #define OP_BitOr          86 /* same as TK_BITOR, synopsis: r[P3]=r[P1]|r[P2] */
69627 case OP_BitOr: /* same as TK_BITOR, in1, in2, out3 */
69647 }else if( op==OP_BitOr ){
80902 assert( TK_BITOR==OP_BitOr ); testcase( op==TK_BITOR );