Home
last modified time | relevance | path

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

/PHP-8.0/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
194 } else if (action <= DASM_REL_A) { in dasm_put()
201 case DASM_REL_A: /* Assumes ptrdiff_t is int. !x64 */ in dasm_put()
340 case DASM_SETLABEL: case DASM_REL_A: case DASM_IMM_PC: case DASM_IMM_PC64: in dasm_link()
435 case DASM_REL_A: rel_a: n -= (int)(ptrdiff_t)(cp+4); goto wd; /* !x64 */ in dasm_encode()

Completed in 6 milliseconds