Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/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.h389 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_x86.h513 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
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc6274 …ctx->deoptimization_exits_base = (const void*)((char*)entry + dasm_getpclabel(&data.dasm_state, ex…
6296 uint32_t offset = dasm_getpclabel(&data.dasm_state, data.jmp_table_label);
6302 uint32_t offset = dasm_getpclabel(&data.dasm_state, data.rodata_label);
6313 …uint32_t offset = dasm_getpclabel(&data.dasm_state, ctx->cfg_blocks_count + ctx->consts_count + 4 …
H A Dir_x86.dasc10822 uint32_t offset = dasm_getpclabel(&data.dasm_state, data.jmp_table_label);
10828 uint32_t offset = dasm_getpclabel(&data.dasm_state, data.rodata_label);
10839 …uint32_t offset = dasm_getpclabel(&data.dasm_state, ctx->cfg_blocks_count + ctx->consts_count + 4 …

Completed in 63 milliseconds