Home
last modified time | relevance | path

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

/PHP-8.4/ext/opcache/jit/
H A Dzend_jit_ir.c13441 …ir_ref ref, ht_ref, hash_pos_ref, packed_pos_ref, hash_p_ref = IR_UNUSED, packed_p_ref = IR_UNUSED… local
13473hash_pos_ref = packed_pos_ref = ir_LOAD_U32(ir_ADD_OFFSET(jit_FP(jit), opline->op1.var + offsetof(…
13488 ref = ir_ZEXT_A(hash_pos_ref);
13490 ref = ir_BITCAST_A(hash_pos_ref);
13497 hash_pos_ref = ir_PHI_2(IR_U32, hash_pos_ref, IR_UNUSED);
13501 ref = ir_ULT(hash_pos_ref,
13524 pos2_ref = ir_ADD_U32(hash_pos_ref, ir_CONST_U32(1));
13539 ir_PHI_SET_OP(hash_pos_ref, 2, pos2_ref);
13622 ir_ADD_U32(hash_pos_ref, ir_CONST_U32(1)));
13707 pos_ref = ir_PHI_2(IR_U32, hash_pos_ref, packed_pos_ref);
[all …]

Completed in 45 milliseconds