Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/jit/dynasm/
H A Ddasm_x86.h84 #define DASM_PTR_ADD(p1, off) ((void *) ((uintptr_t) (p1) + sizeof(*p1) * (uintptr_t) (off))) macro
405 int *endb = DASM_PTR_ADD(sec->rbuf, sec->pos); in dasm_encode()

Completed in 8 milliseconds