Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/jit/dynasm/
H A Ddasm_x86.h183 int pos = sec->pos, ofs = sec->ofs, mrm = -1; in dasm_put() local
206 if (n == 0) { if (mrm < 0) mrm = p[-2]; if ((mrm&7) != 5) break; } in dasm_put()
218 if (*p < 0x40 && p[1] == DASM_DISP) mrm = n; in dasm_put()
227 mrm = -1; in dasm_put()
272 case DASM_MARK: mrm = p[-2]; break; in dasm_put()
424 if (n == 0) { int mrm = mm[-1]&7; if (mrm == 4) mrm = mm[0]&7; in dasm_encode() local
425 if (mrm != 5) { mm[-1] -= 0x80; break; } } in dasm_encode()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_x86.dasc3278 goto mrm;
3290 goto mrm;
3295 goto mrm;
3304 goto mrm;
3315 mrm:

Completed in 37 milliseconds