Home
last modified time | relevance | path

Searched refs:type2 (Results 26 – 28 of 28) sorted by relevance

12

/php-src/ext/opcache/jit/ir/
H A Dir.c1874 ir_type type2 = ctx->ir_base[insn->op3].type; local
1881 } else if (type2 == type) {
1885 } else if (ir_type_size[type2] > ir_type_size[type]
1886 && IR_IS_TYPE_INT(type) && IR_IS_TYPE_INT(type2)) {
2692 ir_type type2 = ctx->ir_base[insn->op3].type; local
2695 if (type2 == type) {
2699 } else if (ir_type_size[type2] > ir_type_size[type]
2700 && IR_IS_TYPE_INT(type) && IR_IS_TYPE_INT(type2)) {
2758 ir_type type2; local
2794 type2 = ctx->ir_base[insn->op3].type;
[all …]
/php-src/ext/ffi/
H A Dffi.c1872 if (type2->kind == ZEND_FFI_TYPE_POINTER || type2->kind == ZEND_FFI_TYPE_ARRAY) { in zend_ffi_cdata_do_operation()
1909 if (type2->kind == ZEND_FFI_TYPE_POINTER || type2->kind == ZEND_FFI_TYPE_ARRAY) { in zend_ffi_cdata_do_operation()
2220 if (type1 == type2) { in zend_ffi_is_same_type()
2227 type2 = ZEND_FFI_TYPE(type2->pointer.type); in zend_ffi_is_same_type()
2235 type2 = ZEND_FFI_TYPE(type2->array.type); in zend_ffi_is_same_type()
4391 zend_ffi_type *type1, *type2; in ZEND_METHOD() local
4423 type2 = ZEND_FFI_TYPE(cdata2->type); in ZEND_METHOD()
4428 if (type2->kind != ZEND_FFI_TYPE_POINTER && size > type2->size) { in ZEND_METHOD()
4446 zend_ffi_type *type1, *type2; in ZEND_METHOD() local
4491 type2 = ZEND_FFI_TYPE(cdata2->type); in ZEND_METHOD()
[all …]
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c11280 ir_ref if_refcounted, if_reference, if_refcounted2, ptr, val2, ptr2, type2; local
11316 type2 = jit_Z_TYPE_INFO_ref(jit, val2);
11320 if_refcounted2 = ir_IF(ir_AND_U32(type2, ir_CONST_U32(Z_TYPE_FLAGS_MASK)));
11323 ir_refs_add(types, type2);
11331 type = ir_PHI_2(IR_U32, type2, type);

Completed in 110 milliseconds

12