Searched refs:OP_MUL (Results 1 – 3 of 3) sorted by relevance
32 OP_MUL, enumerator43 [OP_MUL] = "mul",258 case OP_MUL: in bench()293 case OP_MUL: in bench()328 case OP_MUL: in bench()363 case OP_MUL: in bench()398 case OP_MUL: in bench()447 GEN_BENCH_ALL_TYPES(mul, OP_MUL, 2)478 GEN_BENCH_FUNCS(mul, OP_MUL),
55 %token OP_JSET OP_ADD OP_SUB OP_MUL OP_DIV OP_AND OP_OR OP_XOR OP_LSH OP_RSH366 : OP_MUL '#' number {368 | OP_MUL 'x' {370 | OP_MUL '%' 'x' {
71 "mul" { return OP_MUL; }