Home
last modified time | relevance | path

Searched refs:OPR_MUL (Results 1 – 1 of 1) sorted by relevance

/PHP-8.2/ext/opcache/jit/dynasm/
H A Dminilua.c135 OPR_ADD,OPR_SUB,OPR_MUL,OPR_DIV,OPR_MOD,OPR_POW, enumerator
3571 case OPR_ADD:case OPR_SUB:case OPR_MUL:case OPR_DIV:
3611 case OPR_MUL:codearith(fs,OP_MUL,e1,e2);break;
4248 case'*':return OPR_MUL;

Completed in 24 milliseconds