Searched refs:OP_BitOr (Results 1 – 2 of 2) sorted by relevance
8359 #define OP_BitOr 83 /* same as TK_BITOR */ macro65015 case OP_BitOr: /* same as TK_BITOR, in1, in2, out3 */65037 }else if( u.ah.op==OP_BitOr ){75465 assert( TK_BITOR==OP_BitOr );
15393 #define OP_BitOr 102 /* same as TK_BITOR, synopsis: r[P3]=r[P1]|r[P2] */ macro86893 case OP_BitOr: /* same as TK_BITOR, in1, in2, out3 */86913 }else if( op==OP_BitOr ){103527 assert( TK_BITOR==OP_BitOr ); testcase( op==TK_BITOR );