Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_builder.h74 #define ir_ULT(_op1, _op2) ir_CMP_OP(IR_ULT, (_op1), (_op2)) macro
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c11346 if_fit = ir_IF(ir_ULT(idx_ref, num_used_ref));
11893 cond = ir_ULT(ir_TRUNC_U32(h), ref);
11895 cond = ir_ULT(h, ir_ZEXT_L(ref));
11898 cond = ir_ULT(h, ref);
13711 ref = ir_ULT(hash_pos_ref,
13774 ref = ir_ULT(packed_pos_ref,

Completed in 53 milliseconds