Searched refs:OP_BitNot (Results 1 – 2 of 2) sorted by relevance
8382 #define OP_BitNot 93 /* same as TK_BITNOT */ macro65549 case OP_BitNot: { /* same as TK_BITNOT, in1, out2 */75510 assert( TK_BITNOT==OP_BitNot );
15403 #define OP_BitNot 112 /* same as TK_BITNOT, synopsis: r[P2]= ~r[P1] */ macro87540 case OP_BitNot: { /* same as TK_BITNOT, in1, out2 */103565 assert( TK_BITNOT==OP_BitNot ); testcase( op==TK_BITNOT );