Home
last modified time | relevance | path

Searched refs:tmpmode (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dexplow.c1481 enum machine_mode tmpmode; in hard_function_value() local
1487 for (tmpmode = GET_CLASS_NARROWEST_MODE (MODE_INT); in hard_function_value()
1488 tmpmode != VOIDmode; in hard_function_value()
1489 tmpmode = GET_MODE_WIDER_MODE (tmpmode)) in hard_function_value()
1492 if (GET_MODE_SIZE (tmpmode) >= bytes) in hard_function_value()
1497 gcc_assert (tmpmode != VOIDmode); in hard_function_value()
1499 PUT_MODE (val, tmpmode); in hard_function_value()
Dstmt.c1633 enum machine_mode tmpmode, result_reg_mode; in expand_return() local
1692 tmpmode = GET_MODE (result_rtl); in expand_return()
1693 if (tmpmode == BLKmode) in expand_return()
1698 for (tmpmode = GET_CLASS_NARROWEST_MODE (MODE_INT); in expand_return()
1699 tmpmode != VOIDmode; in expand_return()
1700 tmpmode = GET_MODE_WIDER_MODE (tmpmode)) in expand_return()
1702 if (GET_MODE_SIZE (tmpmode) >= bytes) in expand_return()
1706 gcc_assert (tmpmode != VOIDmode); in expand_return()
1708 PUT_MODE (result_rtl, tmpmode); in expand_return()
1711 if (GET_MODE_SIZE (tmpmode) < GET_MODE_SIZE (word_mode)) in expand_return()
[all …]
DChangeLog-199816386 n_regs, and tmpmode.
/freebsd-12-stable/sys/kern/
Dsubr_acl_nfs4.c1274 mode_t tmpmode = 0; in acl_nfs4_is_trivial() local
1292 acl_nfs4_sync_mode_from_acl(&tmpmode, aclp); in acl_nfs4_is_trivial()
1293 acl_nfs4_trivial_from_mode(tmpaclp, tmpmode); in acl_nfs4_is_trivial()
1304 acl_nfs4_sync_acl_from_mode_draft(tmpaclp, tmpmode, file_owner_id); in acl_nfs4_is_trivial()
/freebsd-12-stable/crypto/openssh/
Dsftp-client.c1868 mode_t mode = 0777, tmpmode = mode; in download_dir_internal() local
1891 tmpmode = mode | (S_IWUSR|S_IXUSR); in download_dir_internal()
1897 if (mkdir(dst, tmpmode) == -1 && errno != EEXIST) { in download_dir_internal()
1961 if (mode != tmpmode && chmod(dst, mode) == -1) in download_dir_internal()
/freebsd-12-stable/contrib/gcc/config/i386/
Di386.c3622 enum machine_mode tmpmode; in construct_container() local
3736 tmpmode = mode_for_size ((bytes - i * 8) * BITS_PER_UNIT, MODE_INT, 0); in construct_container()
3738 tmpmode = SImode; in construct_container()
3740 tmpmode = DImode; in construct_container()
3742 if (tmpmode == BLKmode) in construct_container()
3743 tmpmode = DImode; in construct_container()
3745 gen_rtx_REG (tmpmode, *intreg), in construct_container()
3765 tmpmode = TImode; in construct_container()
3767 tmpmode = DImode; in construct_container()
3769 gen_rtx_REG (tmpmode, in construct_container()
[all …]