Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_builder.h71 #define ir_LE(_op1, _op2) ir_CMP_OP(IR_LE, (_op1), (_op2)) macro
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c2254 if_overflow = ir_IF(ir_LE(ref, ir_CONST_I16(0))); in _zend_jit_hybrid_hot_counter_stub()
2328 if_overflow = ir_IF(ir_LE(ref, ir_CONST_I16(0))); in _zend_jit_hybrid_trace_counter_stub()
12383 *if_type = ir_IF(ir_LE(jit_Z_TYPE(jit, op1_addr), ir_CONST_U8(IS_NULL)));
13891 ir_ref if_null_or_flase = ir_IF(ir_LE(prop_type_ref, ir_CONST_U32(IR_FALSE)));

Completed in 59 milliseconds