Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_x86.h139 # define IR_REGSET_PRESERVED \ macro
176 # define IR_REGSET_PRESERVED \ macro
206 # define IR_REGSET_PRESERVED \ macro
H A Dir_aarch64.h157 # define IR_REGSET_PRESERVED \ macro
H A Dir_ra.c4098 if (IR_REGSET_DIFFERENCE(IR_REGSET_INTERSECTION(used_regs, IR_REGSET_PRESERVED), in assign_regs()
4105 IR_REGSET_DIFFERENCE(IR_REGSET_INTERSECTION(used_regs, IR_REGSET_PRESERVED), in assign_regs()
4106 (ctx->flags & IR_FUNCTION) ? (ir_regset)ctx->fixed_regset : IR_REGSET_PRESERVED)); in assign_regs()
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c28 # define IR_REGSET_PRESERVED ((1<<3) | (1<<5) | (1<<6) | (1<<7)) /* all preserved registers */ macro
36 # define IR_REGSET_PRESERVED ((1<<3) | (1<<5) | (1<<6) | (1<<7) | (1<<12) | (1<<13) | (1<<14) | (1… macro
43 # define IR_REGSET_PRESERVED ((1<<3) | (1<<5) | (1<<12) | (1<<13) | (1<<14) | (1<<15)) /* all pres… macro
51 # define IR_REGSET_PRESERVED ((1<<19) | (1<<20) | (1<<21) | (1<<22) | (1<<23) | \ macro
2690 jit->ctx.fixed_save_regset = IR_REGSET_PRESERVED & ~((1<<ZREG_FP) | (1<<ZREG_IP)); in zend_jit_init_ctx()
2692 jit->ctx.fixed_save_regset = IR_REGSET_PRESERVED; in zend_jit_init_ctx()

Completed in 55 milliseconds