Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/jit/dynasm/
H A Ddasm_proto.h73 DASM_FDEF int dasm_getpclabel(Dst_DECL, unsigned int pc);
H A Ddasm_mips.h395 int dasm_getpclabel(Dst_DECL, unsigned int pc) in dasm_getpclabel() function
H A Ddasm_ppc.h394 int dasm_getpclabel(Dst_DECL, unsigned int pc) in dasm_getpclabel() function
H A Ddasm_arm.h432 int dasm_getpclabel(Dst_DECL, unsigned int pc) in dasm_getpclabel() function
H A Ddasm_arm64.h541 int dasm_getpclabel(Dst_DECL, unsigned int pc) in dasm_getpclabel() function
H A Ddasm_x86.h504 int dasm_getpclabel(Dst_DECL, unsigned int pc) in dasm_getpclabel() function
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit.c985 zend_jit_trace_add_code(entry, dasm_getpclabel(dasm_state, 1)); in dasm_link_and_encode()
998 int offset = dasm_getpclabel(dasm_state, ssa->cfg.blocks_count + b); in dasm_link_and_encode()
1008 int offset = dasm_getpclabel(dasm_state, ssa->cfg.blocks_count + b); in dasm_link_and_encode()
H A Dzend_jit_arm64.dasc15431 veneer = (char*)buffer + dasm_getpclabel(&Dst, 1) - (t->exit_count - exit_point) * 4;

Completed in 97 milliseconds