Home | History | Annotate | Download | only in dist

Lines Matching defs:OP_BitNot

9350 #define OP_BitNot         96 /* same as TK_BITNOT, synopsis: r[P1]= ~r[P1] */
70212 case OP_BitNot: { /* same as TK_BITNOT, in1, out2 */
80958 assert( TK_BITNOT==OP_BitNot ); testcase( op==TK_BITNOT );