Home
last modified time | relevance | path

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

/PHP-8.2/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()
211 if (*p < 0x40 && p[1] == DASM_DISP) mrm = n; in dasm_put()
220 mrm = -1; in dasm_put()
265 case DASM_MARK: mrm = p[-2]; break; in dasm_put()
417 if (n == 0) { int mrm = mm[-1]&7; if (mrm == 4) mrm = mm[0]&7; in dasm_encode() local
418 if (mrm != 5) { mm[-1] -= 0x80; break; } } in dasm_encode()
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_x86.dasc3272 goto mrm;
3284 goto mrm;
3289 goto mrm;
3298 goto mrm;
3309 mrm:

Completed in 27 milliseconds