Home
last modified time | relevance | path

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

/PHP-8.2/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()
202 case DASM_REL_A: /* Assumes ptrdiff_t is int. !x64 */ in dasm_put()
345 case DASM_SETLABEL: case DASM_REL_A: case DASM_IMM_PC: pos++; break; in dasm_link()
455 case DASM_REL_A: rel_a: in dasm_encode()
H A Ddasm_arm64.h24 DASM_REL_PC, DASM_LABEL_PC, DASM_REL_A, enumerator
275 case DASM_REL_A: in dasm_put()
394 case DASM_IMM13X: case DASM_REL_A: pos += 2; break; in dasm_link()
484 case DASM_REL_A: { in dasm_encode()
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_arm64.dasc15419 && (ins >> 16) == DASM_REL_A) {

Completed in 50 milliseconds