Searched refs:ir_SHL_U32 (Results 1 – 2 of 2) sorted by relevance
/PHP-8.4/ext/opcache/jit/ir/ |
H A D | ir_builder.h | 326 #define ir_SHL_U32(_op1, _op2) ir_BINARY_OP_U32(IR_SHL, (_op1), (_op2)) macro
|
/PHP-8.4/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 8183 ref = ir_AND_U32(ir_SHL_U32(ir_CONST_U32(1), jit_Z_TYPE(jit, op1_addr)), ir_CONST_U32(mask)); in zend_jit_type_check() 10488 ir_SHL_U32(ir_CONST_U32(1), jit_Z_TYPE_ref(jit, ref)), 10654 ir_SHL_U32(ir_CONST_U32(1), jit_Z_TYPE(jit, op1_addr)),
|
Completed in 53 milliseconds