Home
last modified time | relevance | path

Searched refs:IR_HAS_VA_START (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/opcache/jit/ir/
H A Dir_private.h993 #define IR_HAS_VA_START (1<<6) macro
H A Dir_aarch64.dasc1057 ctx->flags2 |= IR_HAS_VA_START;
1652 if ((ctx->flags & IR_VARARG_FUNC) && (ctx->flags2 & IR_HAS_VA_START)) {
5748 if ((ctx->flags & IR_VARARG_FUNC) && (ctx->flags2 & IR_HAS_VA_START)) {
H A Dir_x86.dasc2836 ctx->flags2 |= IR_HAS_VA_START;
3612 if ((ctx->flags & IR_VARARG_FUNC) && (ctx->flags2 & IR_HAS_VA_START)) {
10160 if ((ctx->flags & IR_VARARG_FUNC) && (ctx->flags2 & IR_HAS_VA_START)) {

Completed in 40 milliseconds