Searched refs:dasm_getpclabel (Results 1 – 8 of 8) sorted by relevance
/PHP-8.3/ext/opcache/jit/dynasm/ |
H A D | dasm_proto.h | 73 DASM_FDEF int dasm_getpclabel(Dst_DECL, unsigned int pc);
|
H A D | dasm_mips.h | 395 int dasm_getpclabel(Dst_DECL, unsigned int pc) in dasm_getpclabel() function
|
H A D | dasm_ppc.h | 394 int dasm_getpclabel(Dst_DECL, unsigned int pc) in dasm_getpclabel() function
|
H A D | dasm_arm.h | 432 int dasm_getpclabel(Dst_DECL, unsigned int pc) in dasm_getpclabel() function
|
H A D | dasm_arm64.h | 541 int dasm_getpclabel(Dst_DECL, unsigned int pc) in dasm_getpclabel() function
|
H A D | dasm_x86.h | 511 int dasm_getpclabel(Dst_DECL, unsigned int pc) in dasm_getpclabel() function
|
/PHP-8.3/ext/opcache/jit/ |
H A D | zend_jit.c | 1015 zend_jit_trace_add_code(entry, dasm_getpclabel(dasm_state, 1)); in dasm_link_and_encode() 1028 int offset = dasm_getpclabel(dasm_state, ssa->cfg.blocks_count + b); in dasm_link_and_encode() 1038 int offset = dasm_getpclabel(dasm_state, ssa->cfg.blocks_count + b); in dasm_link_and_encode()
|
H A D | zend_jit_arm64.dasc | 15478 veneer = (char*)buffer + dasm_getpclabel(&Dst, 1) - (t->exit_count - exit_point) * 4;
|
Completed in 51 milliseconds