Home
last modified time | relevance | path

Searched refs:IR_VARARG_FUNC (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/opcache/jit/ir/
H A Dir_save.c24 if (proto->flags & IR_VARARG_FUNC) { in ir_print_proto()
27 } else if (proto->flags & IR_VARARG_FUNC) { in ir_print_proto()
H A Dir_emit.c125 return (proto->flags & IR_VARARG_FUNC) != 0; in ir_is_vararg()
H A Dir.h510 #define IR_VARARG_FUNC (1<<2) macro
H A Dir_aarch64.dasc1652 if ((ctx->flags & IR_VARARG_FUNC) && (ctx->flags2 & IR_HAS_VA_START)) {
4620 …int last_named_input = (proto && (proto->flags & IR_VARARG_FUNC)) ? proto->params_count + 2 : insn…
4703 …int last_named_input = (proto && (proto->flags & IR_VARARG_FUNC)) ? proto->params_count + 2 : insn…
5748 if ((ctx->flags & IR_VARARG_FUNC) && (ctx->flags2 & IR_HAS_VA_START)) {
H A Dir_x86.dasc3612 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)) {
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c2038 ir_proto_2(&jit->ctx, IR_VARARG_FUNC, IR_VOID, IR_ADDR, IR_ADDR)), in zend_jit_negative_shift_stub()
2049 ir_proto_2(&jit->ctx, IR_VARARG_FUNC, IR_VOID, IR_ADDR, IR_ADDR)), in zend_jit_mod_by_zero_stub()
2060 ir_proto_2(&jit->ctx, IR_VARARG_FUNC, IR_VOID, IR_ADDR, IR_ADDR)), in zend_jit_invalid_this_stub()
2082 ir_proto_2(&jit->ctx, IR_VARARG_FUNC, IR_VOID, IR_ADDR, IR_ADDR)), in zend_jit_undefined_function_stub()
2505 ir_proto_2(&jit->ctx, IR_VARARG_FUNC, IR_VOID, IR_ADDR, IR_ADDR)), in zend_jit_cannot_add_element_stub()

Completed in 74 milliseconds