Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc3256 ir_type dst_type = insn->type;
3329 ir_type dst_type = insn->type;
3378 ir_type dst_type = insn->type;
3409 ir_type dst_type = insn->type;
3479 if (dst_type == IR_DOUBLE) {
3491 if (dst_type == IR_DOUBLE) {
3506 ir_type dst_type = insn->type;
3523 if (dst_type == IR_DOUBLE) {
3530 if (dst_type == IR_DOUBLE) {
3544 if (dst_type == IR_DOUBLE) {
[all …]
H A Dir_x86.dasc6648 ir_type dst_type = insn->type;
6744 ir_type dst_type = insn->type;
6842 ir_type dst_type = insn->type;
6869 ir_type dst_type = insn->type;
6964 if (dst_type == IR_DOUBLE) {
7004 ir_type dst_type = insn->type;
7062 if (dst_type == IR_DOUBLE) {
7083 if (dst_type == IR_DOUBLE) {
7114 if (dst_type == IR_DOUBLE) {
7174 if (IR_IS_TYPE_SIGNED(dst_type) ? ir_type_size[dst_type] == 8 : ir_type_size[dst_type] >= 4) {
[all …]
H A Dir_fold.h2295 ir_type dst_type = IR_OPT_TYPE(opt); in IR_FOLD() local
2303 if (src_type == dst_type) { in IR_FOLD()
2312 ir_type dst_type = IR_OPT_TYPE(opt); 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()
2319 opt = IR_OPT(IR_BITCAST, dst_type); in IR_FOLD()
2322 } else if (ir_type_size[src_type] > ir_type_size[dst_type]) { in IR_FOLD()
2323 opt = IR_OPT(IR_TRUNC, dst_type); in IR_FOLD()
2327 opt = IR_OPT(op1_insn->op, dst_type); in IR_FOLD()
2347 ir_type dst_type = IR_OPT_TYPE(opt); in IR_FOLD() local
[all …]
/php-src/ext/ffi/
H A Dffi.c282 if (dst_type->func.abi != src_type->func.abi) { in zend_ffi_func_ptr_are_compatible()
292 dst_argc = dst_type->func.args ? zend_hash_num_elements(dst_type->func.args) : 0; in zend_ffi_func_ptr_are_compatible()
319 if (dst_type == src_type) { in zend_ffi_is_compatible_type()
321 } else if (dst_type->kind == src_type->kind) { in zend_ffi_is_compatible_type()
322 if (dst_type->kind < ZEND_FFI_TYPE_POINTER) { in zend_ffi_is_compatible_type()
325 dst_type = ZEND_FFI_TYPE(dst_type->pointer.type); in zend_ffi_is_compatible_type()
327 if (dst_type->kind == ZEND_FFI_TYPE_VOID || in zend_ffi_is_compatible_type()
336 dst_type->array.length == 0)) { in zend_ffi_is_compatible_type()
337 dst_type = ZEND_FFI_TYPE(dst_type->array.type); in zend_ffi_is_compatible_type()
344 dst_type = ZEND_FFI_TYPE(dst_type->pointer.type); in zend_ffi_is_compatible_type()
[all …]

Completed in 262 milliseconds