Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c24 # define IR_REG_FP 5 /* IR_REG_RBP */ macro
31 # define IR_REG_FP 5 /* IR_REG_RBP */ macro
47 # define IR_REG_FP 29 /* IR_REG_X29 */ macro
2712 jit->ctx.fixed_regset |= (1<<IR_REG_FP); /* prevent %rbp (%r5) usage */ in zend_jit_init_ctx()
16650 stack->reg = (jit->ctx.flags & IR_USE_FRAME_POINTER) ? IR_REG_FP : IR_REG_SP;

Completed in 40 milliseconds