Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddasm_proto.h73 DASM_FDEF int dasm_getpclabel(Dst_DECL, unsigned int pc);
H A Ddasm_mips.h390 int dasm_getpclabel(Dst_DECL, unsigned int pc) in dasm_getpclabel() function
H A Ddasm_ppc.h390 int dasm_getpclabel(Dst_DECL, unsigned int pc) in dasm_getpclabel() function
H A Ddasm_arm.h427 int dasm_getpclabel(Dst_DECL, unsigned int pc) in dasm_getpclabel() function
H A Ddasm_arm64.h489 int dasm_getpclabel(Dst_DECL, unsigned int pc) in dasm_getpclabel() function
H A Ddasm_x86.h490 int dasm_getpclabel(Dst_DECL, unsigned int pc) in dasm_getpclabel() function
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit.c418 int offset = dasm_getpclabel(dasm_state, ssa->cfg.blocks_count + b); in dasm_link_and_encode()
428 int offset = dasm_getpclabel(dasm_state, ssa->cfg.blocks_count + b); in dasm_link_and_encode()

Completed in 34 milliseconds