Home
last modified time | relevance | path

Searched defs:IR_REGSET_PRESERVED (Results 1 – 3 of 3) 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
/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

Completed in 41 milliseconds