Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/jit/dynasm/
H A Ddasm_x86.h22 DASM_VREG, DASM_SPACE, DASM_SETLABEL, DASM_REL_A, DASM_REL_LG, DASM_REL_PC, enumerator
215 case DASM_SPACE: p++; ofs += n; break; in dasm_put()
349 case DASM_SPACE: case DASM_IMM_LG: case DASM_VREG: p++; in dasm_link()
488 case DASM_SPACE: { int fill = *p++; while (n--) *cp++ = fill; break; } in dasm_encode()

Completed in 31 milliseconds