Searched refs:hash_pos_ref (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 13663 …ir_ref ref, ht_ref, hash_pos_ref, packed_pos_ref, hash_p_ref = IR_UNUSED, packed_p_ref = IR_UNUSED… local 13695 …hash_pos_ref = packed_pos_ref = ir_LOAD_U32(ir_ADD_OFFSET(jit_FP(jit), opline->op1.var + offsetof(… 13710 ref = ir_ZEXT_A(hash_pos_ref); 13712 ref = ir_BITCAST_A(hash_pos_ref); 13719 hash_pos_ref = ir_PHI_2(IR_U32, hash_pos_ref, IR_UNUSED); 13723 ref = ir_ULT(hash_pos_ref, 13746 pos2_ref = ir_ADD_U32(hash_pos_ref, ir_CONST_U32(1)); 13761 ir_PHI_SET_OP(hash_pos_ref, 2, pos2_ref); 13844 ir_ADD_U32(hash_pos_ref, ir_CONST_U32(1))); 13929 pos_ref = ir_PHI_2(IR_U32, hash_pos_ref, packed_pos_ref); [all …]
|
Completed in 42 milliseconds