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.dasc3258 ir_type dst_type = insn->type;
3331 ir_type dst_type = insn->type;
3380 ir_type dst_type = insn->type;
3411 ir_type dst_type = insn->type;
3481 if (dst_type == IR_DOUBLE) {
3493 if (dst_type == IR_DOUBLE) {
3508 ir_type dst_type = insn->type;
3525 if (dst_type == IR_DOUBLE) {
3532 if (dst_type == IR_DOUBLE) {
3546 if (dst_type == IR_DOUBLE) {
[all …]
H A Dir_x86.dasc6698 ir_type dst_type = insn->type;
6806 ir_type dst_type = insn->type;
6916 ir_type dst_type = insn->type;
6943 ir_type dst_type = insn->type;
7038 if (dst_type == IR_DOUBLE) {
7078 ir_type dst_type = insn->type;
7136 if (dst_type == IR_DOUBLE) {
7157 if (dst_type == IR_DOUBLE) {
7190 if (dst_type == IR_DOUBLE) {
7250 if (IR_IS_TYPE_SIGNED(dst_type) ? ir_type_size[dst_type] == 8 : ir_type_size[dst_type] >= 4) {
[all …]
H A Dir_fold.h2323 ir_type dst_type = IR_OPT_TYPE(opt); in IR_FOLD() local
2331 if (src_type == dst_type) { in IR_FOLD()
2340 ir_type dst_type = IR_OPT_TYPE(opt); in IR_FOLD() local
2344 if (src_type == dst_type) { in IR_FOLD()
2346 } else if (ir_type_size[src_type] == ir_type_size[dst_type]) { in IR_FOLD()
2347 opt = IR_OPT(IR_BITCAST, dst_type); in IR_FOLD()
2350 } else if (ir_type_size[src_type] > ir_type_size[dst_type]) { in IR_FOLD()
2351 opt = IR_OPT(IR_TRUNC, dst_type); in IR_FOLD()
2355 opt = IR_OPT(op1_insn->op, dst_type); in IR_FOLD()
2375 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 59 milliseconds