Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc3273 if (ir_type_size[src_type] == 1) {
3300 if (ir_type_size[src_type] == 1) {
3453 if (src_type == IR_DOUBLE) {
3465 if (src_type == IR_DOUBLE) {
3521 if (ir_type_size[src_type] == 8) {
3587 if (src_type == IR_DOUBLE) {
3594 if (src_type == IR_DOUBLE) {
3603 if (src_type == IR_DOUBLE) {
3610 if (src_type == IR_DOUBLE) {
3639 if (src_type == dst_type) {
[all …]
H A Dir_x86.dasc6909 if (src_type == IR_DOUBLE) {
6929 if (src_type == IR_DOUBLE) {
6947 if (src_type == IR_DOUBLE) {
7184 if (src_type == IR_DOUBLE) {
7201 if (src_type == IR_DOUBLE) {
7221 if (src_type == IR_DOUBLE) {
7238 if (src_type == IR_DOUBLE) {
7264 if (src_type == IR_DOUBLE) {
7320 if (src_type == dst_type) {
7341 if (src_type == IR_DOUBLE) {
[all …]
H A Dir_fold.h2296 ir_type src_type = ctx->ir_base[op1_insn->op1].type; in IR_FOLD() local
2298 if (ir_type_size[src_type] >= ir_type_size[op1_insn->type]) { in IR_FOLD()
2303 if (src_type == dst_type) { in IR_FOLD()
2313 ir_type src_type = ctx->ir_base[op1_insn->op1].type; in IR_FOLD() local
2316 if (src_type == dst_type) { in IR_FOLD()
2318 } else if (ir_type_size[src_type] == ir_type_size[dst_type]) { in IR_FOLD()
2322 } else if (ir_type_size[src_type] > ir_type_size[dst_type]) { in IR_FOLD()
2348 ir_type src_type = ctx->ir_base[op1_insn->op1].type; in IR_FOLD() local
2350 if (src_type == dst_type) { in IR_FOLD()
2352 } else if (IR_IS_TYPE_INT(src_type) == IR_IS_TYPE_INT(dst_type)) { in IR_FOLD()
/php-src/ext/ffi/
H A Dffi.c278 ZEND_ASSERT(src_type->kind == ZEND_FFI_TYPE_FUNC); in zend_ffi_func_ptr_are_compatible()
281 if (dst_type->func.abi != src_type->func.abi) { in zend_ffi_func_ptr_are_compatible()
292 src_argc = src_type->func.args ? zend_hash_num_elements(src_type->func.args) : 0; in zend_ffi_func_ptr_are_compatible()
318 if (dst_type == src_type) { in zend_ffi_is_compatible_type()
320 } else if (dst_type->kind == src_type->kind) { in zend_ffi_is_compatible_type()
325 src_type = ZEND_FFI_TYPE(src_type->pointer.type); in zend_ffi_is_compatible_type()
327 src_type->kind == ZEND_FFI_TYPE_VOID) { in zend_ffi_is_compatible_type()
330 src_type->kind == ZEND_FFI_TYPE_FUNC) { in zend_ffi_is_compatible_type()
337 src_type = ZEND_FFI_TYPE(src_type->array.type); in zend_ffi_is_compatible_type()
342 src_type->kind == ZEND_FFI_TYPE_ARRAY) { in zend_ffi_is_compatible_type()
[all …]

Completed in 68 milliseconds