Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_proto.h55 DASM_FDEF void dasm_setupglobal(Dst_DECL, void **gl, unsigned int maxgl);
H A Ddasm_mips.h116 void dasm_setupglobal(Dst_DECL, void **gl, unsigned int maxgl) in dasm_setupglobal() function
H A Ddasm_ppc.h116 void dasm_setupglobal(Dst_DECL, void **gl, unsigned int maxgl) in dasm_setupglobal() function
H A Ddasm_arm.h117 void dasm_setupglobal(Dst_DECL, void **gl, unsigned int maxgl) in dasm_setupglobal() function
H A Ddasm_x86.h118 void dasm_setupglobal(Dst_DECL, void **gl, unsigned int maxgl) in dasm_setupglobal() function
H A Ddasm_arm64.h122 void dasm_setupglobal(Dst_DECL, void **gl, unsigned int maxgl) in dasm_setupglobal() function
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc5861 dasm_setupglobal(&data.dasm_state, dasm_labels, ir_lb_MAX);
6338 dasm_setupglobal(&dasm_state, dasm_labels, ir_lb_MAX);
6514 dasm_setupglobal(&dasm_state, dasm_labels, ir_lb_MAX);
H A Dir_x86.dasc10284 dasm_setupglobal(&data.dasm_state, dasm_labels, ir_lb_MAX);
10883 dasm_setupglobal(&dasm_state, dasm_labels, ir_lb_MAX);
10943 dasm_setupglobal(&dasm_state, dasm_labels, ir_lb_MAX);

Completed in 46 milliseconds