Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddasm_x86.h176 int pos = sec->pos, ofs = sec->ofs, mrm = -1; in dasm_put() local
199 if (n == 0) { if (mrm < 0) mrm = p[-2]; if ((mrm&7) != 5) break; } in dasm_put()
210 if (*p < 0x40 && p[1] == DASM_DISP) mrm = n; in dasm_put()
219 mrm = -1; in dasm_put()
263 case DASM_MARK: mrm = p[-2]; break; in dasm_put()
401 if (n == 0) { int mrm = mm[-1]&7; if (mrm == 4) mrm = mm[0]&7; in dasm_encode() local
402 if (mrm != 5) { mm[-1] -= 0x80; break; } } in dasm_encode()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_x86.dasc3300 goto mrm;
3312 goto mrm;
3317 goto mrm;
3326 goto mrm;
3337 mrm:

Completed in 26 milliseconds