Home
last modified time | relevance | path

Searched refs:IR_NO_STACK_COMBINE (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/opcache/jit/ir/
H A Dir.h522 #define IR_NO_STACK_COMBINE (1<<11) macro
H A Dir_aarch64.dasc5715 ctx->flags |= IR_NO_STACK_COMBINE;
5790 if (!(ctx->flags & IR_NO_STACK_COMBINE)) {
H A Dir_x86.dasc10122 ctx->flags |= IR_NO_STACK_COMBINE;
10201 if (!(ctx->flags & IR_NO_STACK_COMBINE)) {
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c2656 jit->ctx.flags |= IR_NO_STACK_COMBINE; in zend_jit_init_ctx()

Completed in 71 milliseconds