Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_private.h1286 # define IR_REGSET_FIRST(set) ((ir_reg)ir_ntzl(set)) macro
1289 # define IR_REGSET_FIRST(set) ((ir_reg)ir_ntz(set)) macro
1298 reg = IR_REGSET_FIRST(*set); in ir_regset_pop_first()
H A Dir_ra.c2953 reg = IR_REGSET_FIRST(non_conflicting); in ir_try_allocate_free_reg()
2955 reg = IR_REGSET_FIRST(scratch); in ir_try_allocate_free_reg()
2958 reg = IR_REGSET_FIRST(scratch); in ir_try_allocate_free_reg()
2961 reg = IR_REGSET_FIRST(available); in ir_try_allocate_free_reg()
3170 reg = IR_REGSET_FIRST(available); in ir_allocate_blocked_reg()
H A Dir_aarch64.dasc5424 return IR_REGSET_FIRST(available);
H A Dir_x86.dasc9803 return IR_REGSET_FIRST(available);

Completed in 47 milliseconds